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 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+