From 89c7b3a61b7e182cb420a8ae0bee8b983f1311c6 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期一, 28 三月 2022 11:08:40 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/views/order/out.html b/src/main/webapp/views/order/out.html
index a00a8e6..cae77ac 100644
--- a/src/main/webapp/views/order/out.html
+++ b/src/main/webapp/views/order/out.html
@@ -21,6 +21,31 @@
             margin: 0 !important;
         }
 
+        .layui-table-view .layui-table-cell .layui-select-title .layui-input {
+            height: 28px;
+            line-height: 28px;
+        }
+
+        .layui-table-view [lay-size="lg"] .layui-table-cell .layui-select-title .layui-input {
+            height: 40px;
+            line-height: 40px;
+        }
+
+        .layui-table-view [lay-size="lg"] .layui-table-cell .layui-select-title .layui-input {
+            height: 40px;
+            line-height: 40px;
+        }
+
+        .layui-table-view [lay-size="sm"] .layui-table-cell .layui-select-title .layui-input {
+            height: 20px;
+            line-height: 20px;
+        }
+
+        .layui-table-view [lay-size="sm"] .layui-table-cell .layui-btn-xs {
+            height: 18px;
+            line-height: 18px;
+        }
+
         /* 鏉冮檺鎺у埗 */
         #btn-pakoutPreview {
             display: none;
@@ -137,6 +162,27 @@
     </div>
 </script>
 
+<script type="text/html" id="tbBasicTbStaNos">
+    <div class="ew-select-fixed">
+        <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>
+                {{# } }}
+            {{# } }}
+        </select>
+    </div>
+</script>
+
+<script type="text/html" id="locNoTpl">
+    <span name="locNo"
+    {{# if( d.lack === false){ }}
+    class="layui-badge layui-badge-green" >{{d.locNo}}</span>
+        {{# } else { }}
+        class="layui-badge layui-badge-red" >缂鸿揣</span>
+    {{# } }}
+</script>
+
 <!-- 琛屾牱寮� -->
 <script type="text/html" id="orderNoTpl">
     <span name="orderNo" class="layui-badge layui-badge-gray">{{d.orderNo}}</span>
@@ -232,6 +278,7 @@
         </div>
     </form>
 </script>
+
 </body>
 </html>
 

--
Gitblit v1.9.1