|
|
|
@ -136,9 +136,6 @@ public class InventoryMoveServiceImpl implements InventoryMoveService { |
|
|
|
originalLocations.put(hu.getUnitId(), hu.getLocationId()); |
|
|
|
} |
|
|
|
|
|
|
|
// 4. 合并相同条件的HandlingUnit后调用IFS接口(在更新HU之前) |
|
|
|
syncToIFSBatchForPallet(dto, handlingUnits); |
|
|
|
|
|
|
|
// 5. 按库存主键字段汇总HandlingUnit数据 |
|
|
|
Map<String, InventoryGroup> inventoryGroups = groupHandlingUnitsByInventoryKey(handlingUnits, originalLocations, dto.getTargetLocationId()); |
|
|
|
// 根据库位获取仓库ID |
|
|
|
|