{{ orderInfo.nickname || '' }}
{{ orderInfo.real_name || ''
}}{{ orderInfo.user_phone || '' }}
{{ orderInfo.user_address }}
{{ item.productInfo.store_name || '' }}
{{ item.productInfo.suk }}
{{$t(`¥`)}}{{ item.productInfo.attrInfo.price || 0 }}
x{{ item.cart_num }}
{{$t(`¥`)}}{{ item.productInfo.attrInfo.ot_price || 0 }}
{{$t(`共`)}}{{ orderInfo.total_num || 0 }}{{$t(`件商品,应支付`)}}
{{$t(`¥`)}}{{ orderInfo.pay_price || 0 }} ( {{$t(`邮费`)}} {{$t(`¥`)}}{{
orderInfo.pay_postage || 0
}}
)
{{$t(`订单编号`)}}:
{{ orderInfo.order_id || ''
}}
{{$t(`下单时间`)}}:
{{ orderInfo._add_time || '' }}
{{$t(`支付状态`)}}:
{{ orderInfo.paid == 1 ? $t(`已支付`) : $t(`未支付`) }}
{{$t(`支付方式`)}}:
{{ payType }}
{{$t(`买家留言`)}}:
{{ orderInfo.mark || '' }}
{{item.title}}:
{{item.title}}:
{{item.value}}
{{$t(`商品总价`)}}:
{{$t(`¥`)}}{{(parseFloat(orderInfo.total_price)+parseFloat(orderInfo.vip_true_price)).toFixed(2)}}
{{$t(`配送运费`)}}:
{{$t(`¥`)}}{{parseFloat(orderInfo.pay_postage).toFixed(2)}}
{{$t(`用户等级优惠`)}}:
-{{$t(`¥`)}}{{parseFloat(orderInfo.levelPrice).toFixed(2)}}
{{$t(`付费会员优惠`)}}:
-{{$t(`¥`)}}{{parseFloat(orderInfo.memberPrice).toFixed(2)}}
{{$t(`优惠券抵扣`)}}:
-{{$t(`¥`)}}{{parseFloat(orderInfo.coupon_price).toFixed(2)}}
{{$t(`积分抵扣`)}}:
-{{$t(`¥`)}}{{parseFloat(orderInfo.deduction_price).toFixed(2)}}
{{$t(`实付款`)}}:{{$t(`¥`)}}{{parseFloat(orderInfo.pay_price).toFixed(2)}}
{{$t(`配送方式`)}}:
{{$t(`快递`)}}
{{$t(`送货`)}}
{{$t(`快递公司`)}}:
{{$t(`送货人`)}}:
{{ orderInfo.delivery_name || '' }}
{{$t(`快递单号`)}}:
{{$t(`送货人电话`)}}:
{{ orderInfo.delivery_id || ''}}