合并最新

This commit is contained in:
2022-12-20 09:32:32 +08:00
parent 844e9f1488
commit 1abdaa9476
654 changed files with 73563 additions and 9746 deletions
+7 -3
View File
@@ -14,9 +14,13 @@
#region
public static ListItem[] NDTCheckSelectPrint()
{
ListItem[] lis = new ListItem[2];
lis[0] = new ListItem("无损检测结果通知单", BLL.Const.CheckReportId);
lis[1] = new ListItem("管道对接焊接接头报检/检查记录", BLL.Const.WeldJointCheckReportId);
ListItem[] lis = new ListItem[4];
lis[0] = new ListItem("管道焊口无损检测结果通知单", BLL.Const.CheckReport1Id);
lis[1] = new ListItem("设备焊口无损检测结果通知单", BLL.Const.CheckReport2Id);
lis[2] = new ListItem("管道对接焊接接头报检/检查记录", BLL.Const.WeldJointCheckReportId);
lis[3] = new ListItem("管道无损检测结果汇总表", BLL.Const.CheckReport3Id);
lis[3] = new ListItem("管道无损检测数量统计表", BLL.Const.CheckReport4Id);
return lis;
}
#endregion