From 5c6c67ff6a447f55ed82bf925fcbb6c1ed6ab542 Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期四, 26 六月 2025 08:34:08 +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