From 34cffb063869723911ccc04aad0243154d305ca0 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 09 六月 2020 08:48:01 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/matCode/matCode.html |   10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/src/main/webapp/views/matCode/matCode.html b/src/main/webapp/views/matCode/matCode.html
index 9ed2667..2c85ddf 100644
--- a/src/main/webapp/views/matCode/matCode.html
+++ b/src/main/webapp/views/matCode/matCode.html
@@ -203,10 +203,7 @@
                         <tr>
                             <td align="center" width="50%" rowspan="1" colspan="3">鐗╂枡瑙勬牸</td>
                             <td align="center" width="50%" colspan="3" rowspan="4">
-                                <img class="template-code template-qrcode" src="" width="80%">
-                                <div style="letter-spacing: 2px;margin-top: 3px; text-align: center">
-                                    <span>xxxxxx</span>
-                                </div>
+                                <img class="template-code template-qrcode" src="">
                             </td>
                         </tr>
                         <tr>
@@ -311,10 +308,7 @@
         <tr>
             <td align="center" width="50%" rowspan="1" colspan="3">鐗╂枡鍗曚綅</td>
             <td align="center" width="50%" colspan="3" rowspan="4">
-                <img class="template-code template-qrcode" src="{{this.barcodeUrl}}" width="80%">
-                <div style="letter-spacing: 2px;margin-top: 3px; text-align: center">
-                    <span>{{this.matNo}}</span>
-                </div>
+                <img class="template-code template-qrcode" src="{{this.barcodeUrl}}">
             </td>
         </tr>
         <tr>

--
Gitblit v1.9.1