From 62b0e3471ebdce872f523c7d20be38b6f46e4d92 Mon Sep 17 00:00:00 2001 From: rui_li <877258667@qq.com> Date: Wed, 18 May 2022 11:14:59 +0800 Subject: [PATCH] =?UTF-8?q?2022-05-18=20=E5=8F=96=E6=B6=88=E6=B4=BE?= =?UTF-8?q?=E5=B7=A5=E5=8D=95=E7=9A=84=E6=89=80=E6=9C=89=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/views/modules/yieldReport/produce_order.vue | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index ac6dae8..b2b0c9d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,7 +11,7 @@ data() { return { query: {}, - version: '1.2.5' + version: '1.2.6' } }, created() { diff --git a/src/views/modules/yieldReport/produce_order.vue b/src/views/modules/yieldReport/produce_order.vue index 0f5aa64..382ccc7 100644 --- a/src/views/modules/yieldReport/produce_order.vue +++ b/src/views/modules/yieldReport/produce_order.vue @@ -251,6 +251,7 @@ export default { operatorData: { site: this.$store.state.user.site, username: this.$store.state.user.name, + userDisplay: this.$store.state.user.userDisplay, operatorId: '', operatorName: '', status: '', @@ -1399,6 +1400,8 @@ export default { itemNo: this.currentRow.itemNo, site: this.currentRow.site, seqNo: this.currentRow.seqNo, + username: this.searchData.username, + userDisplay: this.searchData.userDisplay, } workbenchCancelallops(data).then(({data}) => { if (data.code == 0) {