现场质量问题台账
This commit is contained in:
@@ -263,7 +263,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||
loadPipingInspection(objType);
|
||||
//加载13.特种设备监检情况
|
||||
loadSpecialInspection(objType);
|
||||
////加载14.NCR管理情况
|
||||
////加载14.现场质量问题台账情况
|
||||
loadNcrManagementInspection();
|
||||
|
||||
//加载15.质量巡检情况
|
||||
@@ -1998,9 +1998,9 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region 14.NCR管理情况 gvNcrManagementInspection方法
|
||||
#region 14.现场质量问题台账情况 gvNcrManagementInspection方法
|
||||
/// <summary>
|
||||
/// NCR管理情况
|
||||
/// 现场质量问题台账情况
|
||||
/// </summary>
|
||||
void loadNcrManagementInspection()
|
||||
{
|
||||
@@ -2584,7 +2584,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||
savePipingInspection();
|
||||
//保存13.特种设备监检情况
|
||||
saveSpecialInspection();
|
||||
//保存14.NCR管理情况
|
||||
//保存14.现场质量问题台账情况
|
||||
saveNcrManagementInspection();
|
||||
|
||||
//保存15.质量巡检情况
|
||||
@@ -3124,7 +3124,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region 14.NCR管理情况
|
||||
#region 14.现场质量问题台账情况
|
||||
void saveNcrManagementInspection()
|
||||
{
|
||||
List<Model.Report_CQMS_MonthReportItem> detailLists = new List<Model.Report_CQMS_MonthReportItem>();
|
||||
|
||||
Reference in New Issue
Block a user