交易信息
申请单号:{{ that.form.applyNo }}
开票状态:
{{
that.form.fapiaoStatus === 0 ? '未申请' :
that.form.fapiaoStatus === 2 ? '待开票' :
that.form.fapiaoStatus === 1 ? '已开票' :
that.form.fapiaoStatus === 3 ? '拒绝开票' : ''
}}
丨 总金额(元):
{{ that.form.fapiaoAmount }}
失败原因:{{ that.form.rejectReason }}
开票信息
{{ that.form.fapiaoNo }}
{{
that.form.titleType === 0 ? '个人' :
that.form.titleType === 1 ? '企业' : ''
}}
{{ that.form.title }}
{{ that.form.bankName }}
{{ that.form.fapiaoAmount }}
{{ that.form.vendorName }}
{{ that.form.writeTime }}
{{ that.form.sendToPhone }}
{{ that.form.sendToEmail }}
{{
that.form.fapiaoType === 0 ? '普通发票' : that.form.fapiaoType === 1 ? '专用发票' : ''
}}
{{ that.form.taxNo }}
{{ that.form.bankAccount }}
{{ that.form.vendorId }}
{{
that.form.sourceType === 0 ? '普通发票' :
that.form.sourceType === 1 ? '专用发票' : ''
}}
{{ that.form.sendToName }}
{{ that.form.sendToAddress }}