From 901d81f1c56281bab87044d2ff562d8ed8601efa Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期一, 11 三月 2024 09:25:17 +0800
Subject: [PATCH] 完成包装核对功能

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