| | |
| | | stockInRecordDto.setWarnNum(stockInventoryDto.getWarnNum()); |
| | | stockInRecordDto.setManufacturerId(stockInventoryDto.getManufacturerId()); |
| | | stockInRecordDto.setSource(stockInventoryDto.getSource()); |
| | | // 设置含水量相关信息 |
| | | stockInRecordDto.setIsContainsWater(stockInventoryDto.getIsContainsWater()); |
| | | stockInRecordDto.setWaterContent(stockInventoryDto.getWaterContent()); |
| | | stockInRecordDto.setTheoryStockInNum(stockInventoryDto.getTheoryStockInNum()); |
| | | stockInRecordDto.setDifferenceNum(stockInventoryDto.getDifferenceNum()); |
| | | stockInRecordService.add(stockInRecordDto); |
| | | return true; |
| | | } |