This commit is contained in:
2024-07-17 17:00:37 +08:00
parent 74550ff62a
commit f268912b72
12 changed files with 122 additions and 58 deletions
+5
View File
@@ -1991,6 +1991,11 @@ namespace BLL
/// </summary>
public const string HJGL_SubUnitRepairReportId = "47";
/// <summary>
/// 管道焊口检测委托单
/// </summary>
public const string HJGL_TrustReport3Id = "99";
/// <summary>
/// 材料标签
/// </summary>
@@ -46,6 +46,7 @@ namespace BLL
dic.Add("焊接系统_管线硬度检验报告(一)", BLL.Const.HJGL_IsoHardTestReportId1);
dic.Add("焊接系统_管线硬度检验报告(二)", BLL.Const.HJGL_IsoHardTestReportId2);
dic.Add("焊接系统_焊缝检测委托单", BLL.Const.HJGL_TrustReportId);
dic.Add("焊接系统_管道焊口检测委托单", BLL.Const.HJGL_TrustReport3Id);
dic.Add("焊接系统_返修焊缝检测委托单", BLL.Const.HJGL_RepairReportId);
dic.Add("焊接系统_无损检测委托单(承包商)", BLL.Const.HJGL_SubUnitTrustReportId);
dic.Add("焊接系统_返修检测委托单(承包商)", BLL.Const.HJGL_SubUnitRepairReportId);