| | |
| | | package com.zy.asrs.utils; |
| | | |
| | | import com.zy.asrs.entity.LocMast; |
| | | import com.zy.asrs.entity.Mat; |
| | | import com.zy.asrs.entity.result.Pakin; |
| | | import com.zy.common.model.LocTypeDto; |
| | | |
| | | /** |
| | |
| | | // wrkDetl.setSupplier(orderDetl.getSupplier()); // 序列码 |
| | | // wrkDetl.setAltme(orderDetl.getUnit()); // 单位 |
| | | // } |
| | | 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.setUnit(mat.getUnit()); |
| | | pakin.setBarcode(mat.getBarcode()); |
| | | pakin.setItemNum(Integer.valueOf(mat.getItemNum())); |
| | | pakin.setPrice(mat.getPrice()); |
| | | pakin.setWeight(mat.getWeight()); |
| | | } |
| | | |
| | | |
| | | /** |