From 05516ac61cabdcabe6751243b3a3d9764d36ef5a Mon Sep 17 00:00:00 2001 From: 18110972313 <780768673@qq.com> Date: Tue, 13 May 2025 16:11:11 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BA=8C=E6=AC=A1=E7=A1=AE=E8=AE=A4?= =?UTF-8?q?=E7=89=A9=E6=96=99=E5=87=BA=E5=BA=93=E8=AF=B7=E6=B1=82=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=EF=BC=8C=E8=BF=87=E8=B4=A6=E6=88=90=E5=8A=9F=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E5=B0=86=E6=9D=A1=E7=A0=81=E7=8A=B6=E6=80=81=E7=94=B1?= =?UTF-8?q?StockPending=E6=9B=B4=E6=96=B0=E4=B8=BAStocked?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zi-wms-pda/src/main/java/com/cim/idm/utils/CommonUtils.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zi-wms-pda/src/main/java/com/cim/idm/utils/CommonUtils.java b/zi-wms-pda/src/main/java/com/cim/idm/utils/CommonUtils.java index 064fd14..c93d0b0 100644 --- a/zi-wms-pda/src/main/java/com/cim/idm/utils/CommonUtils.java +++ b/zi-wms-pda/src/main/java/com/cim/idm/utils/CommonUtils.java @@ -4,6 +4,7 @@ import com.cim.idm.exception.GlobalException; import com.cim.idm.framework.IDMFrameServiceProxy; import com.cim.idm.framework.data.EventInfo; import com.cim.idm.service.impl.MESServiceImpl; +import com.cim.idm.wmsextend.generic.GenericServiceProxy; import com.cim.idm.wmsextend.generic.errorHandler.CustomException; import com.cim.idm.wmspackage.materialpacking.MaterialPackingServiceProxy; import com.cim.idm.wmspackage.materialpacking.management.data.MaterialPacking; @@ -797,6 +798,7 @@ public void SaveUnDoInfo_ForSap(List list, String undoid, EventInfo mak hashMap.put("materialQuantity2", 0); hashMap.put("shipRequestName", ""); hashMap.put("shipRequestDetailName", ""); + hashMap.put("stockState", GenericServiceProxy.getConstantMap().STOCKSTATE_STOCKED); SetEventInfo setEventInfo = new SetEventInfo(); setEventInfo.setUserColumns(hashMap); MaterialPackingServiceProxy.getMaterialPackingService().setEvent(materialPackingKey, makeEventInfo, setEventInfo);