From 7506ff76d6cc1b8967aa0e87ab3dda04946aeccc Mon Sep 17 00:00:00 2001 From: yxw Date: Thu, 11 Jan 2024 09:43:31 +0800 Subject: [PATCH] =?UTF-8?q?JxPrintPackageAndSpotTicketService=E6=89=93?= =?UTF-8?q?=E5=8D=B0=E6=A8=A1=E6=9D=BF=E5=A2=9E=E5=8A=A0=E6=89=93=E5=8D=B0?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../busi/print/method/JxPrintPackageAndSpotTicketService.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/serviceimpl/busi/print/method/JxPrintPackageAndSpotTicketService.java b/modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/serviceimpl/busi/print/method/JxPrintPackageAndSpotTicketService.java index a796a39..2468572 100644 --- a/modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/serviceimpl/busi/print/method/JxPrintPackageAndSpotTicketService.java +++ b/modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/serviceimpl/busi/print/method/JxPrintPackageAndSpotTicketService.java @@ -55,6 +55,8 @@ public class JxPrintPackageAndSpotTicketService extends SxPrintDispatchService i } Map resultMap = new HashMap<>(); + resultMap.put(MesPcnExtConstWords.ORDER_NO, pack.getLastWorkOrderNo()); + resultMap.put(MesPcnExtConstWords.PART_NO, pack.getPartNo()); resultMap.put(MesPcnExtConstWords.PART_NAME, pack.getPartNameRdd());