订单状态 :{{ orderList.status==0?'已取消':orderList.status==1?'待付款':orderList.status==2?'待发货':orderList.status==3?'待收货':orderList.status==4?'退货中':
orderList.status==9?'未成团':orderList.status==6?'已关闭':orderList.status==10?'退款中':orderList.status==7?'退货完成':orderList.status==5?'交易完成':orderList.status==8?'满七天订单':''}}
{{ orderList.name }}
实付总额 :
{{ orderList.payprice }}
订单编号 :
{{ orderList.oid || 0 }}
创建时间 :
{{ $u.timeFormat(orderList.ctime,fmt = 'yyyy.mm.dd hh:MM:ss') || 0 }}
收件人 :
{{ orderList.vipname || 0 }}
联系方式 :
{{ orderList.vipmobile || 0 }}
收货地址 :
{{ orderList.vipaddress || 0 }}
邮费 :
{{ orderList.yf || 0 }}
代金券 :
{{ orderList.djqmoney || 0 }}
备注 :{{ orderList.msg || '' }}
订单进度: {{ $u.timeFormat(item.ctime,fmt = 'yyyy/mm/dd hh:MM:ss') || 0 }} {{ item.msg }}
订单编号:{{ orderList.oid }}
{{ goodsItem.name }}
x {{ goodsItem.num }}
{{ goodsItem.price }}
共
{{ orderList.totalnum }}
件商品
运费{{ orderList.yf }}
实付款
{{ Number(orderList.payprice) }}