{{ formatBlindOrderStatus(state.orderInfo) }}
{{ formatBlindOrderStatusDescription(state.orderInfo) }}
{{ state.orderInfo.receiverName }}
{{ state.orderInfo.receiverMobile }}
{{ state.orderInfo.receiverAreaName }} {{ state.orderInfo.receiverDetailAddress }}
订单编号:
{{ state.orderInfo.no }}
下单时间:
{{ 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.couponPrice) }}
积分抵扣
-¥{{ fen2yuan(state.orderInfo.pointPrice) }}
活动优惠
¥{{ fen2yuan(state.orderInfo.discountPrice) }}
会员优惠
-¥{{ fen2yuan(state.orderInfo.vipPrice) }}
用户付款
¥{{ fen2yuan(state.orderInfo.payPrice) }}
佣金比例
{{state.orderInfo.brokeragePercent}}%
{{ state.orderInfo.status == '30' ? '结算佣金' : '可得佣金' }}
¥{{ fen2yuan(state.orderInfo.brokeragePrice) }}
已退款
¥{{ fen2yuan(state.orderInfo.refundPrice) }}