From ea0565b6d55afeebd8ee69cf8a4346067da7789e Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期二, 14 十一月 2023 17:51:42 +0800
Subject: [PATCH] modified: src/views/plan/customerorder/index.vue
---
src/views/plan/masterproductionschedule/index.vue | 52 +++++++++++++++++++++++++++++++---------------------
1 files changed, 31 insertions(+), 21 deletions(-)
diff --git a/src/views/plan/masterproductionschedule/index.vue b/src/views/plan/masterproductionschedule/index.vue
index b88c6f4..a35f496 100644
--- a/src/views/plan/masterproductionschedule/index.vue
+++ b/src/views/plan/masterproductionschedule/index.vue
@@ -104,6 +104,11 @@
style="margin-left:10px;"
>SCM鐘舵�佸彉鏇�
</el-button>
+ <el-button
+ type="primary"
+ style="margin-left:10px;"
+ >鏂板閲囪喘璁″垝
+ </el-button>
</template>
</ttable>
@@ -593,34 +598,39 @@
toolbar: [],
operator: [
{
- text: '璁㈠崟棰勭暀',
+ text: '浣滃簾',
type: 'text',
size: 'small',
- fun: this.customReserved
- },
- {
- text: '鏌ョ湅搴撳瓨',
- type: 'text',
- size: 'small',
- fun: this.stockHandle
- },
- {
- text: '鏉ユ簮',
- type: 'text',
- size: 'small',
- fun: this.searchMasterPlanSourceHandle
- },
- {
- text: '璁㈠崟',
- type: 'text',
- size: 'small',
- fun: this.searchOrderHandle
}
+ // {
+ // text: '璁㈠崟棰勭暀',
+ // type: 'text',
+ // size: 'small',
+ // fun: this.customReserved
+ // },
+ // {
+ // text: '鏌ョ湅搴撳瓨',
+ // type: 'text',
+ // size: 'small',
+ // fun: this.stockHandle
+ // },
+ // {
+ // text: '鏉ユ簮',
+ // type: 'text',
+ // size: 'small',
+ // fun: this.searchMasterPlanSourceHandle
+ // },
+ // {
+ // text: '璁㈠崟',
+ // type: 'text',
+ // size: 'small',
+ // fun: this.searchOrderHandle
+ // }
],
operatorConfig: {
fixed: 'right',
label: '鎿嶄綔',
- width: 240,
+ width: 100,
minWidth: 100
}
},
--
Gitblit v1.9.3