|
|
|
@ -73,7 +73,7 @@ public class OtherInboundServiceImpl implements OtherInboundService { |
|
|
|
SysUserEntity currentUser = (SysUserEntity) SecurityUtils.getSubject().getPrincipal(); |
|
|
|
|
|
|
|
// 1. 验证目标库位 |
|
|
|
String warehouseId = validateTargetLocation(dto.getSite(), dto.getTargetLocationId()); |
|
|
|
String warehouseId = validateTargetLocation(dto.getFuSite(), dto.getTargetLocationId()); |
|
|
|
|
|
|
|
// 2. 验证HandlingUnit |
|
|
|
List<HandlingUnit> handlingUnits = validateHandlingUnits(dto); |
|
|
|
|