| | |
| | | |
| | | private String matnr; // 是 字符串 物料代码 |
| | | |
| | | private String maktx; // 是 字符串 |
| | | private String maktx=""; // 是 字符串 |
| | | |
| | | private String batch; // 是 字符串 |
| | | private String batch=""; // 是 字符串 |
| | | |
| | | private String specs; // 是 字符串 |
| | | |
| | |
| | | |
| | | WaitPakin waitPakin = new WaitPakin(); |
| | | waitPakin.sync(mat); |
| | | // waitPakin.setBatch(matList.getBatch()); //木箱编码 //批次 唯一值 箱号 |
| | | waitPakin.setBatch(param.getBatch()); //木箱编码 //批次 唯一值 箱号 |
| | | // waitPakin.setModel(matList.getModel()); //卷号 唯一值 |
| | | // waitPakin.setBrand(param.getBoxType()); //木箱类型 |
| | | waitPakin.setZpallet(basDevp.getBarcode()); //托盘码 |