Browse Source

库存转移入库状态判断

master
chenfang 2 years ago
parent
commit
e9782dc300
  1. 4
      win-module-wms/win-module-wms-biz/src/main/java/com/win/module/wms/service/inventorymoveRequest/InventorymoveRequestMainServiceImpl.java

4
win-module-wms/win-module-wms-biz/src/main/java/com/win/module/wms/service/inventorymoveRequest/InventorymoveRequestMainServiceImpl.java

@ -188,8 +188,8 @@ public class InventorymoveRequestMainServiceImpl implements InventorymoveRequest
jobUtils.ifInType(itembasicDO.getType(), businesstypeDO);
}
jobUtils.ifOutInventoryStatuses(inventorymoveRequestDetailDO.getFromInventoryStatus(), businesstypeDO);
jobUtils.ifInFromLocationType(inventorymoveRequestDetailDO.getFromLocationCode(), businesstypeDO);
jobUtils.ifInToLocationType(inventorymoveRequestDetailDO.getToLocationCode(), businesstypeDO);
jobUtils.ifInToLocationType(inventorymoveRequestDetailDO.getFromLocationCode(), businesstypeDO);
jobUtils.ifInFromLocationType(inventorymoveRequestDetailDO.getToLocationCode(), businesstypeDO);
RequestsettingDO requestsettingDO = requestsettingService.selectRequestsettingExist(businesstypeCode);
if (requestsettingDO != null) {
RequestStatusState requestStatusState = new RequestStatusState();

Loading…
Cancel
Save