{{ partial("header/header") }} 应付详情
{%if data != null%}
销帐日期
{{data['cancelDate']}}
凭证编号
{{data['bitch']}}
相关单据编号
{{data['orders']}}
企业名称
{{data['companyName']}}
科目
{{data['subject']}}
应付金额
¥{{data['amount']}}
已销完金额
¥{{data['charge']}}
当前余额
¥{{data['comment']}}
已回票金额
¥{{data['invoiceNum']}}
{#
销帐方式
{{data['paystyle']}}
记账出纳 {%if data['cashier'] != null%}
{%if data['cashierAvatar'] != null%} {%else%} {%endif%}
{{data['cashier']}}
{%endif%}
审核会计 {%if data['accountant'] != null%}
{%if data['accountantAvatar'] != null%} {%else%} {%endif%}
{{data['accountant']}}
{%endif%}
#}
备注
{{data['note']}}
{%endif%}
{%if cancel != null%} {%for info in cancel%}
销帐时间
{{date("Y-m-d",info['cancelDate'])}}   {{date("H:i:s",info['cancelDate'])}}
销帐方式
{{info['paystyle']}}
销帐金额
¥{{info['charge']}}
操作人 {%if info['operation'] != null%}
{%if info['operationAvatar'] != null%} {%else%} {%endif%}
{{info['operation']}}
{%endif%}
备注
{{info['note']}}
{%endfor%} {%endif%}
{%if invoice != null%} {%for invoiceInfo in invoice%}
回票时间
{{date("Y-m-d H:i:s",invoiceInfo['created'])}}
发票编号
{{invoiceInfo['invoiceCode']}}
回票金额
¥{{invoiceInfo['num']}}
发票类型
{{invoiceInfo['invoice_type']}}
操作人 {%if invoiceInfo['operation'] != null%}
{%if invoiceInfo['operationAvatar'] != null%} {%else%} {%endif%}
{{invoiceInfo['operation']}}
{%endif%}
备注
{{invoiceInfo['note']}}
{%endfor%} {%endif%}
{{ partial("foorter/footer") }}