自动化立体仓库 - WMS系统
skyouc
2 天以前 a412fb692f1ff4a5b18e64ac1bdb5788fd55d4d0
src/main/java/com/zy/asrs/controller/WorkController.java
@@ -167,7 +167,11 @@
            workService.pickWrkMast(workNo, getUserId());
            return R.ok("工作档已拣料");
        } else if (type == 4) {
            workService.backLocOperation(workNo, getUserId());
            workService.updateWrkIsSuplus(workNo, getUserId(), type);
//            workService.backLocOperation(workNo, getUserId());
        } else if (type == 5) {
            workService.updateWrkIsSuplus(workNo, getUserId(), type);
        }
        return R.ok();
    }