现场质量问题台账

This commit is contained in:
2026-01-19 15:31:10 +08:00
parent feb9e58357
commit d4f5233fe5
32 changed files with 520 additions and 212 deletions
@@ -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>();