From 72b6b96dd8e1552d5f7d9b9e5a80db06e6d88ecf Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期一, 08 九月 2025 13:46:46 +0800
Subject: [PATCH] 扫码后文本框光标停留

---
 pages/zhijiediaobo/form.vue |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/pages/zhijiediaobo/form.vue b/pages/zhijiediaobo/form.vue
index e8f7c73..41d2895 100644
--- a/pages/zhijiediaobo/form.vue
+++ b/pages/zhijiediaobo/form.vue
@@ -1592,6 +1592,12 @@
                                 this.DisBillEntryList()
                                 //娓呯┖鏁伴噺
                                 this.hform.HQty = ''
+								//鍏夋爣瀵瑰噯
+								this.barCodeFocus = false
+								this.$nextTick(() => {
+								    this.barCodeFocus = true
+								    this.hform.HBarCode = ""
+								})
                             } else {
                                 this.playSound(0)
                                 uni.showToast({

--
Gitblit v1.9.1