From 7fca02745d606514a22dc2f4673e3ea1475495b6 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期二, 30 一月 2024 16:54:52 +0800
Subject: [PATCH] 质检报告修改

---
 src/views/quality/processconfiguration/index.vue |   65 +++++++++++++++++---------------
 1 files changed, 34 insertions(+), 31 deletions(-)

diff --git a/src/views/quality/processconfiguration/index.vue b/src/views/quality/processconfiguration/index.vue
index 2802435..4338b63 100644
--- a/src/views/quality/processconfiguration/index.vue
+++ b/src/views/quality/processconfiguration/index.vue
@@ -41,9 +41,9 @@
                     <el-radio-group v-model="checkList">
                       <el-radio label="杩斾慨">杩斾慨</el-radio>
                       <el-radio label="鎺ユ敹">鎺ユ敹</el-radio>
-                      <el-radio label="闄嶇骇浣跨敤">闄嶇骇浣跨敤</el-radio> 
-                      <el-radio label="鎶ュ簾">鎶ュ簾</el-radio> 
-                      <el-radio label="闄嶄负浠栫敤">闄嶄负浠栫敤</el-radio> 
+                      <el-radio label="闄嶇骇浣跨敤">闄嶇骇浣跨敤</el-radio>
+                      <el-radio label="鎶ュ簾">鎶ュ簾</el-radio>
+                      <el-radio label="闄嶄负浠栫敤">闄嶄负浠栫敤</el-radio>
                     </el-radio-group>
                 </div>
                 <div v-if="type ===  '杩囩▼妫�楠�'">
@@ -52,12 +52,12 @@
                           <div style="padding: 20px;">
                           <el-radio label="杩斾慨">杩斾慨</el-radio>
                           <el-radio label="鎺ユ敹">鎺ユ敹</el-radio>
-                          <el-radio label="闄嶇骇浣跨敤">闄嶇骇浣跨敤</el-radio> 
-                          <el-radio label="鎶ュ簾">鎶ュ簾</el-radio> 
+                          <el-radio label="闄嶇骇浣跨敤">闄嶇骇浣跨敤</el-radio>
+                          <el-radio label="鎶ュ簾">鎶ュ簾</el-radio>
                           </div>
                           <div style="padding: 20px;">
-                          <el-radio label="杩斿伐">杩斿伐</el-radio> 
-                          <el-radio label="闄嶄负浠栫敤">闄嶄负浠栫敤</el-radio> 
+                          <el-radio label="杩斿伐">杩斿伐</el-radio>
+                          <el-radio label="闄嶄负浠栫敤">闄嶄负浠栫敤</el-radio>
                           </div>
                     </el-row>
                     </el-radio-group>
@@ -73,7 +73,7 @@
 </template>
 
 <script>
-import { 
+import {
   UnqualifiedList,
   pullInsUnapi,
   AuditSuggestion,
@@ -263,7 +263,7 @@
           //     return this.processModeOptions
           //   }
           // },
-        
+
         ],
         toolbar: [
           // {
@@ -272,26 +272,7 @@
           //   fun: this.handleExport
           // },
         ],
-        operator: [
-          // {
-          //   text: '鍒犻櫎',
-          //   type: 'text',
-          //   size: 'small',
-          //   fun: this.deleteHandle
-          // },
-          {
-            text: '鎻愪氦瀹℃牳',
-            type: 'text',
-            size: 'small',
-            fun: this.Submitreview
-          },
-          {
-            text: '瀹℃牳缁撴灉',
-            type: 'text',
-            size: 'small',
-            fun: this.AuditResult
-          }
-        ],
+        operator: null,
         operatorConfig: {
           fixed: 'right',
           label: '鎿嶄綔',
@@ -314,6 +295,28 @@
   },
   created() {
     // this.getType()
+    let arr = []
+    if(this.permissions.quality_processconfiguration_submit){
+      arr.push({
+            text: '鎻愪氦瀹℃牳',
+            type: 'text',
+            size: 'small',
+            fun: this.Submitreview,
+            show: {
+                key: 'state',
+                val: [0]
+            }
+          })
+    }
+    if(this.permissions.quality_processconfiguration_result){
+        arr.push({
+            text: '瀹℃牳缁撴灉',
+            type: 'text',
+            size: 'small',
+            fun: this.AuditResult
+          })
+    }
+    this.table.operator = arr.length>0 ? arr : null
   },
   methods: {
     getQueryParam(data){
@@ -370,7 +373,7 @@
         this.$refs.processconfiguration.refreshData()
        })
     },
-   
+
     //鐘舵��
     formatInsState(row, column, cellValue){
             if(cellValue != undefined || cellValue != null){
@@ -392,7 +395,7 @@
             }
             return "<span style='color:#34BD66;'></span>"
         }
-    }, 
+    },
     // 鑾峰彇鏁版嵁鍒楄〃
     getData() {
       // this.$refs.processconfiguration.getDataList()

--
Gitblit v1.9.3