From 788175232c895a92f573d84de1ff55b66379a7e0 Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期四, 12 六月 2025 08:27:01 +0800 Subject: [PATCH] 1.其他入库优化 --- H5/Js/Qtrk.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/H5/Js/Qtrk.js b/H5/Js/Qtrk.js index df59cda..1f2a1c2 100644 --- a/H5/Js/Qtrk.js +++ b/H5/Js/Qtrk.js @@ -89,7 +89,7 @@ //that.ItemBlDetail = json.data.tbBillList; that.ItemDetail = json.data.tbBillList; that.$refs.sectionCode.focus(); - that.sectionCode = null; + //that.sectionCode = null; } else { that.$toast.fail(json.message); @@ -209,7 +209,7 @@ that.$notify({ type: 'success', message: '鎵弿鎴愬姛' }); that.$playSound('success'); that.$refs.barcode.focus(); - //that.GetMesItemBlDetailByBillNo() + that.GetMesItemBlDetailByBillNo(); } else { that.$toast.fail(json.message); -- Gitblit v1.9.3