From cba812bfcbd005874ee50aae46ef37ee9d022fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E6=99=A8=E6=99=A8?= Date: Sun, 23 Apr 2023 14:40:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/inout/order.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/api/inout/order.js b/src/api/inout/order.js index 031b8d65..d2e5e224 100644 --- a/src/api/inout/order.js +++ b/src/api/inout/order.js @@ -421,8 +421,13 @@ export function getOrderList(params) { params: params }); } - - +export function getOrderFilter(params) { + return axios({ + url: "udiwms/inout/preInorder/filter", + method: "get", + params: params + }); +} export function updateStatus(query) { return axios({ url: "/spms/inout/order/web/updateStatus",