自动化立体仓库 - WMS系统
zjj
2025-01-07 e5cf12d2e3441b83cc3aeafd4f7f23d4075ab5fc
src/main/java/com/zy/asrs/controller/MobileController.java
@@ -297,6 +297,17 @@
    }
    @RequestMapping("/pingKu/Shelves/auth")
    @ManagerAuth(memo = "平库上架")
    public R pingKuShelves(@RequestBody CombParam combParam){
        if (Cools.isEmpty(combParam.getLocno(), combParam.getCombMats())) {
            throw new CoolException(BaseRes.PARAM);
        }
        mobileService.pingKuShelves(combParam, getUserId());
        return R.ok();
    }
    @RequestMapping("/pack/get/auth")
    @ManagerAuth
    public R packGet(@RequestParam String barcode){