From 2a0e10c1c36d77f2a403485790ffcc30bb6d895a Mon Sep 17 00:00:00 2001 From: anthonywj Date: Tue, 14 Nov 2023 09:08:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B3=E8=B4=AD=E4=BB=93=E5=BA=93=E5=8A=A0?= =?UTF-8?q?=E5=88=B0=E8=B4=A7=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/purchase/purApply/purApply.vue | 4 +++- src/views/purchase/purApply/pureApplyMySearch.vue | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/purchase/purApply/purApply.vue b/src/views/purchase/purApply/purApply.vue index ed739b8e..f7baa757 100644 --- a/src/views/purchase/purApply/purApply.vue +++ b/src/views/purchase/purApply/purApply.vue @@ -196,6 +196,7 @@ export default { type: 1, editStatus: 1, emergency: '', + invCode: this.$store.getters.locInvCode, targetDeptCode: '', targetInvCode: null }, @@ -286,7 +287,8 @@ export default { type: 1, editStatus: 1, targetDeptCode: this.invCodebe, - targetInvCode: null + targetInvCode: null, + invCode: this.$store.getters.locInvCode, }; this.initActDateRange() if (deptCode != this.invCodebe) { diff --git a/src/views/purchase/purApply/pureApplyMySearch.vue b/src/views/purchase/purApply/pureApplyMySearch.vue index 673fe1a8..2e7c7327 100644 --- a/src/views/purchase/purApply/pureApplyMySearch.vue +++ b/src/views/purchase/purApply/pureApplyMySearch.vue @@ -206,7 +206,7 @@ export default { editStatus: 1, emergency: '', deptCode: '', - invCode: null, + invCode: this.$store.getters.locInvCode, }, formName: null, formMap: { @@ -326,6 +326,7 @@ export default { corpName: null, type: 1, editStatus: 1, + invCode: this.$store.getters.locInvCode, targetDeptCode: this.invCodebe, }; if (targetDeptCode != this.invCodebe) {