合并最新
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user