From a683d399538b38ba07a8ef89efd1320bfc0818f8 Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期三, 10 九月 2025 19:21:05 +0800
Subject: [PATCH] 增加agv点位

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

diff --git a/H5/Qtrk.aspx b/H5/Qtrk.aspx
index da90226..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?<%=12400 %>"></script>
+ <script src="Js/Qtrk.js?<%=1240002 %>"></script>
 </asp:Content>

--
Gitblit v1.9.3