订单详情
查看
订单编号:{{ orderInfo.handleOrderSn }}商品类型:{{
orderInfo.goodsType == 1
? "课程"
: orderInfo.goodsType == 2
? "题库"
: ""
}}教育类型:{{ orderInfo.educationName }}培训项目:{{
orderInfo.projectName + " - " + orderInfo.businessName
}}
下单金额:¥{{ orderInfo.orderPrice | formatPrice }}退款金额:¥{{
orderInfo.refundPrice | formatPrice
}}0.00实际金额:¥{{ orderInfo.realPrice | formatPrice }}
申请信息
申请时间:{{
$methodsTools.onlyForma(invoiceInfo.applyTime)
}}
发票类型:{{
invoiceInfo.type == 1
? "普通发票"
: invoiceInfo.type == 2
? "增值税专用发票"
: ""
}}发票主体:{{
invoiceInfo.subject == 1
? "个人"
: invoiceInfo.subject == 2
? "企业"
: ""
}}
{{ invoiceInfo.subject == 1 ? "姓名:" : "企业全称:"
}}{{ invoiceInfo.invoiceTitle }}{{ invoiceInfo.subject == 1 ? "身份证号:" : "纳税人号:"
}}{{ invoiceInfo.taxRegistryNumber }}
开票备注:{{ invoiceInfo.openRemark }}
收票邮箱:{{ invoiceInfo.email }}
收票姓名:{{ invoiceInfo.consignee }}收票电话:{{ invoiceInfo.collectionTelephone }}收票地址:{{ invoiceInfo.shippingAddress }}