From 7296835f8b7992a94e7f50cfa94331ab0e83b212 Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期一, 10 二月 2025 09:14:02 +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