|
|
@ -285,7 +285,7 @@ public class WarehouseWarehousingEntryServiceImpl extends BaseServiceImpl<Wareho |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
//查询库存品信息
|
|
|
|
//查询库存品信息
|
|
|
|
DistributionStockListEntity stockListEntity = new DistributionStockListEntity(); |
|
|
|
DistributionStockListEntity stockListEntity = new DistributionStockListEntity(); |
|
|
|
stockListEntity.setStoreId(warehousingEntryDTO.getStoreId()); |
|
|
|
stockListEntity.setIncomingBatch(warehousingEntryDTO.getReceiptBatch()); |
|
|
|
stockListEntity.setMarketId(warehousingEntryDTO.getClientId()); |
|
|
|
stockListEntity.setMarketId(warehousingEntryDTO.getClientId()); |
|
|
|
stockListEntity.setMaterialId(warehousingDetail.getMaterialId()); |
|
|
|
stockListEntity.setMaterialId(warehousingDetail.getMaterialId()); |
|
|
|
stockListEntity.setIncomingBatch(warehousingEntryDTO.getReceiptBatch()); |
|
|
|
stockListEntity.setIncomingBatch(warehousingEntryDTO.getReceiptBatch()); |
|
|
|