From ff0f1d66fa520ff4aeb6546320950896a8860508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E5=8B=87?= <995058772@qq.com> Date: Tue, 3 Jun 2025 13:30:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/dispatchFeeStatistics.js | 8 ++ .../dispatch_fee_statistics/index.vue | 82 ++++++++++++++++--- 2 files changed, 80 insertions(+), 10 deletions(-) diff --git a/src/api/dispatchFeeStatistics.js b/src/api/dispatchFeeStatistics.js index e1f792c..de12455 100644 --- a/src/api/dispatchFeeStatistics.js +++ b/src/api/dispatchFeeStatistics.js @@ -38,3 +38,11 @@ export function downloadDispatchFeeStatistics(params) { responseType: 'blob' }) } + +export function list(params) { + return request({ + url: 'api/dispatchFeeStatistics', + method: 'get', + params, + }) +} diff --git a/src/views/logistics/dispatch_fee_statistics/index.vue b/src/views/logistics/dispatch_fee_statistics/index.vue index 43c93a6..908e25a 100644 --- a/src/views/logistics/dispatch_fee_statistics/index.vue +++ b/src/views/logistics/dispatch_fee_statistics/index.vue @@ -28,12 +28,14 @@ - + - - - + + + @@ -44,7 +46,7 @@ - +