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