自动化立体仓库 - WMS系统
#
lty
5 天以前 cb0f1ad62453de82efea35e132b272928c37e2ca
src/main/java/com/zy/asrs/controller/OpenController.java
@@ -203,6 +203,16 @@
        return R.ok().add(openService.mesInventorySummary(param));
    }
    @PostMapping("/MES/orderReport")
    public synchronized R orderReport(@RequestBody(required = false) OrderReportParam param,
                                              HttpServletRequest request) throws IOException {
        auth(null, param, request);
        if (Cools.isEmpty(param)) {
            return R.parse(BaseRes.PARAM);
        }
        return R.ok().add(openService.orderReport(param));
    }
    /**
     * 添加入库单