From 71ec8666c4063e6f7600415cfabc1b086f5dcc41 Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期五, 04 七月 2025 10:12:05 +0800
Subject: [PATCH] 1.采购验退 2.其他入库优化 3.入库前拆分优化

---
 H5/Js/Qtrk.js |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/H5/Js/Qtrk.js b/H5/Js/Qtrk.js
index df59cda..0b6c397 100644
--- a/H5/Js/Qtrk.js
+++ b/H5/Js/Qtrk.js
@@ -18,6 +18,7 @@
             show: false,
             actions: [],
             ItemDetail: [],
+            depotInfo:[],
         }
     },
     mounted() {
@@ -89,7 +90,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);
@@ -139,6 +140,7 @@
                     if (json.status == 0) {
                         //that.$notify({ type: 'success', message: json.data.tbBillList });
                         //that.$playSound('success');
+                        that.depotInfo = json.data;
                         that.$refs.barcode.focus();
                     }
                     else {
@@ -209,7 +211,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