核验码:{{ order.order.verificationCode }}
{{ order.orderStatusValue }}
订单号:{{ order.order.sn }}
收货人:{{ order.order.consigneeName }}
手机号码:{{ order.order.consigneeMobile | secrecyMobile }}
收货地址:{{ order.order.consigneeAddressPath | unitAddress }} {{ order.order.consigneeDetail }}
自提点名称:{{ order.order.storeAddressPath }}
联系方式:{{ order.order.storeAddressMobile }}
支付方式:{{ order.paymentMethodValue }}
付款状态:{{ order.payStatusValue }}
配送方式:{{ order.deliveryMethodValue }}
配送状态:{{ order.deliverStatusValue }}
物流信息:{{ logistics.shipper || "暂无物流信息" }}
物流单号:{{ logistics.logisticCode || "暂无物流单号" }}
订单日志:
发票类型:{{ formatReceiptType(order.receipt) }}
发票抬头:{{ formatReceiptHeaderType(order.receipt) }}
个人名称:{{ order.receipt.personalName }}
单位名称:{{ order.receipt.companyName }}
纳税人识别号:{{ order.receipt.taxpayerId }}
单位地址:{{ order.receipt.companyAddress }}
单位电话:{{ order.receipt.companyPhone }}
开户银行:{{ order.receipt.bankName }}
银行账号:{{ order.receipt.bankAccount }}
发票内容:{{ order.receipt.receiptContent }}
收票人手机:{{ order.receipt.receiptPhone }}
收票人邮箱:{{ order.receipt.receiptEmail }}
| 商品 | 货号 | 单价 | 数量 | 退款状态 | 实际退款金额 | 小计 | 操作 |
|---|---|---|---|---|---|---|---|
|
{{ goods.goodsName }} |
{{ goods.id }} | {{ goods.goodsPrice | unitPrice("¥") }} | {{ goods.num }} | {{refundPriceList(goods.isRefund)}} | {{ goods.refundPrice | unitPrice("¥") }} | {{ (goods.goodsPrice * goods.num) | unitPrice("¥") }} |
查询物流