{extend name="../../base/view/common/base" /} {block name="body"}
{eq name="$detail.invoice_type" value="0"}

Non-invoice Receipt Information

{notempty name="$detail.remark"} {/notempty} {notempty name="$detail.file_ids"} {/notempty} {notempty name="$detail.other_file_ids"} {/notempty}
Expected Amount (CNY) {$detail.amount} Receiving Entity {$detail.subject}
Payer Type {eq name="$detail.types" value="1"}Company{/eq} {eq name="$detail.types" value="2"}Individual{/eq} Payer Name {$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 Attachments
{volist name="$detail.other_file_array" id="vo"}
{:file_card($vo,'view')}
{/volist}
{else/}

Invoice Information

{notempty name="$detail.remark"} {/notempty} {notempty name="$detail.file_ids"} {/notempty} {if condition="$detail.open_admin_id > 0"} {/if} {notempty name="$detail.other_file_ids"} {/notempty}
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|date='Y-m-d'}
Invoice Attachments
{volist name="$detail.other_file_array" id="vo"}
{:file_card($vo,'view')}
{/volist}
{/eq}

Payment Received

Receipt Status {if condition="($detail.enter_status == 0)"} Not received {elseif condition="($detail.enter_status == 1)"} Partially received {elseif condition="($detail.enter_status == 2)"} Fully received {/if} Unreceived Amount (CNY) {$detail.not_income} Received Amount (CNY) {$detail.enter_amount}
Receipt Records {empty name="$detail.income"} {else/} {volist name="$detail.income" id="vo"} {/volist} {/empty}
Received Date Received Amount (CNY) Remarks Recorded By Recorded At
No receipt records
{$vo.enter_time | date='Y-m-d'} {$vo.amount} {$vo.remarks} {$vo.admin} {$vo.create_time | date='Y-m-d H:i:s'}
{/block} {block name="script"} {/block}