|
|
|
@ -1611,7 +1611,6 @@ public class DistributionStockupAppController extends BladeController {
|
|
|
|
|
entity.setOutboundType(distributionStockupEntity.getTypeService()); |
|
|
|
|
// entity.setStockupArea(stockupDTO.getStockupAllocationName());
|
|
|
|
|
// entity.setStockupAreaId(stockupDTO.getStockupAllocationId());
|
|
|
|
|
distributionStockService.save(entity); |
|
|
|
|
//修改订单备货状态
|
|
|
|
|
distributionAsyncService.updateStockArticleStock(one.getStockArticleId()); |
|
|
|
|
//修改备货时间
|
|
|
|
@ -1659,7 +1658,10 @@ public class DistributionStockupAppController extends BladeController {
|
|
|
|
|
jsonObject.put("num", 1); |
|
|
|
|
//进行了备货库位的选择才进行备货库位的上架
|
|
|
|
|
warehouseUpdownStockUpAreaClient.upStockUpShelf(jsonObject); |
|
|
|
|
entity.setStockupAreaId(stockupDTO.getStockupAllocationId()); |
|
|
|
|
} |
|
|
|
|
distributionStockService.save(entity); |
|
|
|
|
|
|
|
|
|
//修改包件备货状态
|
|
|
|
|
DistributionParcelListEntity parcelListEntity = new DistributionParcelListEntity(); |
|
|
|
|
parcelListEntity.setId(entity.getParcelListId()); |
|
|
|
|