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) {