{template 'public/header'} {template 'public/comhead'}
{php echo tpl_form_field_daterange('time',$_GPC['time']);}
全部订单
{loop $list $key $item} {if $item['state']==1} {elseif $item['state']==2} {elseif $item['state']==3} {elseif $item['state']==4} {elseif $item['state']==5} {elseif $item['state']==6} {elseif $item['state']==7} {/if} {/loop} {if empty($list)} {/if}
订单号 商家名称 买家 联系电话 收货地址 商品名称 商品价格 是否自提 状态 操作
{$item['order_num']} {$item['seller_name']} {$item['user_name']} {$item['tel']} {$item['address']} {$item['good_name']} {$item['money']} {if $item['is_zt']==1}是|{$item['zt_time']}{else}{/if} 待付款 待发货 待收货 已完成 待退款 已退款 退款拒绝 编辑 删除 {if $item['state']==2} {/if} {if $item['state']==5} {/if}
暂无订单信息
{$pager}
{template 'common/footer'}