From e2c3d91242be8953c5d73ddddc04839b22a9f1e1 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期二, 14 十一月 2023 14:56:45 +0800 Subject: [PATCH] new file: src/const/crud/customerOrder/customerOrderForm.js modified: src/views/common/ztt-table.vue modified: src/views/plan/customerorder/index.vue modified: src/views/plan/customerorder/sample-customerorder-form.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