From cb4cc3bbe37c64b640ade8187bb14a15a60bc8b2 Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Mon, 1 Sep 2025 10:50:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E7=A8=8E=E5=8F=B7=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/emis/emisCustomerUser.js | 10 ++++++++++ src/views/emis/emisWaybill/waybillGot.vue | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/api/emis/emisCustomerUser.js b/src/api/emis/emisCustomerUser.js index 2dcafc38..e526afc8 100644 --- a/src/api/emis/emisCustomerUser.js +++ b/src/api/emis/emisCustomerUser.js @@ -93,3 +93,13 @@ export function batchImportEnterprise(data) { data: data }) } + + +// 查询快递客户用户列表 +export function listMonthUserAll(query) { + return request({ + url: '/emis/emisCustomerUser/listMonthUserAll', + method: 'get', + params: query + }) +} \ No newline at end of file diff --git a/src/views/emis/emisWaybill/waybillGot.vue b/src/views/emis/emisWaybill/waybillGot.vue index e4fa2476..11692a72 100644 --- a/src/views/emis/emisWaybill/waybillGot.vue +++ b/src/views/emis/emisWaybill/waybillGot.vue @@ -838,7 +838,7 @@