From 8ad32a63a45f8e0c15294897ef026ad18e1b961c Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期五, 07 二月 2025 10:13:56 +0800 Subject: [PATCH] 111 --- 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