From da82bc7c0a078eccbc45f4e25a697a5622a46fee Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期五, 07 二月 2025 09:33:52 +0800 Subject: [PATCH] 1.登录页优化调整,去除软键盘 --- H5/Js/PurchaseInventory.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/H5/Js/PurchaseInventory.js b/H5/Js/PurchaseInventory.js index 37ac38f..708276f 100644 --- a/H5/Js/PurchaseInventory.js +++ b/H5/Js/PurchaseInventory.js @@ -84,10 +84,13 @@ that.itemTableData = json.data.tbBillList.itemInDetails; that.tableData = json.data.tbBillList.invItemInCDetails; that.barMessage = json.data.tbBillList.message; + that.$refs.barcode.focus(); + that.formData.barcode = null; } else { that.$toast.fail(json.message); that.$refs.barcode.focus(); + that.formData.barcode = null; } that.$notify({ type: 'success', message: json.message }); that.isLoading = false; -- Gitblit v1.9.3