From e5423f35d43042de23cb296429ee9c6be3813afe Mon Sep 17 00:00:00 2001
From: 王震 <10952869+daywangzhen@user.noreply.gitee.com>
Date: 星期三, 17 一月 2024 09:58:32 +0800
Subject: [PATCH] modified: src/views/plan/manufacturingorder/productorder-form.vue
---
src/views/basic/part/index.vue | 25 +++++++++++++------------
1 files changed, 13 insertions(+), 12 deletions(-)
diff --git a/src/views/basic/part/index.vue b/src/views/basic/part/index.vue
index ea71043..82fb10b 100644
--- a/src/views/basic/part/index.vue
+++ b/src/views/basic/part/index.vue
@@ -85,6 +85,8 @@
uploadInfo: {
// 鏄惁灞曠ず涓婁紶EXCEL浠ュ強瀵瑰簲鐨剈rl
isShow: true,
+ download: true,
+ fileName: '宸茬敵璇风墿鏂欑紪鐮佹ā鏉�',
url: '/mes/part/upload'
},
prelang: 'operation',
@@ -404,14 +406,7 @@
// loading: false
// }
],
- operator: [
- {
- text: '鍒犻櫎',
- type: 'text',
- size: 'small',
- fun: this.deleteHandle
- }
- ],
+ operator: null,
operatorConfig: {
fixed: 'right',
label: '鎿嶄綔',
@@ -441,6 +436,16 @@
PrintLabelForm
},
created() {
+ 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 +481,6 @@
},
// 鍒犻櫎
deleteHandle(row) {
- if(!this.permissions.basic_part_del){
- this.$message.error("璇ヨ鑹叉病鏈夋搷浣滄潈闄�")
- return
- }
this.$confirm('鏄惁纭闆朵欢鍚嶄负:' + row.partName, '鎻愮ず', {
confirmButtonText: '纭畾',
cancelButtonText: '鍙栨秷',
--
Gitblit v1.9.3