物流信息
{{info.receiverName?info.receiverName:''}}
{{info.receiverPhone?info.receiverPhone:''}}
{{info.receiverProvince?info.receiverProvince:''}}
{{info.receiverCity?info.receiverCity:''}}
{{info.receiverDistrict?info.receiverDistrict:''}}
{{info.receiverDetailAddress?info.receiverDetailAddress:''}}
{{item.productName?item.productName:''}}
规格:{{ retSku(item.spData) }}
单价:¥{{item.salePrice}}
数量:{{item.quantity}}
{{item.salePrice?'¥'+(item.salePrice*item.quantity).toFixed(2):"¥0"}}
商品总价
{{info.totalAmount?'¥'+(info.totalAmount).toFixed(2):"¥0.0"}}
交易金额
¥{{info.payAmount}}
实付款
¥{{info.payAmount}}
订单编号
{{info.orderSn}}
物流单号
{{info.deliverySn}}
下单日期
{{info.createTime}}
支付方式
{{info.payType}}
支付日期
{{info.paymentTime}}
下单备注
{{info.note?info.note:'无'}}