| | |
| | | stockInRecordDto.setBatchNo(stockUninventoryDto.getBatchNo()); |
| | | stockInRecordDto.setProductModelId(stockUninventoryDto.getProductModelId()); |
| | | stockInRecordDto.setType("1"); |
| | | stockInRecordDto.setCreateTime(stockUninventoryDto.getCreateTime()); |
| | | stockInRecordService.add(stockInRecordDto); |
| | | //审批再添加 |
| | | return 1; |
| | |
| | | stockInRecordDto.setProductModelId(stockUninventoryDto.getProductModelId()); |
| | | stockInRecordDto.setType("1"); |
| | | stockInRecordDto.setRemark(stockUninventoryDto.getRemark()); |
| | | stockInRecordDto.setCreateTime(stockUninventoryDto.getCreateTime()); |
| | | stockInRecordService.add(stockInRecordDto); |
| | | return 1; |
| | | } |