From 0bc76829418b6a594baae8a4ef30caa4caa65945 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期三, 01 七月 2020 10:56:48 +0800 Subject: [PATCH] # --- src/main/webapp/views/matCode/matCode.html | 16 +++++----------- 1 files changed, 5 insertions(+), 11 deletions(-) diff --git a/src/main/webapp/views/matCode/matCode.html b/src/main/webapp/views/matCode/matCode.html index 79c401c..415aac6 100644 --- a/src/main/webapp/views/matCode/matCode.html +++ b/src/main/webapp/views/matCode/matCode.html @@ -259,27 +259,21 @@ <!-- 妯℃澘1 --> <script type="text/template" id="templatePreview1" class="template-barcode"> {{#each data}} - <table class="contain" height="217" width="317" style="overflow: hidden;font-size: xx-small"> - <tr> - <td align="center" colspan="1" scope="col">鏉$爜</td> + <table class="contain" width="296" style="overflow: hidden;font-size: xx-small"> + <tr style="height: 80px"> + <td align="center" colspan="1" scope="col">鐗╂枡缂栫爜</td> <td align="center" class="barcode" colspan="3" scope="col"> <img class="template-code" src="{{this.barcodeUrl}}" width="80%"> <div style="letter-spacing: 2px;margin-top: 3px; text-align: center"> - <span>{{this.barcode}}</span> + <span>{{this.matNo}}</span> </div> </td> </tr> - <tr> - <td align="center" width="25%">鐗╂枡缂栫爜</td> - <td align="center" width="25%">{{this.matNo}}</td> + <tr style="height: 80px"> <td align="center" width="25%">鐗╂枡鍚嶇О</td> <td align="center" width="25%">{{this.matName}}</td> - </tr> - <tr> <td align="center" width="25%">鐗╂枡鍗曚綅</td> <td align="center" width="25%">{{this.str1}}</td> - <td align="center" width="25%">鐗╂枡瑙勬牸</td> - <td align="center" width="25%">{{this.str2}}</td> </tr> </table> {{/each}} -- Gitblit v1.9.1