From dda3dfd071a1ad22d3c58662eddf0c7f48184a5c Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期四, 06 二月 2025 14:23:24 +0800 Subject: [PATCH] 1.采购入库优化 2.生产领料优化 3.来料检验取消删除按钮 4.新增客户端API地址全局变量 --- 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