From 08a370a9e96e1e7772551b97c381be7d9fa61aa4 Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期五, 19 十二月 2025 17:53:57 +0800
Subject: [PATCH] 首检巡检检验方式更改

---
 H5/Qcrk.aspx |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/H5/Qcrk.aspx b/H5/Qcrk.aspx
index 624e67b..e7884af 100644
--- a/H5/Qcrk.aspx
+++ b/H5/Qcrk.aspx
@@ -16,6 +16,18 @@
         ></van-nav-bar>
         <div class="content-wrapper">
         <van-cell-group>
+             <van-field
+  value=""
+  ref="depotNo"
+  label="搴撲綅缂栫爜"
+  clearable 
+   placeholder="鎵爜/鎵嬪綍"
+  :right-icon-size="19"
+    v-model="depotNo"
+<%--    @change="getDepot"--%>
+    @keyup.enter.native="getDepot"
+   v-focus.noKeyboard
+></van-field>
  <van-field
   value=""
      ref ="barcode"
@@ -57,18 +69,6 @@
     placeholder=""
 disabled
  ></van-field>
-            <van-field
-  value=""
-  ref="depotNo"
-  label="搴撲綅缂栫爜"
-  clearable 
-   placeholder="鎵爜/鎵嬪綍"
-  :right-icon-size="19"
-    v-model="depotNo"
-<%--    @change="getDepot"--%>
-    @keyup.enter.native="getDepot"
-   v-focus.noKeyboard
-></van-field>
 </van-cell-group>
     </div>
 
@@ -78,5 +78,5 @@
   <%--<comback ></comback>--%>
 </asp:Content>
 <asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
- <script src="Js/Qcrk.js?<%=1231 %>"></script>
+ <script src="Js/Qcrk.js?<%=1232 %>"></script>
 </asp:Content>

--
Gitblit v1.9.3