|
|
@ -75,7 +75,7 @@ public class AssemblyVisualListPrintStrategy implements IPrintTemplateStrategySe
|
|
|
|
// 客户零件号
|
|
|
|
// 客户零件号
|
|
|
|
resultMap.put(MesPcnExtConstWords.CUST_PART_NO, workOrder.getPartNo());
|
|
|
|
resultMap.put(MesPcnExtConstWords.CUST_PART_NO, workOrder.getPartNo());
|
|
|
|
// 客户条码
|
|
|
|
// 客户条码
|
|
|
|
resultMap.put(MesPcnExtConstWords.SN, workOrder.getSn());
|
|
|
|
resultMap.put(MesPcnExtConstWords.SN, workOrder.getCustSn());
|
|
|
|
// 车型名称
|
|
|
|
// 车型名称
|
|
|
|
resultMap.put(MesPcnExtConstWords.REMARK, customerCarModel == null ? "" : customerCarModel.getRemark());
|
|
|
|
resultMap.put(MesPcnExtConstWords.REMARK, customerCarModel == null ? "" : customerCarModel.getRemark());
|
|
|
|
// 重打印
|
|
|
|
// 重打印
|
|
|
|