From a1c54e1c1610c96ea5c6c81f371c47c323bc3ff5 Mon Sep 17 00:00:00 2001
From: 王震 <10952869+daywangzhen@user.noreply.gitee.com>
Date: 星期一, 15 一月 2024 12:58:26 +0800
Subject: [PATCH] 	modified:   src/page/wel.vue 	modified:   src/views/equipment/equipment/index.vue

---
 src/views/plan/operationtask/index.vue |   37 +++++++++++++++++++++----------------
 1 files changed, 21 insertions(+), 16 deletions(-)

diff --git a/src/views/plan/operationtask/index.vue b/src/views/plan/operationtask/index.vue
index c4c89b8..8186686 100644
--- a/src/views/plan/operationtask/index.vue
+++ b/src/views/plan/operationtask/index.vue
@@ -43,7 +43,9 @@
           >
             璐х洏杩愯緭
           </el-button>
-          <el-button style="margin-left:10px" @click="openTaskOrder">
+          <el-button 
+          v-if="permissions.operationTask_operationtask_priority"
+          style="margin-left:10px" @click="openTaskOrder">
             浼樺厛绾�
           </el-button>
         </template>
@@ -352,7 +354,7 @@
             isSearch: true,
             searchInfoType: 'text'
           },
-          {
+          /* {
             minWidth: '120',
             prop: 'splannedQuantity',
             label: '璁″垝鏁伴噺2',
@@ -369,7 +371,7 @@
             isTrue: true,
             isSearch: true,
             searchInfoType: 'text'
-          },
+          }, */
           {
             minWidth: '120',
             prop: 'completedQuantity',
@@ -379,7 +381,7 @@
             isSearch: true,
             searchInfoType: 'text'
           },
-          {
+          /* {
             minWidth: '120',
             prop: 'discNum',
             label: '鐩樻暟',
@@ -387,8 +389,8 @@
             isTrue: true,
             isSearch: true,
             searchInfoType: 'text'
-          },
-          {
+          }, */
+          /* {
             minWidth: '120',
             prop: 'reelSpec',
             label: '杞藉叿瑙勬牸',
@@ -396,7 +398,7 @@
             isTrue: true,
             isSearch: true,
             searchInfoType: 'text'
-          },
+          }, */
           {
             width: '130',
             prop: 'ratio',
@@ -476,15 +478,7 @@
           }
         ],
         toolbar: [],
-        operator: [
-          {
-            text: '鍒犻櫎',
-            icon: 'el-icon-delete',
-            type: 'text',
-            size: 'small',
-            fun: this.deleteHandle
-          }
-        ],
+        operator: null,
         operatorConfig: {
           fixed: 'right',
           label: '鎿嶄綔',
@@ -539,6 +533,17 @@
     taskOrderDialog
   },
   created() {
+    if(this.permissions.operationTask_operationtask_del){
+      this.table.operator = [
+          {
+            text: '鍒犻櫎',
+            icon: 'el-icon-delete',
+            type: 'text',
+            size: 'small',
+            fun: this.deleteHandle
+          }
+        ]
+    }
     this.getManufactureAttrs()
   },
   mounted() {

--
Gitblit v1.9.3