From 377fba33b54de574b044514c772f6268f485e6bf Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 08 六月 2020 15:03:58 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/views/matCode/matCode.html b/src/main/webapp/views/matCode/matCode.html
index 7642881..1738de0 100644
--- a/src/main/webapp/views/matCode/matCode.html
+++ b/src/main/webapp/views/matCode/matCode.html
@@ -138,7 +138,7 @@
                         <tr>
                             <td colspan="1" align="center" scope="col">鏉$爜</td>
                             <td class="barcode" colspan="3" align="center" scope="col">
-                                <img class="template-qrcode" src="" width="80%">
+                                <img class="template-code" src="" width="80%">
                                 <div style="letter-spacing: 2px;margin-top: 3px; text-align: center">
                                     <span>xxxxxx</span>
                                 </div>
@@ -180,7 +180,7 @@
                         </tr>
                         <tr>
                             <td align="center" colspan="6" style="border: none">
-                                <img class="template-qrcode" src="" width="80%">
+                                <img class="template-code" src="" width="80%">
                                 <div style="letter-spacing: 2px;margin-top: 3px; text-align: center">
                                     <span>xxxxxx</span>
                                 </div>
@@ -205,7 +205,7 @@
 
 <!-- 鍒濆鍖栨墦鍗版ā鏉跨殑鏉″舰鐮� -->
 <script type="text/javascript">
-    $('.template-qrcode').attr("src", baseUrl+"/macCode/barcode/auth?param=123");
+    $('.template-code').attr("src", baseUrl+"/macCode/code/auth?type=1&param=123");
 </script>
 
 <!-- 妯℃澘寮曟搸 -->
@@ -259,7 +259,7 @@
         </tr>
         <tr>
             <td align="center" colspan="6" style="border: none">
-                <img class="template-qrcode" src="{{this.barcodeUrl}}" width="80%">
+                <img class="template-code" src="{{this.barcodeUrl}}" width="80%">
                 <div style="letter-spacing: 2px;margin-top: 3px; text-align: center">
                     <span>{{this.matNo}}</span>
                 </div>
@@ -270,6 +270,7 @@
 </script>
 <!-- 妯℃澘3 -->
 <script type="text/template" id="templatePreview3">
+
 </script>
 
 </body>

--
Gitblit v1.9.1