|
|
|
@ -377,7 +377,7 @@ public class WarehouseWarehousingEntryServiceImpl extends BaseServiceImpl<Wareho
|
|
|
|
|
upShelfStockDTO.setAllocationId(warehousingDetail.getAllocationId()); |
|
|
|
|
upShelfStockDTO.setIncomingBatch(entity.getIncomingBatch()); |
|
|
|
|
upShelfStockDTO.setMaterialName(entity.getDescriptionGoods()); |
|
|
|
|
upShelfStockDTO.setNum(num); |
|
|
|
|
upShelfStockDTO.setEnterNum(num); |
|
|
|
|
upShelfStockDTO.setWarehouseId(entity.getWarehouseId()); |
|
|
|
|
list.add(upShelfStockDTO); |
|
|
|
|
warehouseUpdownTypeService.upShelfStockList(list,warehousingDetail.getAllocationId(),entity.getWarehouseId(),"入库单录入数量上架至"+warehousingDetail.getAllocationName()+num+"件"); |
|
|
|
|