|
|
@ -59,7 +59,7 @@ public class AssemblyVisualListPrintStrategy implements IPrintTemplateStrategySe
|
|
|
|
// vinCode
|
|
|
|
// vinCode
|
|
|
|
resultMap.put(MesExtConstWords.VIN_CODE, workOrder.getVinCode());
|
|
|
|
resultMap.put(MesExtConstWords.VIN_CODE, workOrder.getVinCode());
|
|
|
|
// vinCode 后四位
|
|
|
|
// vinCode 后四位
|
|
|
|
resultMap.put(MesExtConstWords.VIN_CODE_AFTER_FOUR, workOrder.getVinCode());
|
|
|
|
resultMap.put(MesExtConstWords.VIN_CODE_AFTER_FOUR, !StringUtils.isEmpty(workOrder.getVinCode()) && workOrder.getVinCode().length() > MesExtConstWords.FOUR ? workOrder.getVinCode().substring(workOrder.getVinCode().length() - MesExtConstWords.FOUR) : workOrder.getVinCode());
|
|
|
|
// 总成零件号
|
|
|
|
// 总成零件号
|
|
|
|
resultMap.put(MesExtConstWords.PART_NO, workOrder.getPartNo());
|
|
|
|
resultMap.put(MesExtConstWords.PART_NO, workOrder.getPartNo());
|
|
|
|
// 工单标识
|
|
|
|
// 工单标识
|
|
|
|