现场质量问题台账

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
@@ -2747,7 +2747,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
//loadPipingInspection(objType);
//加载13.特种设备监检情况
//loadSpecialInspection(objType);
////加载14.NCR管理情况
////加载14.现场质量问题台账情况
//loadNcrManagementInspection(objType);
//加载15.质量巡检情况
@@ -4799,9 +4799,9 @@ from View_MonthReport_InspectionManagement a with(nolock)
*/
#endregion
#region 14.NCR管理情况 gvNcrManagementInspection方法
#region 14. gvNcrManagementInspection方法
/// <summary>
/// NCR管理情况
/// 现场质量问题台账情况
/// </summary>
void loadNcrManagementInspection(string objType)
{
@@ -5809,7 +5809,7 @@ from View_MonthReport_InspectionManagement a with(nolock)
savePipingInspection();
////保存13.特种设备监检情况
//saveSpecialInspection();
//保存14.NCR管理情况
//保存14.现场质量问题台账情况
saveNcrManagementInspection();
//保存15.质量巡检情况
@@ -6805,7 +6805,7 @@ from View_MonthReport_InspectionManagement a with(nolock)
*/
#endregion
#region 14.NCR管理情况
#region 14.
void saveNcrManagementInspection()
{
List<Model.Report_CQMS_MonthReportItem> detailLists = new List<Model.Report_CQMS_MonthReportItem>();