From ca42a5047cb15ae63035f15a971a8e1ec858851f Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期三, 20 十二月 2023 16:24:04 +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">&emsp;
@@ -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