| | |
| | | @Autowired |
| | | private MatService matService; |
| | | |
| | | @Value("mes.url") |
| | | @Value("${mes.url}") |
| | | private String mesUrl; |
| | | |
| | | @Value("mes.inPath") |
| | | @Value("${mes.inPath}") |
| | | private String inpath; |
| | | |
| | | @PostMapping("/pakin/loc/v1") |
| | |
| | | if (locMast.getRow1()<2){ |
| | | //1.扫码上报 |
| | | CombParam combParam = new CombParam(); |
| | | combParam.setPackNo(wrkMast.getBarcode()); |
| | | combParam.setPackNo(waitPakins.get(0).getMatnr()); |
| | | combParam.setBarcode(wrkMast.getBarcode()); |
| | | combParam.setLocNo(wrkMast.getLocNo()); |
| | | combParam.setPackSts(0); |
| | | combParam.setStepSts(1); |