From eadb3c4c77dd9008030ec029c4c55727084253ed Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期二, 18 七月 2023 16:14:44 +0800
Subject: [PATCH] agv 入库接口调整

---
 src/main/webapp/views/mat/mat.html |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/views/mat/mat.html b/src/main/webapp/views/mat/mat.html
index 37210a1..4b9a401 100644
--- a/src/main/webapp/views/mat/mat.html
+++ b/src/main/webapp/views/mat/mat.html
@@ -88,13 +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="matnr" class="layui-input" placeholder="杈撳叆鍟嗗搧缂栧彿"/>
+                                <input name="matnr" class="layui-input" placeholder="杈撳叆鐗╂枡鍙�"/>
                             </div>
                         </div>
                         <div class="layui-inline">
-                            <label class="layui-form-label" style="padding: 8px 15px 8px 15px">鐗╂枡鍙�:</label>
+                            <label class="layui-form-label" style="padding: 8px 15px 8px 15px">鐗╂枡鍚嶇О:</label>
                             <div class="layui-input-inline">
-                                <input name="maktx" class="layui-input" placeholder="杈撳叆鍟嗗搧鍚嶇О"/>
+                                <input name="maktx" class="layui-input" placeholder="杈撳叆鐗╂枡鍚嶇О"/>
                             </div>
                         </div>
                         <div class="layui-inline">
@@ -401,7 +401,7 @@
 <!-- 妯℃澘3 -->
 <script type="text/template" id="templatePreview3" class="template-qrcode">
     {{#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-small;table-layout: fixed; color:#000;">
         <tr style="height: 74px;font-size: 18px; font-weight: 400" >
             <td width="50px" align="center" scope="col" colspan="1">鍟嗗搧</td>
             <td width="170px" align="center" scope="col" colspan="1">{{this.maktx}}</td>
@@ -419,6 +419,7 @@
                 text-overflow:ellipsis;
                 -webkit-line-clamp: 3;
                 -webkit-box-orient: vertical;
+                word-break: break-all;
             ">{{this.specs}}</td>
         </tr>
     </table>

--
Gitblit v1.9.1