| 订单号 | 金额 | 状态 | 下单时间 | |
|---|---|---|---|---|
| {{o.order_no}} | ¥{{o.total_amount}} | {{o.status_text}} | {{o.create_time}} |
| 产品 | 型号 | 规格参数 | 单价 | 数量 | 小计 | 状态 | 操作 | |
|---|---|---|---|---|---|---|---|---|
|
{{c.product_title}}
{{c.create_time}}
|
{{c.spec_model}} | {{specText(c.spec_params)}} | ¥{{c.price}} ¥{{discountedUnit(c)}} ¥{{c.price}} |
|
¥{{c.original_subtotal}} ¥{{c.subtotal}} ¥{{c.subtotal}} | {{parseInt(c.checked)===1 ? '已勾选' : '未勾选'}} |
| 申请单号 | 抬头类型 | 发票抬头 | 税号 | 关联订单 | 金额 | 状态 | 申请时间 | 操作 |
|---|---|---|---|---|---|---|---|---|
| {{i.invoice_no}} | {{i.type_text}} | {{i.title}} | {{i.tax_no || '—'}} | {{i.order_nos}} | ¥{{i.amount}} | {{i.status_text}} | {{i.create_time}} | 下载 |
| 暂无发票申请记录 | ||||||||
| 售后单号 | 类型 | 关联订单 | 退款金额 | 原因 | 状态 | 申请时间 | |
|---|---|---|---|---|---|---|---|
| {{a.after_no}} | {{a.type_text}} | {{a.order_id}} | ¥{{a.amount}} | {{a.reason}} | {{a.status_text}} | {{a.create_time}} | |
| 暂无售后记录 | |||||||
| 产品 | 型号 | 规格参数 | 单价 | 数量 | 小计 |
|---|---|---|---|---|---|
| {{it.product_title}} | {{it.spec_model}} | {{specText(it.spec_params)}} | ¥{{it.price}} | {{it.quantity}} | ¥{{it.subtotal}} |
| 订单号 | 金额 | 下单时间 |
|---|---|---|
| {{o.order_no}} | ¥{{o.total_amount}} | {{o.create_time}} |
| 暂无关联订单 | ||
| 类型 | 抬头 | 税号 | 默认 | 操作 |
|---|---|---|---|---|
| {{t.type_text}} | {{t.title}} | {{t.tax_no || '—'}} | {{t.is_default ? '✓' : '—'}} | |
| 暂无保存的抬头,可在上方新增 | ||||
| 产品 | 数量 |
|---|---|
| 产品ID:{{it.product_id}}(规格ID:{{it.spec_id}}) | {{it.quantity}} |