From 84a6f8c41b7a937a9adc988e95ffa3ddd1c2c689 Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 13 May 2025 08:59:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=BB=9F=E8=AE=A1=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/route.js | 65 ++--------- src/views/statistics/all.vue | 201 +++++++++++++++++++++++++++++++++++ 2 files changed, 212 insertions(+), 54 deletions(-) create mode 100644 src/views/statistics/all.vue diff --git a/src/config/route.js b/src/config/route.js index 6fd0d5af..51287a03 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -3634,17 +3634,6 @@ const routes = [ }, component: "statistics/check_record_gx.vue", }, - //扫边车间数据汇总——光芯 - // { - // path: "/statistics_saobian", - // name: "statistics_saobian", - // meta: { - // title: "扫边车间统计", - // icon: "el-icon-trend-charts", - // perms: ["statistic_inm"], - // }, - // component: "statistics/statistics_saobian.vue", - // }, //综合查询 { name: "total_statistics", @@ -3678,50 +3667,18 @@ const routes = [ }, component: "statistics/statistics_guan.vue", }, - //综合统计--AVG + //综合统计导出 + { + name: "total_export", + path: "/statistic/total_export", + meta: { + title: "统计导出", + icon: "el-icon-DataAnalysis", + perms: ["statistic_total"], + }, + component: "statistics/all.vue", + }, ], - // children:[ - // { - // "path": "/product_statistics", - // "name": "product_statistics", - // "meta": { - // "title": "生产统计", - // "icon": "el-icon-trend-charts", - // "perms": ["bigScreenP"], - // }, - // "component": "statistics/product_statistics.vue" - // }, - // { - // "path": "/quality_statistics", - // "name": "quality_statistics", - // "meta": { - // "title": "质量统计", - // "icon": "el-icon-trend-charts", - // "perms": ["bigScreenP"], - // }, - // "component": "statistics/quality_statistics.vue" - // }, - // { - // "path": "/sale_statistics", - // "name": "sale_statistics", - // "meta": { - // "title": "销售统计", - // "icon": "el-icon-trend-charts", - // "perms": ["bigScreenP"], - // }, - // "component": "statistics/sale_statistics.vue" - // }, - // { - // "path": "/material_statistics", - // "name": "material_statistics", - // "meta": { - // "title": "物料统计", - // "icon": "el-icon-trend-charts", - // "perms": ["bigScreenP"], - // }, - // "component": "statistics/material_statistics.vue" - // }, - // ], }, //报表 { diff --git a/src/views/statistics/all.vue b/src/views/statistics/all.vue new file mode 100644 index 00000000..0664ebc3 --- /dev/null +++ b/src/views/statistics/all.vue @@ -0,0 +1,201 @@ + + + +