From f7dd049c99ad92082c19efe987f254a2d7bc0fc7 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期三, 16 四月 2025 12:41:07 +0800
Subject: [PATCH] 库存物料二维码打印格式优化
---
src/main/webapp/views/pla/plaDetl.html | 40 ++++++++++++++++++++++++++++++----------
1 files changed, 30 insertions(+), 10 deletions(-)
diff --git a/src/main/webapp/views/pla/plaDetl.html b/src/main/webapp/views/pla/plaDetl.html
index 57f6c7d..de42122 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">
@@ -298,6 +300,24 @@
<div class="layui-inline">
<div class="layui-input-inline">
<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>
@@ -466,7 +486,7 @@
</td>
</tr>
<tr style="height: 100px;text-align: left">
- <td align="center" colspan="2" rowspan="1" style="font-weight: bold;color: black; text-align: left; padding-left: 20px"><strong>杩借釜鐮侊細{{this.line}} {{this.packageNo$}}</strong></td>
+ <td align="center" colspan="2" rowspan="1" style="font-weight: bold;color: black; text-align: left;"><strong>杩借釜鐮侊細{{this.line}} {{this.packageNo$}}</strong></td>
<!-- <td align="center" colspan="1" style="font-weight: bold;color: black;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;"><strong style="font-weight: bold;color: black;">{{this.weightAnfme}} KG</strong></td>-->
</tr>
<tr style="height: 100px;text-align: left">
--
Gitblit v1.9.1