质量月报去除:

11.压力管道监检情况;
13.特种设备监检情况;
This commit is contained in:
2025-11-04 17:22:48 +08:00
parent 2128fe6a93
commit 95026b82ca
6 changed files with 55 additions and 109 deletions
@@ -2474,6 +2474,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
#endregion
#region 11.
/*
var PressureInspection = reportItem.Where(x => x.ReType == "11").ToList();
if (PressureInspection.Count > 0)
{
@@ -2529,6 +2530,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
table.AutoFit(AutoFitBehavior.FixedColumnWidths);
table.Alignment = TableAlignment.Center;
}
*/
#endregion
#region 12.
@@ -2589,6 +2591,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
#endregion
#region 13.
/*
var SpecialInspection = reportItem.Where(x => x.ReType == "13").ToList();
if (SpecialInspection.Count > 0)
{
@@ -2643,6 +2646,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
table.AutoFit(AutoFitBehavior.FixedColumnWidths);
table.Alignment = TableAlignment.Center;
}
*/
#endregion
#region 14.NCR管理情况