发票信息
抬头类型:
{{ formatInvoiceType(invoiceInfo.invoType) }}
抬头名称:
{{ invoiceInfo.invoName }}
企业税号:
{{ invoiceInfo.invoCode }}
发票状态:
{{ formatStatus(invoiceInfo.status) }}
申请时间:
{{ $u.timeFormat(new Date(invoiceInfo.askTime), 'yyyy-mm-dd hh:MM:ss') }}
更多内容:
查看
失败原因:
{{ invoiceInfo.remark }}
查看电子发票
订单信息:共{{ invoiceInfo.orderInvoExes.length }}个订单
¥{{ item.amount }}
{{ item.name || '-' }}
{{ item.remark }}
支付时间:{{ item.payTime ? $u.timeFormat(new Date(item.payTime), 'yyyy-mm-dd hh:MM:ss') : '-' }}
{{ item.vehicleNo || '-' }}
更多内容
开户银行:
{{ invoiceInfo.openBank || '-' }}
银行账号:
{{ invoiceInfo.numBank || '-' }}
抬头地址:
{{ invoiceInfo.mapCom || '-' }}
企业电话:
{{ invoiceInfo.phoneCom || '-' }}
电子邮箱:
{{ invoiceInfo.invoMail || '-' }}
手机号码:
{{ invoiceInfo.invoPhone || '-' }}