diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 55f024c..bee0382 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -197,6 +197,7 @@ export default { changeInv() { this.selInvVisible = true; + this.getDeptList(); }, getDeptList() { diff --git a/src/views/inout/DialogReviewOrder.vue b/src/views/inout/DialogReviewOrder.vue index 226cc67..8f73767 100644 --- a/src/views/inout/DialogReviewOrder.vue +++ b/src/views/inout/DialogReviewOrder.vue @@ -250,6 +250,10 @@ export default { orderDetailEntities: this.detailList, code: this.udiCode, } + if (event == null) { + } else event.target.select(); + this.$refs.inputRef.select(); + acceptAddCode(postQuery) .then((response) => { if (response.code == 20000) { diff --git a/src/views/inout/IoArrivalSearchOrder.vue b/src/views/inout/IoArrivalSearchOrder.vue index e200042..bf0a906 100644 --- a/src/views/inout/IoArrivalSearchOrder.vue +++ b/src/views/inout/IoArrivalSearchOrder.vue @@ -119,7 +119,7 @@ - + - + - + - +