| 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"}Regular 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 | {$detail.invoice_phone} |
| Taxpayer ID | {$detail.invoice_tax} | Bank | {$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|default='-'} | ||||
| Attachments |
{volist name="$detail.file_array" id="vo"}
{$i}. {$vo.name}
{/volist}
|
||||