feat(hjgl): 完善检测结果导入与焊接质量管理

通过批量导入、标准化打印和材料导出,减少检测结果及材料信息的人工整理,确保检测单、委托状态和焊口质量资料保持一致。
This commit is contained in:
2026-08-21 15:22:24 +08:00
parent 42787c1520
commit fdaf615194
20 changed files with 1236 additions and 171 deletions
+11
View File
@@ -3553,6 +3553,17 @@ namespace BLL
/// </summary>
public const string NDTBatchTemplateUrl = "File\\Excel\\DataIn\\管道焊口检测结果通知单导入模板.xlsx";
/// <summary>
/// 检测结果批量导入空白模板
/// </summary>
public const string NDTBatchUnitImportTemplateUrl = "File\\Excel\\DataIn\\检测结果导入模板.xlsx";
/// <summary>
/// 管道焊接接头报检/检查记录打印模板
/// </summary>
public const string WeldAppearanceCheckReportTemplateUrl =
"File\\Fastreport\\管道焊接接头报检\\检查记录.frx";
#endregion
#region