From 3360d0a1377cbd91ccc870e0877497e424bef7b1 Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期三, 18 六月 2025 09:24:43 +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