自动化立体仓库 - WMS系统
skyouc
昨天 a6750821eef3ce19069e5130df59ffe0ef3318ab
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();
    }