|  |  | 
 |  |  |                         <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> | 
 |  |  | 
 |  |  |                         </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> | 
 |  |  | 
 |  |  |  | 
 |  |  | <!-- 初始化打印模板的条形码 --> | 
 |  |  | <script type="text/javascript"> | 
 |  |  |     $('.template-qrcode').attr("src", baseUrl+"/macCode/barcode/auth?param=123"); | 
 |  |  |     $('.template-code').attr("src", baseUrl+"/macCode/code/auth?type=1¶m=123"); | 
 |  |  | </script> | 
 |  |  |  | 
 |  |  | <!-- 模板引擎 --> | 
 |  |  | 
 |  |  |         </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> | 
 |  |  | 
 |  |  | </script> | 
 |  |  | <!-- 模板3 --> | 
 |  |  | <script type="text/template" id="templatePreview3"> | 
 |  |  |  | 
 |  |  | </script> | 
 |  |  |  | 
 |  |  | </body> |