|
|
|
@ -1486,6 +1486,7 @@ public class DistributionStockupAppController extends BladeController {
|
|
|
|
|
warehouseUpdownStockUpAreaClient.upStockUpShelf(jsonObject); |
|
|
|
|
entity.setStockupAreaId(stockupDTO.getStockupAllocationId()); |
|
|
|
|
} |
|
|
|
|
entity.setTenantId(AuthUtil.getTenantId()); |
|
|
|
|
distributionStockService.save(entity); |
|
|
|
|
//这里尝试修改备货库存品包件的备货状态
|
|
|
|
|
boolean update = distributionParcelListService.update(Wrappers.<DistributionParcelListEntity>update().lambda() |
|
|
|
@ -1493,7 +1494,7 @@ public class DistributionStockupAppController extends BladeController {
|
|
|
|
|
.eq(DistributionParcelListEntity::getWarehouseId, myCurrentWarehouse.getId()) |
|
|
|
|
.eq(DistributionParcelListEntity::getConditions, "2") |
|
|
|
|
.eq(DistributionParcelListEntity::getMaterialId, entity.getMaterialId()) |
|
|
|
|
.eq(DistributionParcelListEntity::getMarketId, entity.getMarketId()) |
|
|
|
|
.eq(entity.getStockArticle() != null,DistributionParcelListEntity::getStockArticleId, entity.getStockArticle()) |
|
|
|
|
.set(DistributionParcelListEntity::getOrderPackageStockupStatus, OrderPackageStockupStatusConstant.yibeihu.getValue()) |
|
|
|
|
); |
|
|
|
|
|
|
|
|
|