自动化立体仓库 - WMS系统
#
lty
23 小时以前 cfa2d1bf7847e5c982c68e0892f5d2ca64638934
src/main/java/com/zy/asrs/controller/WorkController.java
@@ -166,6 +166,12 @@
        } else if (type == 3) {
            workService.pickWrkMast(workNo, getUserId());
            return R.ok("工作档已拣料");
        } else if (type == 4) {
            workService.updateWrkIsSuplus(workNo, getUserId(), type);
//            workService.backLocOperation(workNo, getUserId());
        } else if (type == 5) {
            workService.updateWrkIsSuplus(workNo, getUserId(), type);
        }
        return R.ok();
    }