From 0042dbfd410064ebfab00826f927ed73448db5ec Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期二, 21 五月 2024 14:53:20 +0800
Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/mes-ocea-before into master

---
 src/views/basic/part/index.vue |   45 ++++++++++++++++++++++++++++-----------------
 1 files changed, 28 insertions(+), 17 deletions(-)

diff --git a/src/views/basic/part/index.vue b/src/views/basic/part/index.vue
index ea71043..f4b3331 100644
--- a/src/views/basic/part/index.vue
+++ b/src/views/basic/part/index.vue
@@ -13,10 +13,10 @@
         ref="partTable"
       >
         <template #toolbar>
-          <el-button type="primary" @click="addOrUpdateHandle"
-          v-if="permissions.basic_part_add">鏂板</el-button>
-          <el-button type="primary" @click="() => (this.syncDateVisible = true)"
-          v-if="permissions.basic_part_mdm">鍚屾MDM</el-button>
+          <!-- <el-button type="primary" @click="addOrUpdateHandle"
+          v-if="permissions.basic_part_add">鏂板</el-button> -->
+          <!-- <el-button text="鍚屾MDM" type="primary" @click=""
+          v-if="permissions.basic_part_mdm">鍚屾MDM</el-button> -->
         </template>
       </ttable>
       <!-- 寮圭獥, 鏂板 / 淇敼 -->
@@ -85,6 +85,8 @@
       uploadInfo: {
         // 鏄惁灞曠ず涓婁紶EXCEL浠ュ強瀵瑰簲鐨剈rl
         isShow: true,
+        download: true,
+        fileName: '宸茬敵璇风墿鏂欑紪鐮佹ā鏉�',
         url: '/mes/part/upload'
       },
       prelang: 'operation',
@@ -233,7 +235,7 @@
             optList: () => {
               return this.getThreeLevelClassification()
             }
-          }, 
+          },
           // 瑙勬牸
           {
             minWidth: '140',
@@ -404,14 +406,7 @@
           //   loading: false
           // }
         ],
-        operator: [
-          {
-            text: '鍒犻櫎',
-            type: 'text',
-            size: 'small',
-            fun: this.deleteHandle
-          }
-        ],
+        operator: null,
         operatorConfig: {
           fixed: 'right',
           label: '鎿嶄綔',
@@ -441,6 +436,26 @@
     PrintLabelForm
   },
   created() {
+if(this.permissions.basic_part_mdm){
+        this.table.toolbar.push(
+          {
+            text: '鍚屾MDM',
+            type: 'primary',
+            fun: () => this.syncDateVisible = true,
+            loading: false
+          }
+        )
+    }
+    if(this.permissions.basic_part_del){
+      this.table.operator = [
+          {
+            text: '鍒犻櫎',
+            type: 'text',
+            size: 'small',
+            fun: this.deleteHandle
+          }
+        ]
+    }
     this.uploadInfo.isShow = this.permissions.basic_part_upload
     this.table.column.find((e) => e.label === 'IFS鍚敤鎵规绠$悊').isTrue = false
     this.table.column.find((e) => e.label === '璁″垝鏂规硶').isTrue = false
@@ -476,10 +491,6 @@
     },
     // 鍒犻櫎
     deleteHandle(row) {
-      if(!this.permissions.basic_part_del){
-        this.$message.error("璇ヨ鑹叉病鏈夋搷浣滄潈闄�")
-        return
-      }
       this.$confirm('鏄惁纭闆朵欢鍚嶄负:' + row.partName, '鎻愮ず', {
         confirmButtonText: '纭畾',
         cancelButtonText: '鍙栨秷',

--
Gitblit v1.9.3