|
|
|
@ -1591,12 +1591,6 @@ public class DistributionStockupAppController extends BladeController {
|
|
|
|
|
entity.setBillLadingId(reservationId); |
|
|
|
|
DistributionStockupEntity byId = distributionStockupService.getById(stockupId); |
|
|
|
|
entity.setStockupArea(byId.getStockupArea()); |
|
|
|
|
|
|
|
|
|
//修改包件备货状态
|
|
|
|
|
// one.setOrderPackageStockupStatus(StockupStatusConstant.yibeihuo.getValue());
|
|
|
|
|
//todo 待下架操作
|
|
|
|
|
// warehouseUpdownTypeClient.downPackage(stockupDTO.getPacketBarCode());
|
|
|
|
|
// distributionParcelListService.updateById(one);
|
|
|
|
|
} else { |
|
|
|
|
entity.setReservationId(reservationId); |
|
|
|
|
} |
|
|
|
|