From 36653c98622c8a74cb850575b2001457121b794c Mon Sep 17 00:00:00 2001
From: 王震 <10952869+daywangzhen@user.noreply.gitee.com>
Date: 星期四, 25 一月 2024 16:16:22 +0800
Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/mes-ocea-before

---
 src/views/quality/processconfiguration/index.vue |   74 ++++++++++++++++++------------------
 1 files changed, 37 insertions(+), 37 deletions(-)

diff --git a/src/views/quality/processconfiguration/index.vue b/src/views/quality/processconfiguration/index.vue
index 41372ea..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,35 +263,16 @@
           //     return this.processModeOptions
           //   }
           // },
-        
+
         ],
         toolbar: [
-          {
-            text: '瀵煎嚭',
-            type: 'primary',
-            fun: this.handleExport
-          },
-        ],
-        operator: [
           // {
-          //   text: '鍒犻櫎',
-          //   type: 'text',
-          //   size: 'small',
-          //   fun: this.deleteHandle
+          //   text: '瀵煎嚭',
+          //   type: 'primary',
+          //   fun: this.handleExport
           // },
-          {
-            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){
@@ -321,7 +324,6 @@
     },
     handleExport(){
       exportData(this.queryParam).then(res=>{
-          console.log(res)
           this.downloadFun(res)
       }).catch(error=>{
           console.log(error);
@@ -367,13 +369,11 @@
     },
     //鎻愪氦瀹℃牳
    Submitreview(row){
-      console.log(row.id);
        pullInsUnapi({id:row.id}).then(res =>{
-        console.log(res);
         this.$refs.processconfiguration.refreshData()
        })
     },
-   
+
     //鐘舵��
     formatInsState(row, column, cellValue){
             if(cellValue != undefined || cellValue != null){
@@ -395,7 +395,7 @@
             }
             return "<span style='color:#34BD66;'></span>"
         }
-    }, 
+    },
     // 鑾峰彇鏁版嵁鍒楄〃
     getData() {
       // this.$refs.processconfiguration.getDataList()

--
Gitblit v1.9.3