From 0222e4af06ee8bb66544fd45056a0114d94860cd Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期三, 15 十一月 2023 17:52:03 +0800
Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/mes-ocea-before
---
src/views/plan/masterproductionschedule/index.vue | 25 ++++++++++++++++---------
1 files changed, 16 insertions(+), 9 deletions(-)
diff --git a/src/views/plan/masterproductionschedule/index.vue b/src/views/plan/masterproductionschedule/index.vue
index 38dffbb..6229039 100644
--- a/src/views/plan/masterproductionschedule/index.vue
+++ b/src/views/plan/masterproductionschedule/index.vue
@@ -592,12 +592,12 @@
],
toolbar: [],
operator: [
- {
- text: '璁㈠崟棰勭暀',
- type: 'text',
- size: 'small',
- fun: this.customReserved
- },
+ // {
+ // text: '璁㈠崟棰勭暀',
+ // type: 'text',
+ // size: 'small',
+ // fun: this.customReserved
+ // },
// {
// text: '鏌ョ湅搴撳瓨',
// type: 'text',
@@ -611,11 +611,17 @@
fun: this.searchMasterPlanSourceHandle
},
{
- text: '璁㈠崟',
+ text: '浣滃簾',
type: 'text',
size: 'small',
- fun: this.searchOrderHandle
- }
+ fun: this.deleteMainPlan
+ },
+ // {
+ // text: '璁㈠崟',
+ // type: 'text',
+ // size: 'small',
+ // fun: this.searchOrderHandle
+ // }
],
operatorConfig: {
fixed: 'right',
@@ -708,6 +714,7 @@
this.getSysParam(sysParam.IS_REPORT_OPERATION)
},
methods: {
+ deleteMainPlan(row){},
getSysParam(paramKey) {
getSysParam(paramKey).then((response) => {
var paramVal = response.data.data
--
Gitblit v1.9.3