现场质量问题台账
This commit is contained in:
@@ -2717,7 +2717,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||
// loadPipingInspection(objType);
|
||||
//加载13.特种设备监检情况
|
||||
// loadSpecialInspection(objType);
|
||||
////加载14.NCR管理情况
|
||||
////加载14.现场质量问题台账情况
|
||||
// loadNcrManagementInspection(objType);
|
||||
|
||||
//加载15.质量巡检情况
|
||||
@@ -4752,9 +4752,9 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region 14.NCR管理情况 gvNcrManagementInspection方法
|
||||
#region 14.现场质量问题台账情况 gvNcrManagementInspection方法
|
||||
/// <summary>
|
||||
/// NCR管理情况
|
||||
/// 现场质量问题台账情况
|
||||
/// </summary>
|
||||
void loadNcrManagementInspection(string objType)
|
||||
{
|
||||
@@ -5741,7 +5741,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||
savePipingInspection();
|
||||
//保存13.特种设备监检情况
|
||||
saveSpecialInspection();
|
||||
//保存14.NCR管理情况
|
||||
//保存14.现场质量问题台账情况
|
||||
saveNcrManagementInspection();
|
||||
|
||||
//保存15.质量巡检情况
|
||||
@@ -6733,7 +6733,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