{template 'common/header'}
{$activity['title']} 订单
{php echo tpl_form_field_daterange('order_time', $order_time, true);}
{loop $list $row} {/loop}
订单号 收货人 手机 地址 金额 支付方式 订单状态 下单时间 操作
{$row['order_no']} {$row['uname']} {$row['tel']} {$row['address']} {$row['total_price']} {if $activity['pay_type'] == 1}立即支付(在线支付){else}货到付款(线下支付){/if} {php echo $this->getStatusText($row['status'],$activity['type'])} {php echo date("Y-m-d H:i",$row['createtime'])} 详细 {if ($row['status'] ==$this::$KJ_STATUS_GM && $activity['type'] == 0)} 去发货 {/if} 删除
{$pager}
{template 'common/footer'}