{extend name="../../base/view/common/base" /} {block name="style"} {/block} {block name="body"}
| Invoice Amount (CNY) | {$detail.amount} | Invoice Type | {eq name="$detail.invoice_type" value="1"}VAT Special Invoice{/eq} {eq name="$detail.invoice_type" value="2"}Standard Invoice{/eq} {eq name="$detail.invoice_type" value="3"}Professional Invoice{/eq} | Invoicing Entity | {$detail.subject} |
| Title Type | {eq name="$detail.types" value="1"}Company{/eq} {eq name="$detail.types" value="2"}Individual{/eq} | Invoice Title | {$detail.invoice_title} | Phone Number | {$detail.invoice_phone} |
| Taxpayer ID | {$detail.invoice_tax} | Bank | {$detail.invoice_bank} | Bank Account No. | {$detail.invoice_account} |
| Bank Branch | {$detail.invoice_banking} | Address | {$detail.invoice_address} | ||
| Remarks | {$detail.remark} | ||||
| Linked Attachments |
{volist name="$detail.file_array" id="vo"}
{:file_card($vo,'view')}
{/volist}
|
||||
| Invoice No. | {$detail.code} | Issued By | {$detail.open_admin_name} | Issued At | {$detail.open_time} |
| Invoice Attachments |
{volist name="$detail.other_file_array" id="vo"}
{:file_card($vo,'view')}
{/volist}
|
||||