自动化立体仓库 - WMS系统
zyx
2024-04-16 73de789fbbc67873aab0e72eb0f469ea195c1cbe
src/main/java/com/zy/asrs/controller/MobileController.java
@@ -482,6 +482,13 @@
    }
    //平库上架(无组托上架)
    @RequestMapping("/node/pakin/v1")
    public R nodePakinNoComb(@RequestBody CombParam param){
        mobileService.nodePakinNoComb(param);
        return R.ok();
    }
    private String findNodeLoc(List<LocRule> locRules){
        for (LocRule locRule : locRules) {
            if (Cools.isEmpty(locRule.getOther())) {