| | |
| | | Mat mat = matService.selectByMatnr(wrkDetl.getMatnr()); |
| | | if (inOut != null){ |
| | | inOut.setTemp1("在库");//属性 是否在库 |
| | | inOut.setBrand(wrkDetl.getBarcode());//托盘条码 |
| | | inOut.setBrand(wrkDetl.getZpallet());//托盘条码 |
| | | inOut.setTemp2(mat.getName());//套号 |
| | | inOut.setTemp3(wrkMast.getLocNo());//库位号 |
| | | // inOut.setModiTime(now.toString()); |
| | |
| | | InOut inOut=inOutService.selectByMatnr(wrkDetl.getMatnr()); |
| | | if (inOut != null){ |
| | | inOut.setTemp1("在库");//属性 是否在库 |
| | | inOut.setBrand(wrkDetl.getBarcode());//托盘条码 |
| | | inOut.setBrand(wrkDetl.getZpallet());//托盘条码 |
| | | inOut.setTemp3(wrkMast.getLocNo());//库位号 |
| | | // inOut.setModiTime(now.toString()); |
| | | } |