From 8c04a75113d2316aa104b826b8930738afd8b088 Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期三, 04 六月 2025 15:44:50 +0800 Subject: [PATCH] 1.其他入库优化 2.生产退库界面优化 --- H5/Js/Qtrk.js | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/H5/Js/Qtrk.js b/H5/Js/Qtrk.js index 5ba8212..3f1e950 100644 --- a/H5/Js/Qtrk.js +++ b/H5/Js/Qtrk.js @@ -17,6 +17,7 @@ active: 0, show: false, actions: [], + ItemDetail: [], } }, mounted() { @@ -82,7 +83,10 @@ .then(function (res) { var json = res; if (json.status == 0) { - that.ItemBlDetail = json.data.tbBillList; + //that.ItemBlDetail = json.data.tbBillList; + that.ItemDetail = json.data.tbBillList; + that.$refs.sectionCode.focus(); + that.sectionCode = null; } else { that.$toast.fail(json.message); -- Gitblit v1.9.3