{{ formatOrderStatus(state.orderInfo) }}
{{ formatOrderStatusDescription(state.orderInfo) }}
{{ state.orderInfo.receiverName }}
{{ state.orderInfo.receiverMobile }}
{{ state.orderInfo.receiverAreaName }} {{ state.orderInfo.receiverDetailAddress }}
订单编号:
{{ state.orderInfo.no }}
用户留言:
{{ state.orderInfo.userRemark || '无' }}
下单时间:
{{ sheep.$helper.timeFormat(state.orderInfo.createTime, 'yyyy-mm-dd hh:MM:ss') }}
支付时间:
{{ sheep.$helper.timeFormat(state.orderInfo.payTime, 'yyyy-mm-dd hh:MM:ss') }}
支付方式:
{{ state.orderInfo.payChannelName || '-' }}
商品总额
¥{{ fen2yuan(state.orderInfo.totalPrice) }}
运费
¥{{ fen2yuan(state.orderInfo.deliveryPrice) }}
使用佣金
{{ points2point(state.orderInfo.payIntegral) }}
使用消费分
{{ points2point(state.orderInfo.payConsumptionPoints) }}
优惠金额
¥{{ fen2yuan(state.orderInfo.discountPrice) }}
{{ state.orderInfo.payStatus ? '已付款' : '需付款' }}
¥{{ fen2yuan(state.orderInfo.payPrice) }}
已退款
¥{{ fen2yuan(state.orderInfo.refundPrice) }}