|
|
|
@ -2000,7 +2000,7 @@ public class DistributionStockupServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
JSONObject jsonObject = new JSONObject(); |
|
|
|
|
jsonObject.put("warehouseId", myCurrentWarehouse.getId()); |
|
|
|
|
jsonObject.put("code", stockupDTO.getTrayBarCode()); |
|
|
|
|
jsonObject.put("stockUpAllocationId", stockupDTO.getStockupAllocationId()); |
|
|
|
|
// jsonObject.put("stockUpAllocationId", stockupDTO.getStockupAllocationId());
|
|
|
|
|
jsonObject.put("type", 4); |
|
|
|
|
jsonObject.put("num", list1.size()); |
|
|
|
|
// TODO
|
|
|
|
|