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) { 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 @@ 查询 - + 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(); } , }