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);