From 36f03881a44a58c7d02ce2190c9f4f3ea3a8f59e Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期四, 11 九月 2025 16:36:29 +0800
Subject: [PATCH] 调拨入库:该为扫描物料条码后不清空库位,库位只能手动删除

---
 H5/Qtrk.aspx |   28 +++++++++++++++++++++++++++-
 1 files changed, 27 insertions(+), 1 deletions(-)

diff --git a/H5/Qtrk.aspx b/H5/Qtrk.aspx
index 89d2c4f..1abe2d6 100644
--- a/H5/Qtrk.aspx
+++ b/H5/Qtrk.aspx
@@ -8,6 +8,12 @@
 </style>
 </asp:Content>
 <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
+                <van-notice-bar 
+    :scrollable="false" 
+    :text="'褰撳墠缁勭粐锛�' + (Cookies.get('orgName') || '鏆傛棤缁勭粐淇℃伅')" 
+    class="org-info"
+/></van-notice-bar>
+
         <van-nav-bar
           title="鍏朵粬鍏ュ簱"
           left-text="杩斿洖"
@@ -38,6 +44,26 @@
       <%--@change="getSectionCode"--%>
    :right-icon-size="19"
    placeholder="搴撲綅缂栫爜"
+></van-field>
+ <van-field
+        ref="depotsInfo"
+        v-model="depotInfo.depot_code"
+    value=""
+    label="浠撳簱缂栫爜"
+    clearable 
+    placeholder="浠撳簱缂栫爜"
+    :right-icon-size="19"
+        disabled
+></van-field>
+                <van-field
+        ref="depotsInfo"
+        v-model="depotInfo.depot_name"
+    value=""
+    label="浠撳簱鍚嶇О"
+    clearable 
+    placeholder="浠撳簱鍚嶇О"
+    :right-icon-size="19"
+        disabled
 ></van-field>
  <van-field
      ref="barcode"
@@ -132,5 +158,5 @@
   <%--<comback ></comback>--%>
 </asp:Content>
 <asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
- <script src="Js/Qtrk.js?<%=124000 %>"></script>
+ <script src="Js/Qtrk.js?<%=1240002 %>"></script>
 </asp:Content>

--
Gitblit v1.9.3