{template 'common/header'}
{if ($order['status'] ==$this::$KJ_STATUS_YFH && $activity['type'] == 0)} {/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['pay_type'] == 1 && $activity['type'] == 0 && $order['status']==$this::$KJ_STATUS_GM)} {/if} {if ($activity['pay_type'] == 1 && $activity['type'] == 1 && $order['status']==$this::$KJ_STATUS_YFH)} {/if} {if ($order['status'] == $this::$KJ_STATUS_YFH && $activity['type'] == 0)} {/if}
订单编号 {$order['order_no']}
订单类型 {if $order['oporder'] == 1}原价订单{else}砍价订单{/if}
支付方式 {if $order['pay_type'] == 1}立即支付(在线支付){else}货到付款(线下支付){/if}
微信支付单号 {$order['wxorder_no']}
用户ID {$order['uid']}
活动名称 {$activity['title']}
款式 {$order['goodmodel']}
收货人 {$order['uname']} 手机号 {$order['tel']} 地址 {$order['address']}
商品原价 {$order['oldprice']} 砍后金额 {$order['nowprice']} 运费 {$order['freight']}
支付金额 {$order['total_price']}
状态 {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['expresstype'] == 1}物流快递{/if}{if $order['expresstype'] == 2}无需物流{/if} 快递公司 {$order['expressname']} 快递单号 {$order['expressno']}
发货
重置订单号
退款
退款
修改发货信息
{template 'common/footer'}