自动化立体仓库 - WMS系统
野心家
2024-01-24 b931c44bee33ccae4d14594a6419bcf0a26b29dd
src/main/java/com/zy/common/web/WcsController.java
@@ -52,10 +52,10 @@
    @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")
@@ -295,7 +295,8 @@
                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);