From cdaa6b433a2ce3fbb727a9661015e6f76683529f Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期五, 13 六月 2025 14:35:56 +0800 Subject: [PATCH] 1.采购退货单优化 2.采购退料单拆分 3.采购入库优化 --- 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