JxPrintPackageAndSpotTicketService打印模板增加打印参数

tags/yfai-pcn-ext-v1.0
yxw 1 year ago
parent 2b0884f6a6
commit 7506ff76d6

@ -55,6 +55,8 @@ public class JxPrintPackageAndSpotTicketService extends SxPrintDispatchService i
} }
Map<String, Object> resultMap = new HashMap<>(); Map<String, Object> resultMap = new HashMap<>();
resultMap.put(MesPcnExtConstWords.ORDER_NO, pack.getLastWorkOrderNo());
resultMap.put(MesPcnExtConstWords.PART_NO, pack.getPartNo()); resultMap.put(MesPcnExtConstWords.PART_NO, pack.getPartNo());
resultMap.put(MesPcnExtConstWords.PART_NAME, pack.getPartNameRdd()); resultMap.put(MesPcnExtConstWords.PART_NAME, pack.getPartNameRdd());

Loading…
Cancel
Save