|
|
|
@ -111,6 +111,10 @@ public class RollPrintServiceImpl implements RollPrintService { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
// $数量 参数 有尾箱数 最后一箱数量变化 |
|
|
|
if (itemMap.containsValue("$数量")) { |
|
|
|
itemMap.put("数量", printData.get("数量")); |
|
|
|
} |
|
|
|
log.info("手工参数处理结束{}", paramMap.toString()); |
|
|
|
// 打印接口参数集 |
|
|
|
Map<String, Object> printOutMap = new HashMap<>(); |
|
|
|
@ -133,7 +137,7 @@ public class RollPrintServiceImpl implements RollPrintService { |
|
|
|
labelprinthist.setCreatedate(date); |
|
|
|
labelprinthist.setUserid(rollParamVo.getUserName()); |
|
|
|
labelprinthist.setKeyinfo(rollParamVo.getRollNos().toString()); |
|
|
|
labelprinthist.setPrintfrom(OutBoxConstant.PRINT_TYPE); |
|
|
|
labelprinthist.setPrintfrom(OutBoxConstant.PRINT_TYPE_ROLL); |
|
|
|
labelprinthist.setPrintdetail(JSON.toJSONString(printOutMap)); |
|
|
|
histsList.add(labelprinthist); |
|
|
|
} |
|
|
|
|