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
@@ -30,6 +30,16 @@ namespace Model
public string WeldJointId { get; set; }
public string PipelineCode { get; set; }
public string WeldJointCode { get; set; }
public string UnitWorkId { get; set; }
public string UnitWorkName { get; set; }
public string WelderCode { get; set; }
public string Specification { get; set; }
public string MaterialCode { get; set; }
public string WeldingLocation { get; set; }
public string WeldingMethodCode { get; set; }
public string WeldingRodCode { get; set; }
public string WeldingWireCode { get; set; }
public string WeldingMaterial { get; set; }
public bool IsQualified { get; set; }
public string QualifiedText { get; set; }
public string CheckPerson { get; set; }