Files
OMS/app/invoice/view/admin/item_detail.html
2025-12-28 23:13:25 +08:00

40 lines
1.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--
Copyright © ShopeX http://www.shopex.cn. All rights reserved.
See LICENSE file for license details.
-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<div class="tableform">
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="gridlist">
<thead>
<tr>
<th>发票内容</th>
<th>税率</th>
<th>销方税号</th>
<th>销方地址</th>
</tr>
</thead>
<tr>
<td width="25%" nowrap="nowrap"><{$item.title}></td>
<td width="25%" nowrap="nowrap">&nbsp;<{$item.tax_rate}>%</td>
<td width="25%" nowrap="nowrap"><{$item.tax_no}></td>
<td width="25%" nowrap="nowrap"><{$item.address}></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="gridlist">
<thead>
<tr>
<th>销方开户银行</th>
<th>联系电话</th>
<th>银行账号</th>
<th>最后更新日期</th>
</tr>
</thead>
<tr>
<td width="25%" nowrap="nowrap"><{$item.bank}></td>
<td width="25%" nowrap="nowrap"><{$item.telphone}></td>
<td width="25%" nowrap="nowrap"><{$item.bank_no}></td>
<td width="25%" nowrap="nowrap"><{$item.dateline|cdate}></td>
</tr>
</table>
</div>