From 58478924423d0dc44f5f9432a2a0a69db309e77f Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期二, 09 一月 2024 10:49:48 +0800
Subject: [PATCH] 设备同步bug修改

---
 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