From 4bf8bbebde0131fb5804a9aab00f9e7cf0718b52 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期一, 13 十一月 2023 17:11:25 +0800 Subject: [PATCH] modified: src/views/plan/customerorder/index.vue modified: src/views/plan/manufacturingorder/index.vue modified: src/views/plan/manufacturingorder/productorder-form.vue modified: src/views/plan/masterproductionschedule/index.vue modified: src/views/plan/operationtask/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