From a12fbf14327027e7081eea89a777cb3e3012c170 Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期三, 15 十一月 2023 15:42:08 +0800 Subject: [PATCH] modified: src/views/plan/customerorder/index.vue modified: src/views/plan/masterproductionschedule/index.vue --- src/views/plan/customerorder/index.vue | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/plan/customerorder/index.vue b/src/views/plan/customerorder/index.vue index 1b11ec8..713abf5 100644 --- a/src/views/plan/customerorder/index.vue +++ b/src/views/plan/customerorder/index.vue @@ -447,7 +447,7 @@ { minWidth: '100', width: '100px', - prop: 'contractNo', + prop: 'customerOrderNo', label: '鍚堝悓缂栧彿', sort: true, isTrue: true, @@ -692,7 +692,6 @@ '01partUnCheck', '02technologyUnCheck', '03plan' - // '04planed' ], key: 'coState' } @@ -887,7 +886,7 @@ prop: 'coState', searchInfoType: 'select', // propVal: '01partUnCheck' - propVal: '02technologyUnCheck' + propVal: '' }) ) this.$refs.customerOrderTable.setQueryParam(queryParam) -- Gitblit v1.9.3