|
|
@ -77,7 +77,7 @@ public class AssemblyVisualListPrintStrategy implements IPrintTemplateStrategySe
|
|
|
|
// 客户条码
|
|
|
|
// 客户条码
|
|
|
|
resultMap.put(MesPcnExtConstWords.SN, workOrder.getCustSn());
|
|
|
|
resultMap.put(MesPcnExtConstWords.SN, workOrder.getCustSn());
|
|
|
|
// 车型名称
|
|
|
|
// 车型名称
|
|
|
|
resultMap.put(MesPcnExtConstWords.REMARK, customerCarModel == null ? "" : customerCarModel.getRemark());
|
|
|
|
resultMap.put(MesPcnExtConstWords.REMARK, workOrder.getDescription() + (customerCarModel == null ? "" : customerCarModel.getRemark()));
|
|
|
|
// 重打印
|
|
|
|
// 重打印
|
|
|
|
resultMap.put(MesPcnExtConstWords.REPRINT, "");
|
|
|
|
resultMap.put(MesPcnExtConstWords.REPRINT, "");
|
|
|
|
// EDI接口时间 取工单plan_start_time
|
|
|
|
// EDI接口时间 取工单plan_start_time
|
|
|
|