{extend name="../../base/view/common/base" /} {block name="body"}
| Invoice Amount | {$detail.amount} CNY | 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} | Issuing 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 Name | {$detail.invoice_bank} | Bank Account | {$detail.invoice_account} | ||
| Bank Branch | {$detail.invoice_banking} | Address | {$detail.invoice_address} | ||||
| Related Contract | {$detail.contract_name|default=''} | ||||||
| Related Project | {$detail.project_name|default=''} | ||||||
| Remarks | {$detail.remark} | ||||||
| Attachments |
{volist name="$detail.file_array" id="vo"}
{:file_card($vo,'view')}
{/volist}
|
||||||
| Invoice No. | {$detail.code}{eq name="$detail.open_status" value="2"}Voided{/eq} | Issued By | {$detail.open_admin_name} | Issued Date | {$detail.open_time|date='Y-m-d'} | ||
| Delivery No. | {$detail.delivery} | ||||||
|
Invoice Attachments
|
{notempty name="$detail.other_file_ids"}
{volist name="$detail.other_file_array" id="vo"}
{:file_card($vo)}
{/volist}
{/notempty}
|
||||||