{{ order.orderStatusValue }}
订单号:{{ order.order.sn }}
收货人:{{order.order.consigneeName}}
手机号码:{{order.order.consigneeMobile | secrecyMobile}}
收货地址:{{order.order.consigneeAddressPath | unitAddress}} {{order.order.consigneeDetail}}
支付方式:在线支付
付款状态:未付款
配送方式:{{order.deliveryMethodValue}}
配送状态:{{order.deliverStatusValue}}
发票抬头:{{order.order.receiptVO.receiptTitle}}
发票内容:{{order.order.receiptVO.receiptContent}}
纳税人识别号:{{order.order.receiptVO.taxpayerId}}
商品 | 货号 | 单价 | 数量 | 小计 |
---|---|---|---|---|
{{ goods.goodsName }} |
{{ goods.id }} | {{ goods.goodsPrice | unitPrice('¥') }} | {{ goods.num }} | {{ (goods.goodsPrice * goods.num) | unitPrice('¥') }} |