待付款
{{ orderInfo.shippingType == 1 ? '待发货' : '待核销' }}
待收货
待评价
已完成
核销信息
{{ orderInfo.verifyCode }}
核销时间
每日:
{{ orderInfo.systemStore.dayTime.replace(',', '-') }}
使用说明
可将二维码出示给店员扫描或提供数字核销码
自提地址信息
查看位置
{{ orderInfo.realName }}
{{ orderInfo.userPhone }}
{{ orderInfo.userAddress }}
{{ orderInfo.systemStore ? orderInfo.systemStore.name : '' }}
{{ orderInfo.systemStore ? orderInfo.systemStore.phone : '' }}
{{ orderInfo.systemStore ? orderInfo.systemStore.detailedAddress : '' }}
联系客服
{{ orderInfo.refundStatus == 1 ? '商家审核中' : orderInfo.refundStatus == 2 ? '商家已退款' : orderInfo.refundStatus == 3 ? '商家已退款' : '商家拒绝退款' }}
{{
orderInfo.refundStatus == 1
? '您已成功发起退款申请,请耐心等待商家处理;退款前请与商家协商一致,有助于更好的处理售后问题'
: orderInfo.refundStatus == 2
? '退款已成功受理,如商家已寄出商品请尽快退回;感谢您的支持'
: orderInfo.refundStatus == 3
? '退款已成功受理,正在退款中,请耐心等待'
: '拒绝原因:' + orderInfo.refundReason
}}
订单编号:
{{ orderInfo.orderId }}
复制
复制
下单时间:
{{ orderInfo.createTime || 0 }}
支付状态:
已支付
未支付
支付方式:
{{ orderInfo.payTypeStr }}
买家留言:
{{ orderInfo.mark }}
收货人:
{{ orderInfo.realName }}
联系电话:
{{ orderInfo.userPhone }}
收货地址:
{{ orderInfo.userAddress }}
配送方式:
发货
快递公司:
{{ orderInfo.deliveryName || '' }}
快递号:
{{ orderInfo.deliveryId || '' }}
配送方式:
送货
配送人姓名:
{{ orderInfo.deliveryName || '' }}
联系电话:
{{ orderInfo.deliveryId || '' }}
拨打
虚拟发货:
已发货,请注意查收
商品总价:
¥{{ orderInfo.proTotalPrice }}
运费:
¥{{ orderInfo.payPostage }}
优惠券抵扣:
-¥{{ orderInfo.couponPrice }}
积分抵扣:
-¥{{ orderInfo.deductionPrice }}
实付款:
¥{{ orderInfo.payPrice }}