From 6f547d5dc59c8a67707889895650c41648e9f13b Mon Sep 17 00:00:00 2001 From: zwq Date: Mon, 21 Nov 2022 15:38:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Charts/MixChart.new.vue | 105 ++-- src/components/Charts/MixChart.vue | 6 +- src/router/index.js | 4 +- src/views/common/order-auto-add.vue | 3 +- src/views/common/order-process-add.vue | 3 +- .../components/current-task-new-edit.vue | 158 ++++++ .../components/current-task-new-table1.vue | 8 + src/views/order/current-order.vue | 19 +- src/views/order/current-task.vue | 6 + src/views/report/APMS-table.vue | 215 ++++++++ .../report/components/APMS-table-edit.vue | 132 +++++ src/views/report/components/task-ele.vue | 484 +++++++++++++++--- .../report/components/task-history-detail.vue | 3 +- src/views/report/task-history.vue | 239 ++++++--- 14 files changed, 1175 insertions(+), 210 deletions(-) create mode 100644 src/views/order/components/current-task-new-edit.vue create mode 100644 src/views/report/APMS-table.vue create mode 100644 src/views/report/components/APMS-table-edit.vue diff --git a/src/components/Charts/MixChart.new.vue b/src/components/Charts/MixChart.new.vue index 62e142a..b0b091d 100644 --- a/src/components/Charts/MixChart.new.vue +++ b/src/components/Charts/MixChart.new.vue @@ -5,7 +5,6 @@ diff --git a/src/views/order/components/current-task-new-table1.vue b/src/views/order/components/current-task-new-table1.vue index 9f7d8a2..ea73b1a 100644 --- a/src/views/order/components/current-task-new-table1.vue +++ b/src/views/order/components/current-task-new-table1.vue @@ -20,6 +20,8 @@ > + +