From f1223c78a7b93d89017c26770390ef446cc57ac6 Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期五, 14 七月 2023 08:06:28 +0800
Subject: [PATCH] 完善AGV相关功能

---
 src/main/webapp/views/mat/mat.html |   23 ++++++++++++-----------
 1 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/src/main/webapp/views/mat/mat.html b/src/main/webapp/views/mat/mat.html
index eb19905..a0947c4 100644
--- a/src/main/webapp/views/mat/mat.html
+++ b/src/main/webapp/views/mat/mat.html
@@ -390,7 +390,7 @@
         <tr style="height: 79px;">
             <td align="center" colspan="2" width="100%" style="border: none">
                 <img class="template-code" src="{{this.barcodeUrl}}" width="80%">
-                <div style="letter-spacing: 2px;margin-top: 1px; text-align: center">
+                <div style="letter-spacing: 2px;margin-top: 1px; text-align: center" >
                     <span>{{this.matnr}}</span>
                 </div>
             </td>
@@ -401,34 +401,35 @@
 <!-- 妯℃澘3 -->
 <script type="text/template" id="templatePreview3" class="template-qrcode">
     {{#each data}}
-    <table class="contain" width="280" style="overflow: hidden;font-size: xx-small;table-layout: fixed;">
-        <tr style="height: 74px" >
-            <td align="center" scope="col" colspan="1">鍟嗗搧</td>
-            <td align="center" scope="col" colspan="1" style="
+    <table class="contain" width="400px" style="overflow: hidden;font-size: xx-small;table-layout: fixed;">
+        <tr style="height: 74px;font-size: 18px" >
+            <td width="50px" align="center" scope="col" colspan="1"><strong>鍟嗗搧</strong></td>
+            <td width="150px" align="center" scope="col" colspan="1" style="
                 border: none;
                 border-top: 1px solid #000;
                 overflow: hidden;
                 text-overflow: ellipsis;
                 -webkit-line-clamp: 3;
                 -webkit-box-orient: vertical;
-                    ">
-                {{this.maktx}}
+                font-family: 瀹嬩綋;
+                font-size: 18px">
+                <strong>{{this.maktx}}</strong>
             </td>
             <td align="center" scope="col" colspan="2" rowspan="2">
                 <img class="template-code template-qrcode" src="{{this.barcodeUrl}}" width="80%">
                 <div style="letter-spacing: 1px;margin-top: 1px; text-align: center">
-                    <span>{{this.matnr}}</span>
+                    <span><strong>{{this.matnr}}</strong></span>
                 </div>
             </td>
         </tr>
-        <tr style="height: 74px">
-            <td align="center" colspan="1">瑙勬牸</td>
+        <tr style="height: 74px; font-family: 瀹嬩綋; font-size: 18px">
+            <td width="50px" align="center" colspan="1"><strong>瑙勬牸</strong></td>
             <td align="center" colspan="1" style="
                 overflow:hidden;
                 text-overflow:ellipsis;
                 -webkit-line-clamp: 3;
                 -webkit-box-orient: vertical;
-            ">{{this.specs}}</td>
+            "><strong>{{this.specs}}</strong></td>
         </tr>
     </table>
     {{/each}}

--
Gitblit v1.9.1