From 4c0a8b8bae672ffbe75d635a032b12907ed0f400 Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期二, 29 四月 2025 16:46:17 +0800
Subject: [PATCH] 1.检验不合格描述优化

---
 H5/Config.aspx |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/H5/Config.aspx b/H5/Config.aspx
index 49e1092..f50bbe6 100644
--- a/H5/Config.aspx
+++ b/H5/Config.aspx
@@ -20,12 +20,25 @@
               <van-field  v-model="textInput" placeholder="璇锋壂鎻忚繖閲�"  v-focus.noKeyboard ></van-field>
        </van-cell-group>
     </div>
+
+<div class="padding">
+            <van-cell-group>
+                <van-cell title="鎵弿宸ヤ綅">
+                    <van-button type="primary" size="small" @click="sendScan">鎵弿</van-button>
+                </van-cell>
+                <van-field v-model="scanWorkstation" placeholder="鎵弿缁撴灉灏嗘樉绀哄湪姝ゅ"></van-field>
+            </van-cell-group>
+            <!-- 鎵爜瀹瑰櫒锛堥殣钘忓紡锛� -->
+            <div id="qr-reader" style="width:300px; display:none; margin:0 auto;"></div>
+        </div>
+
 </asp:Content>
 <asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder3" runat="Server">
    <%--<comback ></comback>--%>
 </asp:Content>
 <asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" runat="Server">
     <script src="Js/jquery-2.1.4.min.js"></script>
+    <script src="https://cdnjs.cloudflare.com/ajax/libs/html5-qrcode/2.3.4/html5-qrcode.min.js"></script>
     <script>
         function stopKeyborad(objId) {
             document.getElementById(objId).setAttribute('readonly', 'readonly');
@@ -34,5 +47,6 @@
             }, 200);
         }
     </script>
-    <script src="Js/Config.js?<%=15 %>"></script>
+    <script src="Js/Config.js?<%=151 %>"></script>
+
 </asp:Content>

--
Gitblit v1.9.3