| | |
| | | } |
| | | PickoutDetl pickoutDetl = new PickoutDetl(); |
| | | pickoutDetl.setHeadId(pickout.getId()); |
| | | pickoutDetl.setNodeId(pickOutDto.getNodeId().longValue()); |
| | | if (!Cools.isEmpty(pickOutDto.getNodeId())) { |
| | | |
| | | pickoutDetl.setNodeId(pickOutDto.getNodeId().longValue()); |
| | | } |
| | | |
| | | pickoutDetl.setNodeName(pickOutDto.getLocNo()); |
| | | pickoutDetl.setAnfme(pickOutDto.getAnfme().doubleValue()); |
| | | pickoutDetl.setAnfme(pickOutDto.getReduce().doubleValue()); |
| | | pickoutDetl.setMatnr(pickOutDto.getMatnr()); |
| | | pickoutDetl.setMaktx(mat.getMaktx()); |
| | | pickoutDetl.setName(mat.getName()); |
| | |
| | | |
| | | return R.ok(); |
| | | } |
| | | |
| | | @Override |
| | | public String getCurrNum(String waveNo) { |
| | | return this.baseMapper.getCurrNum(waveNo); |
| | | } |
| | | } |