{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} | ||
| Invoice Title | {$detail.subject} | Issuing Entity (Supplier) | {$detail.supplier_name} | ||
| Remarks | {$detail.remark} | ||||
| Attachments |
{volist name="$detail.file_array" id="vo"}
{:file_card($vo,'view')}
{/volist}
|
||||
| Invoice No. | {$detail.code} | Issued At | {$detail.open_time} | ||
| Invoice Attachments |
{volist name="$detail.other_file_array" id="vo"}
{:file_card($vo,'view')}
{/volist}
|
||||