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