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 |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/H5/Js/Qtrk.js b/H5/Js/Qtrk.js
index 1f2a1c2..0b6c397 100644
--- a/H5/Js/Qtrk.js
+++ b/H5/Js/Qtrk.js
@@ -18,6 +18,7 @@
             show: false,
             actions: [],
             ItemDetail: [],
+            depotInfo:[],
         }
     },
     mounted() {
@@ -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 {

--
Gitblit v1.9.3