| | |
| | | pakout.setWeight(mat.getWeight()); |
| | | } |
| | | |
| | | public static void setPakin(Pakin pakin, Mat mat) { |
| | | pakin.setMatnr(mat.getMatnr()); |
| | | pakin.setMaktx(mat.getMaktx()); |
| | | pakin.setName(mat.getName()); |
| | | pakin.setSpecs(mat.getSpecs()); |
| | | pakin.setModel(mat.getModel()); |
| | | pakin.setBatch(mat.getBatch()); |
| | | pakin.setUnit(mat.getUnit()); |
| | | pakin.setBarcode(mat.getBarcode()); |
| | | pakin.setCustName(mat.getCustName()); |
| | | pakin.setItemNum(mat.getItemNum()); |
| | | pakin.setCount(mat.getCount()); |
| | | pakin.setWeight(mat.getWeight()); |
| | | } |
| | | |
| | | public static void setPakout(Pakout pakout, LocDetl locDetl) { |
| | | pakout.setNodeId(locDetl.getNodeId()); |
| | | pakout.setLocNo(locDetl.getLocNo()); |
| | |
| | | orderDetl.setUnit(mat.getUnit()); |
| | | orderDetl.setBarcode(mat.getBarcode()); |
| | | orderDetl.setItemNum(mat.getItemNum()); |
| | | orderDetl.setCount(mat.getCount()); |
| | | orderDetl.setWeight(mat.getWeight()); |
| | | } |
| | | |