From 0b83d075e78acfded07fafe8da133376b2260ef6 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期四, 18 六月 2020 10:26:16 +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