| | |
| | | //料箱码 |
| | | private String suppCode; |
| | | |
| | | public LocDetlAdjust(String matnr, String batch, Double count, String threeCode, String deadTime, String suppCode) { |
| | | //托盘码 |
| | | private String zpallet; |
| | | |
| | | public LocDetlAdjust(String matnr, String batch, Double count, String threeCode, String deadTime, String suppCode, String zpallet) { |
| | | this.matnr = matnr; |
| | | this.batch = batch; |
| | | this.count = count; |
| | | this.threeCode = threeCode; |
| | | this.deadTime = deadTime; |
| | | this.suppCode = suppCode; |
| | | this.zpallet = zpallet; |
| | | } |
| | | } |
| | | |
| | |
| | | } |
| | | } |
| | | if (!exit) { |
| | | copyList.add(new LocDetlAdjustParam.LocDetlAdjust(adjust.getMatnr(), adjust.getBatch(), adjust.getCount(), adjust.getThreeCode(), adjust.getDeadTime(),adjust.getSuppCode())); |
| | | copyList.add(new LocDetlAdjustParam.LocDetlAdjust(adjust.getMatnr(), adjust.getBatch(), adjust.getCount(), adjust.getThreeCode(), adjust.getDeadTime(), adjust.getSuppCode(), adjust.getZpallet())); |
| | | } |
| | | } |
| | | list = copyList; |
| | |
| | | locDetl.setAppeTime(now); |
| | | locDetl.setThreeCode(adjust.getThreeCode()); |
| | | locDetl.setDeadTime(adjust.getDeadTime()); |
| | | locDetl.setZpallet(adjust.getZpallet()); |
| | | if (!locDetlService.insert(locDetl)) { |
| | | throw new CoolException("添加" + locDetl.getLocNo() + "库位," + locDetl.getMatnr() + "商品," + locDetl.getBatch() + "序列码库存明细失败"); |
| | | } |