自动化立体仓库 - WMS系统
#
lty
2026-04-27 026c1a5f0318a61e126c7062074eb4e7f9a712d5
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();
    }