From 7e45c420dd19a3ffe224e9cd42bf7ea31277d7be Mon Sep 17 00:00:00 2001
From: mrzhssss <pro6@qq.com>
Date: 星期五, 27 五月 2022 16:48:22 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/jkasrs' into jkasrs

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

diff --git a/src/main/webapp/views/order/out.html b/src/main/webapp/views/order/out.html
index 254a593..b3c84f0 100644
--- a/src/main/webapp/views/order/out.html
+++ b/src/main/webapp/views/order/out.html
@@ -167,7 +167,7 @@
 
 <script type="text/html" id="tbBasicTbStaNos">
     <div class="ew-select-fixed">
-        <select lay-filter="tbBasicTbStaNos">
+        <select class="order-sta-select" lay-filter="tbBasicTbStaNos">
             {{#if (d.staNos!=null) {}}
                 {{# for(let i=0; i<d.staNos.length; i++) { }}
                     <option value="{{d.staNos[i]}}">{{d.staNos[i]}}</option>
@@ -175,6 +175,14 @@
             {{# } }}
         </select>
     </div>
+</script>
+
+<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="">
+        </select>
+        <button style="margin-top: 30px" class="layui-btn" lay-filter="staBatchSelectConfirm" lay-submit="">纭畾</button>
+    </form>
 </script>
 
 <script type="text/html" id="locNoTpl">
@@ -283,5 +291,13 @@
 </script>
 
 </body>
+
+<script type="text/template" id="batchStaSelectTpl">
+    <option value="">閫夋嫨鍑哄簱绔�</option>
+    {{#each list}}
+    <option value="{{this}}">{{this}}</option>
+    {{/each}}
+</script>
+
 </html>
 

--
Gitblit v1.9.1