|
|
@ -726,7 +726,7 @@ public class DistributionDeliveryListServiceImpl extends BaseServiceImpl<Distrib |
|
|
|
Map<String,Object> info = new HashMap<>(); |
|
|
|
Map<String,Object> info = new HashMap<>(); |
|
|
|
info.put("orderPackageCode",parcelListEntity.getOrderPackageCode()); |
|
|
|
info.put("orderPackageCode",parcelListEntity.getOrderPackageCode()); |
|
|
|
info.put("warehouseId",myCurrentWarehouse.getId()); |
|
|
|
info.put("warehouseId",myCurrentWarehouse.getId()); |
|
|
|
warehouseUpdownTypeClient.downDeliveryPackage(info); |
|
|
|
warehouseUpdownTypeClient.downPackageOrDelTray(parcelListEntity.getOrderPackageCode(),myCurrentWarehouse.getId(),"扫描装车进行下架、解托"); |
|
|
|
|
|
|
|
|
|
|
|
Map<String, Object> map = new HashMap(); |
|
|
|
Map<String, Object> map = new HashMap(); |
|
|
|
String distrilbutionloadingscanDTOJson = JSONObject.toJSONString(distrilbutionloadingscanDTO); |
|
|
|
String distrilbutionloadingscanDTOJson = JSONObject.toJSONString(distrilbutionloadingscanDTO); |
|
|
|