From e544c55714cd15f5cc7232bcd7995b0b2985f268 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期三, 27 十二月 2023 14:40:21 +0800
Subject: [PATCH] modified: src/views/plan/masterproductionschedule/index.vue
---
src/views/plan/masterproductionschedule/index.vue | 26 +-------------------------
1 files changed, 1 insertions(+), 25 deletions(-)
diff --git a/src/views/plan/masterproductionschedule/index.vue b/src/views/plan/masterproductionschedule/index.vue
index 5aca1b1..dcfb387 100644
--- a/src/views/plan/masterproductionschedule/index.vue
+++ b/src/views/plan/masterproductionschedule/index.vue
@@ -595,7 +595,7 @@
operatorConfig: {
fixed: 'right',
label: '鎿嶄綔',
- width: 140,
+ width: 100,
minWidth: 100
}
},
@@ -644,14 +644,6 @@
type: 'text',
size: 'small',
fun: this.searchMasterPlanSourceHandle
- })
- }
- if(this.permissions.plan_masterproductionschedule_del){
- optionList.push({
- text: '浣滃簾',
- type: 'text',
- size: 'small',
- fun: this.deleteMainPlan
})
}
if(optionList.length>0){
@@ -726,22 +718,6 @@
}
}
return ''
- },
- // 鍒犻櫎
- deleteMainPlan(row) {
- this.$confirm('鏄惁纭浣滃簾ID涓�' + row.id, '鎻愮ず', {
- confirmButtonText: '纭畾',
- cancelButtonText: '鍙栨秷',
- closeOnClickModal: false,
- type: 'warning'
- })
- .then(function() {
- return delObj(row.id)
- })
- .then((data) => {
- this.$message.success('鍒犻櫎鎴愬姛')
- this.getData()
- })
},
// 鏌ョ湅鐢熶骇璁″垝鏉ユ簮
searchMasterPlanSourceHandle(row) {
--
Gitblit v1.9.3