| | |
| | | combMat.setBoxType1(orderDetlPakins.get(0).getBoxType1()); |
| | | combMat.setBoxType2(orderDetlPakins.get(0).getBoxType2()); |
| | | combMat.setBoxType3(orderDetlPakins.get(0).getBoxType3()); |
| | | combMat.setMemo(orderDetlPakins.get(0).getMemo()); |
| | | combMat.setSupp(orderDetlPakins.get(0).getSupp()); |
| | | combMat.setSuppCode(orderDetlPakins.get(0).getSuppCode()); |
| | | combMat.setManu(orderDetlPakins.get(0).getManu());//仓库编码 |
| | | } else { |
| | | throw new CoolException("未查询到相关订单===>>" + param.getBarcode()); |
| | | } |
| | |
| | | elem.getBoxType1(),elem.getBoxType2(),elem.getBoxType3(), elem.getAnfme()); |
| | | DetlDto detlDto = new DetlDto(elem.getMatnr(), elem.getBatch(),elem.getBrand(),elem.getStandby1(),elem.getStandby2(),elem.getStandby3(), |
| | | elem.getBoxType1(),elem.getBoxType2(),elem.getBoxType3(), elem.getAnfme()); |
| | | detlDto.setMemo(elem.getMemo()); |
| | | detlDto.setSupp(elem.getSupp()); |
| | | detlDto.setManu(elem.getManu()); |
| | | detlDto.setSuppCode(elem.getSuppCode()); |
| | | if (DetlDto.has(detlDtos, detlDto)) { |
| | | DetlDto one = DetlDto.findDto(detlDtos, detlDto); |
| | | assert one != null; |
| | |
| | | waitPakin.setAppeTime(now); |
| | | waitPakin.setModiUser(userId); |
| | | waitPakin.setModiTime(now); |
| | | waitPakin.setMemo(detlDto.getMemo()); |
| | | waitPakin.setSupp(detlDto.getSupp()); |
| | | waitPakin.setSuppCode(detlDto.getSuppCode()); |
| | | waitPakin.setManu(detlDto.getManu()); |
| | | waitPakin.setStandby1(detlDto.getStandby1()); |
| | | waitPakin.setStandby2(detlDto.getStandby2()); |
| | | waitPakin.setStandby3(detlDto.getStandby3()); |