应付记录详情
销帐日期 : {{data['cancelDate']}}
凭证编号 : {{data['bitch']}}
相关单据编号 : {{data['orders']}}
应付单号 : {{data['paymentCode']}}
相关单据号 : {{data['purchcontCode']}}
企业名称 : {{data['companyName']}}
科目 : {{data['subject']}}
应付金额 : ¥{{data['amount']}}
已销完金额 : ¥{{data['charge']}}
当前余额 : ¥{{data['comment']}}
已销票金额 : ¥{{data['invoiceNum']}}
{#
销帐方式: {{data['paystyle']}}
记账出纳: {{data['cashier']}}
审核会计: {{data['accountant']}}
#}
备注 : {{data['note']}}
{# 应付账款销账记录 #}
{% if cancel != '' %} {% for cancelInfo in cancel %}

{{name}}

  • 销账时间 : {{ date("Y-m-d H:i:s",cancelInfo['cancelDate']) }}
  • 销账方式 : {{ cancelInfo['paystyle'] }}
  • 销账金额 : ¥{{ cancelInfo['charge'] }}
  • 操作人 : {{ cancelInfo['operation'] }}
  • 备注 : {{ cancelInfo['note'] }}
{%endfor%} {% endif %}
{% if invoice != '' %} {% for invoiceInfo in invoice %}

{{name }}

  • 销票时间 : {{ date("Y-m-d H:i:s",invoiceInfo['updated']) }}
  • 发票编号 : {{ invoiceInfo['invoiceCode'] }}
  • 销票金额 : ¥{{ invoiceInfo['num'] }}
  • 发票类型 : {{invoiceInfo['invoice_type']}}
  • 操作人 : {{ invoiceInfo['operation'] }}
  • 备注 : {{invoiceInfo['note']}}
  • 附件 : {% if invoiceInfo['file'] is not empty %} {% for file in invoiceInfo['file'] %}
    {{ file['fileName'] }}
    {% if file['fileType'] == 'photo' %}
    {% endif %} {% endfor %} {% else %}
    --
    {% endif %}
{%endfor%} {% endif %}
总计: ¥
销帐方式 :
销帐金额 ¥ :
操作人 :
备注 :
总计 : ¥
操作人 :
发票编号 :
销票金额 ¥ :
发票类型 :
备注 :