From 9b9ca28dcdc3630cbc28c57be37cf2057cd51d43 Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期三, 15 十一月 2023 17:10:00 +0800
Subject: [PATCH] 	modified:   src/views/plan/masterproductionschedule/index.vue

---
 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