自动化立体仓库 - WMS系统
#
LSH
2023-12-15 fc45de2fc49363738d5854446ad2ad33b58b1949
src/main/java/com/zy/asrs/controller/MobileController.java
@@ -403,9 +403,18 @@
        return mobileService.manDetlOrigInNo(json,getUser());
    }
//    @RequestMapping("/manDetl/out/origin")
//    @ManagerAuth(memo = "平库下架")
//    public R manDetlout(@RequestBody JSONObject json){
//        if (json == null){
//            return R.error("传入数据为空");
//        }
//        return mobileService.manDetlOriginOut(json,getUser());
//    }
    @RequestMapping("/manDetl/out/origin")
    @ManagerAuth(memo = "平库下架")
    public R manDetlout(@RequestBody JSONObject json){
    public R manDetlout2(@RequestBody JSONObject json){
        if (json == null){
            return R.error("传入数据为空");
        }