自动化立体仓库 - WMS系统
skyouc
3 天以前 41411a57fc0d237577aa10ccfc1aded50556f5ba
src/main/java/com/zy/asrs/controller/MobileController.java
@@ -389,6 +389,16 @@
        return mobileService.getAllBindInfo(params);
    }
    @ManagerAuth(memo = "确认台车出库")
    @RequestMapping("/confirm/all/out")
    public R confirmAllOut(@RequestBody AgvCallParams params) {
        if (Objects.isNull(params) || Objects.isNull(params.getCarBarcode())) {
            return R.error("参数不能为空!!");
        }
        return mobileService.outStockByTc(params);
    }
    @ApiOperation("确认捆包出库")
    @ManagerAuth(memo = "确认捆包出库")
    @RequestMapping("/agv/out/confirm")