feat(HJGL): 焊接任务打印功能支持多模板选择

- 为组件打印新增60x162标签模板选项
  - 为焊口打印新增80x42标签模板选项
  - API接口返回数据增加焊口位置和焊点坐标字段
  - 优化打印模板选择逻辑,支持A4和标签模板切换
This commit is contained in:
2026-03-11 16:20:22 +08:00
parent 24cbcc97f8
commit b9548a967d
9 changed files with 490 additions and 53 deletions
+1
View File
@@ -361,6 +361,7 @@ namespace BLL
WeldingMethodCode = db.Base_WeldingMethod.First(y => y.WeldingMethodId == x.WeldingMethodId).WeldingMethodCode,
DetectionRate = GetDetectionRate(x.PipelineId),
IsHotProess = x.IsHotProess == true ? "是" : "否",
WeldingLocation=x.WeldingLocationId,
AttachUrl = x.AttachUrl
};
return getDateInfo.FirstOrDefault();