From 06e6eef46d976db54143bd94ba404742e29bd7e7 Mon Sep 17 00:00:00 2001 From: guoxing <1369478551@qq.com> Date: Tue, 10 Jan 2023 18:01:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E9=80=94=E5=95=86=E5=93=81=20?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base-ui/src/api/supervise/goodsonway.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 base-ui/src/api/supervise/goodsonway.js diff --git a/base-ui/src/api/supervise/goodsonway.js b/base-ui/src/api/supervise/goodsonway.js new file mode 100644 index 00000000..4f65e841 --- /dev/null +++ b/base-ui/src/api/supervise/goodsonway.js @@ -0,0 +1,15 @@ +import request from '@/utils/request' +// 销售报表 + +// 初始化 +export default { + + initData(data) { + return request({ + url: '/reportCenter/getGoodsOnWay', + method: 'get', + params: data + }) + }, + +}