From 25c7cdf3ea9c4e63f16bbb52ce40e28bc65dc87c Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期六, 13 九月 2025 11:08:50 +0800
Subject: [PATCH] 1

---
 src/main/webapp/views/order/out.html |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/order/out.html b/src/main/webapp/views/order/out.html
index 81d00ce..8e9bd0e 100644
--- a/src/main/webapp/views/order/out.html
+++ b/src/main/webapp/views/order/out.html
@@ -193,9 +193,10 @@
 
 <script type="text/html" id="staBatchSelectDialog">
     <form class="layui-form" style="padding: 25px 50px 30px 50px;text-align: center">
-        <select id="batchSelectStaBox" name="batchSta" lay-vertype="tips" lay-verify="required" required="">
-            <option value="">璇烽�夋嫨缁勮揣鍗曞彿</option> <!-- 榛樿绌哄�� -->
+        <select id="batchSelectStaBox" name="batchSta"  lay-search>
+            <option value="">璇烽�夋嫨缁勮揣鍗曞彿</option>
         </select>
+
         <button style="margin-top: 30px" class="layui-btn" lay-filter="staBatchSelectConfirm" lay-submit="">纭畾</button>
     </form>
 </script>

--
Gitblit v1.9.1