From 80606281db59fa5d4460f498f8b59ad96789e893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Mon, 24 Jul 2023 11:14:26 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E7=94=B3=E8=B4=ADbug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../purchase/purApply/pureApplyMySearch.vue | 17 ++++++++++------- src/views/purchase/purApply/pureApplySearch.vue | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/src/views/purchase/purApply/pureApplyMySearch.vue b/src/views/purchase/purApply/pureApplyMySearch.vue index 728c41d9..49ec168d 100644 --- a/src/views/purchase/purApply/pureApplyMySearch.vue +++ b/src/views/purchase/purApply/pureApplyMySearch.vue @@ -11,7 +11,7 @@ - + - + { + let query = { + spUse: true, + }; + filterDepts(query).then((res) => { this.deptList = res.data || []; if (this.deptList.length > 0) { this.filterQuery.targetDeptCode = this.deptList[0].code diff --git a/src/views/purchase/purApply/pureApplySearch.vue b/src/views/purchase/purApply/pureApplySearch.vue index 1c0764de..29477eda 100644 --- a/src/views/purchase/purApply/pureApplySearch.vue +++ b/src/views/purchase/purApply/pureApplySearch.vue @@ -495,7 +495,7 @@ export default { } , created() { - this.getDeptList(); + this.getList(); } , } From 54b611dd1cc3d2bf37274f7caecea4d19fad0274 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Mon, 24 Jul 2023 16:04:55 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=8D=95=E6=8D=AE=E5=AE=A1=E6=A0=B8=20=E5=88=86=E6=AE=B5?= =?UTF-8?q?=E6=89=AB=E7=A0=81=E6=89=AB=E5=AE=8C=E4=B8=80=E6=AC=A1=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E5=9C=A8=E6=89=AB=E7=AC=AC=E4=BA=8C=E6=AC=A1=E6=8A=A5?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inout/DialogNewReviewOrder.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/inout/DialogNewReviewOrder.vue b/src/views/inout/DialogNewReviewOrder.vue index eb6984c0..a1264d74 100644 --- a/src/views/inout/DialogNewReviewOrder.vue +++ b/src/views/inout/DialogNewReviewOrder.vue @@ -215,6 +215,7 @@ export default { this.$refs.inputRef.focus(); this.$refs.inputRef.select(); this.udiCode = response.data; + this.originCode = ''; this.addCode(); } else { if (response.code == 502) { From dcffcb534cbd883f1af32d5b9c8c2f08bcb72238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Mon, 24 Jul 2023 17:58:58 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/InvPlaceSelect.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/inventory/InvPlaceSelect.vue b/src/views/inventory/InvPlaceSelect.vue index c159109a..3148c79e 100644 --- a/src/views/inventory/InvPlaceSelect.vue +++ b/src/views/inventory/InvPlaceSelect.vue @@ -3,7 +3,7 @@ - + @@ -18,7 +18,7 @@ 查询 - +