From 1bbfb99084a541b24d795d462d12d6d51255b9e8 Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Wed, 14 May 2025 20:34:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=8A=A5=E8=A1=A8=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/api/index.js | 10 +- src/views/statisticalReport/index copy.vue | 656 ++++++++++++ src/views/statisticalReport/index.vue | 1083 ++++++++------------ 3 files changed, 1116 insertions(+), 633 deletions(-) create mode 100644 src/views/statisticalReport/index copy.vue diff --git a/src/utils/api/index.js b/src/utils/api/index.js index 5244304..bb40add 100644 --- a/src/utils/api/index.js +++ b/src/utils/api/index.js @@ -1052,7 +1052,7 @@ export function deletePresetApi(data) { }); } -//统计报表查询 +//统计报表查询--废弃 export function getStatisticalReport(data) { return request({ url: "/xymanager/getPhotoStat", @@ -1060,3 +1060,11 @@ export function getStatisticalReport(data) { data, }); } +//新统计报表查询 +export function getReportApi(data) { + return request({ + url: "/xymanager/terminal/getScheduleStat", + method: "post", + data, + }); +} diff --git a/src/views/statisticalReport/index copy.vue b/src/views/statisticalReport/index copy.vue new file mode 100644 index 0000000..06416f0 --- /dev/null +++ b/src/views/statisticalReport/index copy.vue @@ -0,0 +1,656 @@ + + + + \ No newline at end of file diff --git a/src/views/statisticalReport/index.vue b/src/views/statisticalReport/index.vue index 06416f0..e7dfcdf 100644 --- a/src/views/statisticalReport/index.vue +++ b/src/views/statisticalReport/index.vue @@ -1,656 +1,475 @@ \ No newline at end of file +