自动化立体仓库 - WMS系统
zwl
2 天以前 18c48be67ec6b0b02e954203d0b2bd3f41b1fd0b
src/main/java/com/zy/common/web/WcsController.java
@@ -100,7 +100,7 @@
//        }
            waitPakins = waitPakinService.selectList(new EntityWrapper<WaitPakin>().eq("zpallet", param.getBarcode()));
            if (Cools.isEmpty(waitPakins)) {
                return R.error("请先添加入库通知档");
                return R.error("请先收货后再入库");
//            WrkMast wrkMast = wrkMastService.selectByBarcode(param.getBarcode());
//            if (wrkMast != null && wrkMast.getIoType() == 103) {
//                return R.parse(CodeRes.PICK_600);