质量月报去除:
11.压力管道监检情况; 13.特种设备监检情况;
This commit is contained in:
@@ -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管理情况
|
||||
|
||||
Reference in New Issue
Block a user