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