feat(HJGL): 焊接任务打印功能支持多模板选择
- 为组件打印新增60x162标签模板选项 - 为焊口打印新增80x42标签模板选项 - API接口返回数据增加焊口位置和焊点坐标字段 - 优化打印模板选择逻辑,支持A4和标签模板切换
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user