From 5cc40452e260550c709928d0679f6e713448ffe7 Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期三, 01 十一月 2023 16:50:54 +0800
Subject: [PATCH] 库存编码规则 拣料更改料箱拣料

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

diff --git a/src/main/webapp/views/mat/mat.html b/src/main/webapp/views/mat/mat.html
index 6f2e8ce..cfe2b54 100644
--- a/src/main/webapp/views/mat/mat.html
+++ b/src/main/webapp/views/mat/mat.html
@@ -385,13 +385,17 @@
                 <!-- 棰勮鍥� 4 -->
                 <div id="template-preview-4" class="template-preview" style="display: none">
                     <table class="contain" width="280" style="overflow: hidden;font-size: xx-small;table-layout: fixed;">
-                        <tr style="height: 74px">
+                        <tr style="height: 37px">
                             <td align="center" scope="col" >鍟嗗搧</td>
                             <td align="center" scope="col" style="">xxxxxx-xx/xx</td>
-                            <td align="center" scope="col" colspan="2">
+                            <td align="center" scope="col" colspan="2" rowspan="2">
                                 <img class="template-code template-qrcode" src="" width="80%">
                                 <div style="letter-spacing: 1px;margin-top: 1px; text-align: center"><span>xxxxxx</span></div>
                             </td>
+                        </tr>
+                        <tr style="height: 37px">
+                            <td align="center" scope="col" >鏁伴噺</td>
+                            <td align="center" scope="col" style=""></td>
                         </tr>
                         <tr style="height: 74px">
                             <td align="center" >瑙勬牸</td>
@@ -492,16 +496,20 @@
 <script type="text/template" id="templatePreview4" class="template-qrcode">
     {{#each data}}
     <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" >
+        <tr style="height: 50px;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>
-            <td align="center" scope="col" colspan="2" >
+            <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; font-weight: 400">
                     <span>{{this.matnr}}</span>
                 </div>
             </td>
         </tr>
+        <tr style="height: 24px;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"></td>
+        </tr>
         <tr style="height: 50px; font-size: 18px;font-weight: 400">
             <td width="50px" align="center" colspan="1">瑙勬牸</td>
             <td align="center" colspan="3" style="

--
Gitblit v1.9.1