From 605f6bd3ed028ffb05061a7cfe932b2e6ed017ef Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期一, 08 一月 2024 12:24:41 +0800 Subject: [PATCH] 销售订单-下载word修改 --- 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