From 312e8271b507e33ff3c7c60a7315934c4181a8ba Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期五, 31 五月 2024 08:29:52 +0800
Subject: [PATCH] #

---
 zy-asrs-wms/src/main/webapp/views/mat/mat.html |   26 ++++++++++++++------------
 1 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/zy-asrs-wms/src/main/webapp/views/mat/mat.html b/zy-asrs-wms/src/main/webapp/views/mat/mat.html
index 53d5bba..3c215ff 100644
--- a/zy-asrs-wms/src/main/webapp/views/mat/mat.html
+++ b/zy-asrs-wms/src/main/webapp/views/mat/mat.html
@@ -433,33 +433,35 @@
     {{#each data}}
     <table class="contain" width="300"
            style="overflow: hidden;font-size: xx-small;table-layout: fixed;margin-top: 20px;">
-        <tr style="height: 50px">
+        <tr style="height: 20px">
             <td align="center" scope="col" colspan="1">鍚嶇О</td>
             <td align="center" scope="col" colspan="1" style="">{{this.maktx}}</td>
-            <td align="center" scope="col" colspan="2" rowspan="2">
-                <img class="template-code template-qrcode" src="{{this.barcodeUrl}}" width="80%">
+            <td align="center" scope="col" colspan="2" rowspan="4">
+                <img class="template-code template-qrcode" src="{{this.barcodeUrl}}" width="40%">
                 <div style="letter-spacing: 1px;margin-top: 1px; text-align: center">
                     <span>{{this.matnr}}</span>
                 </div>
             </td>
         </tr>
-        <tr style="height: 50px">
+        <tr style="height: 20px">
             <td align="center" colspan="1">瑙勬牸</td>
             <td align="center" colspan="1"
                 style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.specs}}
             </td>
         </tr>
-        <tr style="height: 50px">
+        <tr style="height: 20px">
             <td align="center" colspan="1">鍥惧彿</td>
             <td align="center" colspan="1"
-                style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.imgNum}}
-            </td>
-            <td align="center" colspan="1">閲嶉噺</td>
-            <td align="center" colspan="1"
-                style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.weight}}
+                style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.specs}}
             </td>
         </tr>
-        <tr style="height: 50px">
+        <tr style="height: 20px">
+            <td align="center" colspan="1">閲嶉噺</td>
+            <td align="center" colspan="1"
+                style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.specs}}
+            </td>
+        </tr>
+        <tr style="height: 20px">
             <td align="center" colspan="1">鏈哄瀷</td>
             <td align="center" colspan="1"
                 style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.model}}
@@ -469,7 +471,7 @@
                 style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.material}}
             </td>
         </tr>
-        <tr style="height: 50px">
+        <tr style="height: 20px">
             <td align="center" colspan="1">鍒朵护</td>
             <td align="center" colspan="1"
                 style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.decrees}}

--
Gitblit v1.9.1