From 45333415b7634fc20b03b7e8ae3b7eee91101bda Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期四, 07 十二月 2023 10:48:31 +0800
Subject: [PATCH] 增加筛选条件
---
src/main/webapp/views/nodeLoc/nodeLoc.html | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/src/main/webapp/views/nodeLoc/nodeLoc.html b/src/main/webapp/views/nodeLoc/nodeLoc.html
index 0fa9012..411d5ab 100644
--- a/src/main/webapp/views/nodeLoc/nodeLoc.html
+++ b/src/main/webapp/views/nodeLoc/nodeLoc.html
@@ -88,7 +88,13 @@
<div class="layui-inline">
<label class="layui-form-label" style="padding: 8px 15px 8px 15px">搴撳尯:</label>
<div class="layui-input-inline">
- <input name="parent_name" class="layui-input" placeholder="杈撳叆鍟嗗搧缂栧彿"/>
+ <input name="parent_name" class="layui-input" placeholder="杈撳叆搴撳尯缂栧彿"/>
+ </div>
+ </div>
+ <div class="layui-inline">
+ <label class="layui-form-label" style="padding: 8px 15px 8px 15px">搴撲綅鍙�:</label>
+ <div class="layui-input-inline">
+ <input name="name" class="layui-input" placeholder="杈撳叆搴撲綅缂栧彿"/>
</div>
</div>
<div class="layui-inline"> 
@@ -206,7 +212,7 @@
<!-- 妯℃澘1 -->
<script type="text/template" id="templatePreview1" class="template-barcode">
{{#each data}}
- <table class="contain" width="400px" style="overflow: hidden;font-size: xx-small;table-layout: fixed;">
+ <table class="contain" width="400px" style="overflow: hidden;font-size: xx-large;table-layout: fixed; color:#000;">
<tr style="height: 150px; border: none">
<td class="barcode" colspan="12" align="center" scope="col" style=" border: none">
<img class="template-code template-barcode" src="{{this.barcodeUrl}}" width="90%;">
@@ -221,11 +227,11 @@
<!-- 妯℃澘2 -->
<script type="text/template" id="templatePreview2" class="template-barcode">
{{#each data}}
- <table class="contain" width="400px" style="overflow: hidden;table-layout: fixed; border: none; font-size: xx-large">
+ <table class="contain" width="400px" style="overflow: hidden;table-layout: fixed; border: none; font-size: xxx-large; color:#000;">
<tr style="height: 150px">
<td class="barcode" colspan="9" align="center" scope="col" style="border: none">
<img class="template-code template-barcode" src="{{this.barcodeUrl}}" width="90%;"> 鈫�
- <div style="letter-spacing: 2px;margin-top: 1px; text-align: center; font-size: xx-small">
+ <div style="letter-spacing: 2px;margin-top: 1px; text-align: center; font-size: xx-large">
<span>{{this.item}}</span>
</div>
</td>
--
Gitblit v1.9.1