自动化立体仓库 - WMS系统
*
L
2 天以前 74a9fe02a84e158e021638d7c46d38670d4f8782
src/main/java/com/zy/asrs/controller/MobileController.java
@@ -441,6 +441,17 @@
        return R.ok("组托成功");
    }
    @RequestMapping("/truss/comd/auth/v212")
//    @ManagerAuth(memo = "手动入库,1楼无需桁架手动入库 wms入库")
    public R PalletizingCompleteTwoFloorParamV212(@RequestBody PalletizingCompleteTwoFloorParam combParam){
        try{
            mobileService.PalletizingCompleteTwoFloorParam212(combParam);
        } catch (Exception e){
            return R.error(e.getMessage()).add(e.getMessage());
        }
        return R.ok("组托成功");
    }
    @RequestMapping("/truss/comd/auth/v2")
//    @ManagerAuth(memo = "手动入库,1楼无需桁架手动入库 wms入库")
    public R PalletizingCompleteTwoFloorParamV2(@RequestBody PalletizingCompleteTwoFloorParam combParam){