From 95f189cde6ca8fda17ea00017ff7e00ddf48e044 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期二, 21 十一月 2023 13:21:51 +0800 Subject: [PATCH] modified: src/views/plan/manufacturingorder/index.vue modified: src/views/plan/masterproductionschedule/index.vue --- src/views/plan/masterproductionschedule/index.vue | 2 +- src/views/plan/manufacturingorder/index.vue | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/src/views/plan/manufacturingorder/index.vue b/src/views/plan/manufacturingorder/index.vue index 99db548..3e3d4fc 100644 --- a/src/views/plan/manufacturingorder/index.vue +++ b/src/views/plan/manufacturingorder/index.vue @@ -823,14 +823,7 @@ } ], toolbar: [], - operator: [ - // { - // text: '鏌ョ湅搴撳瓨', - // type: 'text', - // size: 'small', - // fun: this.searchStock - // } - ], + operator: null, operatorConfig: { fixed: 'right', label: '鎿嶄綔', diff --git a/src/views/plan/masterproductionschedule/index.vue b/src/views/plan/masterproductionschedule/index.vue index 927b1ff..97410ce 100644 --- a/src/views/plan/masterproductionschedule/index.vue +++ b/src/views/plan/masterproductionschedule/index.vue @@ -626,7 +626,7 @@ operatorConfig: { fixed: 'right', label: '鎿嶄綔', - width: 240, + width: 140, minWidth: 100 } }, -- Gitblit v1.9.3