From ddc68043dd007ae105db71332000fcf9d20fc5a8 Mon Sep 17 00:00:00 2001 From: CTP <630182278@qq.com> Date: Mon, 8 May 2023 11:59:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E4=BB=93=E5=BA=93=20?= =?UTF-8?q?=E4=B8=8A=E6=9E=B6=E8=B4=A7=E4=BD=8D=E8=8E=B7=E5=8F=96=E5=85=89?= =?UTF-8?q?=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/InvOrderPlaceModify.vue | 3 +++ src/views/inventory/InvPlaceChangeModify.vue | 3 +++ src/views/inventory/InvProductPlaceModify.vue | 3 +++ 3 files changed, 9 insertions(+) diff --git a/src/views/inventory/InvOrderPlaceModify.vue b/src/views/inventory/InvOrderPlaceModify.vue index 7029e25b..9d096a55 100644 --- a/src/views/inventory/InvOrderPlaceModify.vue +++ b/src/views/inventory/InvOrderPlaceModify.vue @@ -278,6 +278,9 @@ export default { item.invSpaceName = null; }); this.getSpaceList(); + this.$nextTick(() => { + this.$refs.spaceInputRef.focus(); + }); }, querySearchAsync(queryString, cb) { let restaurants = this.spaceList; diff --git a/src/views/inventory/InvPlaceChangeModify.vue b/src/views/inventory/InvPlaceChangeModify.vue index da97402e..b3b5f3d4 100644 --- a/src/views/inventory/InvPlaceChangeModify.vue +++ b/src/views/inventory/InvPlaceChangeModify.vue @@ -260,6 +260,9 @@ export default { item.invSpaceName = null; }); this.getSpaceList(); + this.$nextTick(() => { + this.$refs.spaceInputRef.focus(); + }); }, //查询当前货位 querySearchAsync(queryString, cb) { diff --git a/src/views/inventory/InvProductPlaceModify.vue b/src/views/inventory/InvProductPlaceModify.vue index 8ab6d69e..831e95ba 100644 --- a/src/views/inventory/InvProductPlaceModify.vue +++ b/src/views/inventory/InvProductPlaceModify.vue @@ -239,6 +239,9 @@ export default { item.invSpaceName = null; }); this.getSpaceList(); + this.$nextTick(() => { + this.$refs.spaceInputRef.focus(); + }); }, querySearchAsync(queryString, cb) { let restaurants = this.spaceList;