From 22e8f38d5f7c3210f7cff52096067c792f7d6ce6 Mon Sep 17 00:00:00 2001
From: 86134 <aa>
Date: 星期五, 17 十一月 2023 15:21:15 +0800
Subject: [PATCH] 11
---
src/views/plan/masterproductionschedule/index.vue | 4 ++--
src/views/plan/manufacturingorder/index.vue | 12 ++++++------
src/views/technology/operation/operation-form.vue | 4 ++--
3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/src/views/plan/manufacturingorder/index.vue b/src/views/plan/manufacturingorder/index.vue
index 568bf63..0e1c7b3 100644
--- a/src/views/plan/manufacturingorder/index.vue
+++ b/src/views/plan/manufacturingorder/index.vue
@@ -824,12 +824,12 @@
],
toolbar: [],
operator: [
- {
- text: '鏌ョ湅搴撳瓨',
- type: 'text',
- size: 'small',
- fun: this.searchStock
- }
+ // {
+ // text: '鏌ョ湅搴撳瓨',
+ // type: 'text',
+ // size: 'small',
+ // fun: this.searchStock
+ // }
],
operatorConfig: {
fixed: 'right',
diff --git a/src/views/plan/masterproductionschedule/index.vue b/src/views/plan/masterproductionschedule/index.vue
index aeb9cf5..927b1ff 100644
--- a/src/views/plan/masterproductionschedule/index.vue
+++ b/src/views/plan/masterproductionschedule/index.vue
@@ -771,8 +771,8 @@
return ''
},
// 鍒犻櫎
- deleteHandle(row) {
- this.$confirm('鏄惁纭鍒犻櫎ID涓�' + row.id, '鎻愮ず', {
+ deleteMainPlan(row) {
+ this.$confirm('鏄惁纭浣滃簾ID涓�' + row.id, '鎻愮ず', {
confirmButtonText: '纭畾',
cancelButtonText: '鍙栨秷',
closeOnClickModal: false,
diff --git a/src/views/technology/operation/operation-form.vue b/src/views/technology/operation/operation-form.vue
index 6f21354..765b7e7 100644
--- a/src/views/technology/operation/operation-form.vue
+++ b/src/views/technology/operation/operation-form.vue
@@ -188,7 +188,7 @@
<div class="operation-detail">
<el-tabs type="card" style="width: 100%;height: 100%">
- <!-- <el-tab-pane label="鍩虹" style="height: 100%">
+ <el-tab-pane label="鍩虹" style="height: 100%">
<el-card class="operation-capacity" header="宸ュ簭鑳藉姏">
<el-transfer
filterable
@@ -226,7 +226,7 @@
</div>
</el-upload>
</el-card>
- </el-tab-pane> -->
+ </el-tab-pane>
<el-tab-pane label="鍙傛暟" style="height: 100%">
<el-card class="operation-capacity" header="宸ュ簭鍙傛暟闆嗘ā鏉�">
<div slot="header">
--
Gitblit v1.9.3