| | |
| | | <!DOCTYPE html> |
| | | <html lang="en"> |
| | | <html lang="en" xmlns="http://www.w3.org/1999/html"> |
| | | <head> |
| | | <meta charset="utf-8"> |
| | | <title></title> |
| | |
| | | } |
| | | /* ------------------------- 打印表格 ----------------------- */ |
| | | .template-preview { |
| | | height: 200px; |
| | | height: 350px; |
| | | display: inline-block; |
| | | } |
| | | .contain td { |
| | |
| | | <div id="template-container" style="margin: 20px;text-align: center"> |
| | | <!-- 预览图 3 --> |
| | | <div id="template-preview-1" class="template-preview" style="display: block"> |
| | | <div class="layui-row"> |
| | | <div class="layui-col-xs3"> |
| | | <img src="../../static/image/hneLogo.jpg" style="display: inline-block; width: 40%;height: 30%"> |
| | | </div> |
| | | <div class="layui-col-xs9" style="text-align: left"> |
| | | 浙江省台州市台州湾新区台州湾大道188号</br> |
| | | Address:No. 188, Taizhou Bay Avenue, Taizhou Bay New Area, Taizhou City, Zhejiang Province |
| | | </div> |
| | | </div> |
| | | <div class="layui-row" style="font-size: xx-large; text-align: left; margin-left: 40px;"> |
| | | </n>聚乳酸 Polylactic Acid |
| | | </div> |
| | | <div class="layui-row" style="alignment: center; margin-left: 100px;"> |
| | | <table class="contain" width="280" style="overflow: hidden;font-size: xx-small;table-layout: fixed;"> |
| | | <tr style="height: 74px"> |
| | | <td align="center" scope="col" colspan="1">牌号</td> |
| | |
| | | </table> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </fieldset> |
| | | |
| | | <button class="layui-btn" id="doPrint" lay-submit lay-filter="doPrint" style="margin-top: 20px">确定</button> |
| | |
| | | <script type="text/template" id="templatePreview1" class="template-qrcode"> |
| | | <div class="template-preview"> |
| | | {{#each data}} |
| | | <div class="layui-row"> |
| | | <div class="layui-col-xs3"> |
| | | <img src="../../static/image/hneLogo.jpg" style="display: inline-block; width: 40%;height: 30%"> |
| | | </div> |
| | | <div class="layui-col-xs9" style="text-align: left"> |
| | | 浙江省台州市台州湾新区台州湾大道188号</br> |
| | | Address:No. 188, Taizhou Bay Avenue, Taizhou Bay New Area, Taizhou City, Zhejiang Province |
| | | </div> |
| | | </div> |
| | | <div class="layui-row" style="font-size: xx-large; text-align: left; margin-left: 40px;"> |
| | | </n>聚乳酸 Polylactic Acid |
| | | </div> |
| | | <div class="layui-row" style="alignment: center; margin-left: 100px;"> |
| | | <table class="contain" width="280" style="overflow: hidden;font-size: xx-small;table-layout: fixed;"> |
| | | <tr style="height: 74px" > |
| | | <td align="center" scope="col" colspan="1" style="font-weight: bold;"><strong style="font-weight: bold;color: black;">牌号</strong></td> |
| | |
| | | <td align="center" colspan="1" style="font-weight: bold;color: black;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;"><strong style="font-weight: bold;color: black;">{{this.packageNo}}</strong></td> |
| | | </tr> |
| | | </table> |
| | | </div> |
| | | </br> |
| | | {{/each}} |
| | | </div>> |
| | | </div> |
| | | </script> |
| | | |
| | | </body> |