自动化立体仓库 - WMS系统
zjj
2023-11-07 ceed56137f8165ff9ac3ce473385572d4c9c80d2
src/main/java/com/zy/asrs/controller/MobileController.java
@@ -385,4 +385,14 @@
        return mobileService.manDetlInBarcode(json,getUser());
    }
    @RequestMapping("/manDetl/in/origin")
    @ManagerAuth(memo = "订单上架(托盘码)")
    public R manDetlin(@RequestBody JSONObject json){
        if (json == null){
            return R.error("传入数据为空");
        }
        return mobileService.manDetlOrigin(json,getUser());
    }
}