{{ orderDetail.orderAttr.receiptName }}
{{ orderDetail.orderAttr.receiptMobile }}
{{ orderDetail.orderAttr.receiptAddress }} {{ orderDetail.orderAttr.receiptDetailAddress }}
{{ item.skuName || singleSkuText }} * {{ item.num }}
实付{{ moneySymbol }}{{ item.price }}
{{ moneySymbol }}{{ item.price }}
+ {{ orderDetail.point }}积分
{{ orderDetail.point }}积分
{{ moneySymbol }}{{ item.price }}
{{ moneySymbol }}{{ item.oldPrice || item.price }}
+ {{ orderDetail.point + '积分' || '' }}
{{ item1.skuName }}
* {{ item1.num }}
订单号
{{ orderDetail.orderCode }}
复制
订单类型
{{ orderDetail.orderType | orderTypeFilter }}
阶段一
【已支付】
【待支付】
{{moneySymbol}}{{ (orderDetail.price-orderDetail.presalePrice).toFixed(2) }}
阶段二
【已支付】
【待支付】
{{moneySymbol}}{{ (orderDetail.presalePrice).toFixed(2) }}
券
优惠券
{{
(orderDetail.couponNo) || '未使用优惠券'
}}
司
快递公司
{{ orderDetail.logisticsCompany }}
运
运单号
{{ orderDetail.waybillCode }}
减
积分抵扣
已用{{ orderDetail.point || 0 }}积分抵用{{
orderDetail.point_money || 0
}}元
减
积分下单
消耗了{{ orderDetail.point || 0 }}积分
商品总价
{{ moneySymbol }}{{ (orderDetail.originalPrice || orderDetail.product_money) | keepTwoDecimal }}
{{ item.marketing_name }}
{{ item.discount_money }} 积分
-{{ moneySymbol }}{{item.discount_money }}
运费
{{ moneySymbol }}{{ orderDetail.freightPrice }}
优惠券
{{ moneySymbol }}{{ orderDetail.couponPrice }}
开具发票
{{
`电子发票 -${
parseInt(
orderDetail.orderAttr && orderDetail.orderAttr.invoiceTitleType,
10
) === 1
? '公司'
: '个人'
}-${orderDetail.orderAttr &&
orderDetail.orderAttr.invoiceTitle} [ ${orderDetail.orderAttr &&
orderDetail.orderAttr.invoiceContent} ]`
}}
发票税费
{{ moneySymbol }}0
实付金额
{{ moneySymbol }}{{ orderDetail.price }}
备注
{{ orderDetail.orderAttr.remark }}
{{ errInfo || '订单不存在' }}
重新加载
发票类型: