From 6b218973dcf03a3601373ebe13fddd7a8896d68f Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期二, 25 二月 2025 12:51:01 +0800
Subject: [PATCH] 聚乳酸-出库作业,可以多牌号一起出,冻结状态从后台查

---
 src/main/webapp/views/pla/plaDetl.html |   38 +++++++++++++++++++++++++++++---------
 1 files changed, 29 insertions(+), 9 deletions(-)

diff --git a/src/main/webapp/views/pla/plaDetl.html b/src/main/webapp/views/pla/plaDetl.html
index 57f6c7d..4cef15e 100644
--- a/src/main/webapp/views/pla/plaDetl.html
+++ b/src/main/webapp/views/pla/plaDetl.html
@@ -91,16 +91,16 @@
             /*display: none;*/
         }
 
-        .layui-table-cell {
-            text-align: center;
-            line-height: 20px !important;
-            vertical-align: middle;
-            height: auto;
-            overflow: visible;
-            text-overflow: inherit;
-            white-space: normal;
+        /*.layui-table-cell {*/
+        /*    text-align: center;*/
+        /*    line-height: 20px !important;*/
+        /*    vertical-align: middle;*/
+        /*    height: auto;*/
+        /*    overflow: visible;*/
+        /*    text-overflow: inherit;*/
+        /*    white-space: normal;*/
 
-        }
+        /*}*/
         .table-header-fixed {
             top: 0;
             position: fixed;
@@ -280,6 +280,8 @@
                 <input class="layui-input" type="text" name="yellownessMax" placeholder="鏈�澶ч粍搴�" autocomplete="off">
             </div>
         </div>
+    </div>
+    <div class="layui-form layui-card-header">
         <div class="layui-inline">
             <div class="layui-input-inline">
                 <input class="layui-input" type="text" name="vadf1Min" placeholder="鏈�灏忔尌鍙戞" autocomplete="off">
@@ -300,6 +302,24 @@
                 <input class="layui-input" type="text" name="vadf2Max" placeholder="鏈�澶у垎瑙f" autocomplete="off">
             </div>
         </div>
+        <div class="layui-inline">
+            <div class="layui-input-inline">
+                <input class="layui-input" type="text" name="owner" placeholder="涓讳綋" autocomplete="off">
+            </div>
+        </div>
+        <div class="layui-inline">
+            <div class="layui-input-inline">
+                <input class="layui-input" type="text" name="stash" placeholder="浠撳簱" autocomplete="off">
+            </div>
+        </div>
+        <div class="layui-inline">
+            <div class="layui-input-inline">
+                <select name="transfer">
+                    <option value="">鏄惁閫�璐�</option>
+                    <option value="閫�璐�">鏄�</option>
+                </select>
+            </div>
+        </div>
     </div>
 
 </div>

--
Gitblit v1.9.1