From 2a82bb64ebecb3fce92c3da35dd4495089053206 Mon Sep 17 00:00:00 2001 From: yinq Date: Fri, 15 Dec 2023 13:16:37 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20=E8=B4=A8=E9=87=8F=E6=8A=A5?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/base/spaceInfo/index.vue | 16 +- .../report/fewerMistakesReport/index.vue | 260 ++++++++++++++++ .../productTraceabilityReport/index.vue | 260 ++++++++++++++++ .../index.vue | 258 ++++++++++++++++ .../report/qualityIssuesReport/index.vue | 258 ++++++++++++++++ .../report/scanOfflineRecordReport/index.vue | 277 ++++++++++++++++++ 6 files changed, 1321 insertions(+), 8 deletions(-) create mode 100644 src/views/report/fewerMistakesReport/index.vue create mode 100644 src/views/report/productTraceabilityReport/index.vue create mode 100644 src/views/report/qualityDefectsStatisticalAnalysisReport/index.vue create mode 100644 src/views/report/qualityIssuesReport/index.vue create mode 100644 src/views/report/scanOfflineRecordReport/index.vue diff --git a/src/views/base/spaceInfo/index.vue b/src/views/base/spaceInfo/index.vue index d556dd8..24028c3 100644 --- a/src/views/base/spaceInfo/index.vue +++ b/src/views/base/spaceInfo/index.vue @@ -148,14 +148,14 @@ v-hasPermi="['base:spaceInfo:edit']" >修改 - 删除 - + + + + + + + + diff --git a/src/views/report/fewerMistakesReport/index.vue b/src/views/report/fewerMistakesReport/index.vue new file mode 100644 index 0000000..0d69276 --- /dev/null +++ b/src/views/report/fewerMistakesReport/index.vue @@ -0,0 +1,260 @@ + + + diff --git a/src/views/report/productTraceabilityReport/index.vue b/src/views/report/productTraceabilityReport/index.vue new file mode 100644 index 0000000..17f45cf --- /dev/null +++ b/src/views/report/productTraceabilityReport/index.vue @@ -0,0 +1,260 @@ + + + diff --git a/src/views/report/qualityDefectsStatisticalAnalysisReport/index.vue b/src/views/report/qualityDefectsStatisticalAnalysisReport/index.vue new file mode 100644 index 0000000..a0b74b2 --- /dev/null +++ b/src/views/report/qualityDefectsStatisticalAnalysisReport/index.vue @@ -0,0 +1,258 @@ + + + diff --git a/src/views/report/qualityIssuesReport/index.vue b/src/views/report/qualityIssuesReport/index.vue new file mode 100644 index 0000000..ea38f8c --- /dev/null +++ b/src/views/report/qualityIssuesReport/index.vue @@ -0,0 +1,258 @@ + + + diff --git a/src/views/report/scanOfflineRecordReport/index.vue b/src/views/report/scanOfflineRecordReport/index.vue new file mode 100644 index 0000000..0142df6 --- /dev/null +++ b/src/views/report/scanOfflineRecordReport/index.vue @@ -0,0 +1,277 @@ + + +