Files
OMS/app/invoice/view/admin/item_detail.html
2026-01-04 17:22:44 +08:00

51 lines
1.8 KiB
HTML

<!--
Copyright 2026 ShopeX (https://www.shopex.cn)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<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>