From 4b9b76864796d49b8338b3685cbaa18da8416965 Mon Sep 17 00:00:00 2001 From: shijing Date: Fri, 13 Sep 2024 15:43:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:coding#481=E7=BB=9F=E8=AE=A1=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/route.js | 11 + src/views/statistics/good_check_gx.vue | 79 +++++++- src/views/statistics/pass_num_gx.vue | 30 +++ src/views/statistics/process_check_gx.vue | 68 ++++--- src/views/statistics/statistics_inm.vue | 235 ++++++++++------------ src/views/statistics/work_statistics.vue | 223 ++++++++++++++++++++ 6 files changed, 492 insertions(+), 154 deletions(-) create mode 100644 src/views/statistics/work_statistics.vue diff --git a/src/config/route.js b/src/config/route.js index 6f9ba82c..272c3df2 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -3294,6 +3294,17 @@ const routes = [ }, component: "statistics/task_rate_gx.vue", }, + //人员绩效统计——光芯 + { + path: "/work_statistics", + name: "work_statistics", + meta: { + title: "人员生产统计", + icon: "el-icon-trend-charts", + perms: ["work_statistics"], + }, + component: "statistics/work_statistics.vue", + }, //库存统计——光芯 { path: "/statistic_inm", diff --git a/src/views/statistics/good_check_gx.vue b/src/views/statistics/good_check_gx.vue index 3e2a03a2..eb12918f 100644 --- a/src/views/statistics/good_check_gx.vue +++ b/src/views/statistics/good_check_gx.vue @@ -2,6 +2,39 @@
+ + + + + + + 导出 - - + + @@ -32,7 +70,7 @@ - + @@ -43,6 +81,9 @@ + + + @@ -61,7 +102,6 @@ - + +