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 +