| 订单编号 |
{$order['order_no']} |
| 支付方式
| {if $order['pay_type'] == 1}在线支付{else}在线预付,线下尾款{/if} |
| 订单类型 |
{if $order['oporder'] == 1}单买订单{else}拼团订单{/if} |
| 微信支付单号 |
{$order['wxorder_no']} |
| 用户ID |
{$order['uid']} |
| 活动名称 |
{$activity['title']} |
| 款式 |
{$order['goodmodel']} |
| 收货人 |
{$order['uname']} |
手机号
| {$order['tel']} |
地址 |
{$order['address']} |
| 订单总额
| {$order['total_price']} |
| 实付款
| {$order['pay_price']} |
{if $order['pay_type'] ==2}
线下还需交 |
{if $order['oporder'] ==0} {$activity['ofl_groupprice']} | {/if}
{if $order['oporder'] ==1} {$activity['ofl_buyprice']} | {/if}
{/if}
运费 |
{$order['freight']} |
| 状态 |
{php echo $this->getStatusText($order['status'],$activity['type'])} |
下单时间 |
{php echo date("Y-m-d H:i",$order['createtime'])} |
支付时间
| {if $order['notifytime']}{php echo date("Y-m-d H:i",$order['notifytime'])}{/if} |
{if ($order['status'] ==$this::$KJ_STATUS_YFH && $activity['type'] == 0)}
| 发货类型 |
{if $order['expresstype'] == 1}物流快递{/if}{if $order['expresstype'] == 2}无需物流{/if} |
快递公司 |
{$order['expressname']} |
快递单号
| {$order['expressno']} |
{/if}
{if ($order['status'] ==$this::$KJ_STATUS_GM && $activity['type'] == 0)}
|
发货
|
{/if}
{if ($activity['pay_type'] == 1 && $order['status']==$this::$KJ_STATUS_XD)}
|
重置订单号
|
{/if}
{if ( $activity['type'] == 0 && $order['status']==$this::$KJ_STATUS_GM)}
|
退款
|
{/if}
{if ( $activity['type'] == 1 && $order['status']==$this::$KJ_STATUS_YFH)}
|
退款
|
{/if}
{if ($order['status'] == $this::$KJ_STATUS_YFH && $activity['type'] == 0)}
|
修改发货信息
|
{/if}