{template 'common/header'} {if $operation == 'display'}
筛选
{if empty($order_type)} {/if}
{php echo tpl_form_field_daterange('addtime', array('start' => date('Y-m-d H:i', $starttime), 'end' => date('Y-m-d H:i', $endtime)));}
{if $filter_type == 'process' || $filter_type == 'all'} {/if}
大量源码,持续更新:www.lanrenzhijia.com
{loop $lists $row} {/loop}
内部码 快件条形码 快递公司 手机号 重量 状态 操作
{$row['id']} {$row['orderno']}
{$row['expresssn']}
{$row['expressshop']} {$row['mobile']} {$row['weight']}g {if $row['status']==1} 已取件 {elseif $row['status'] == 2} 取件失败 {else} 未取件 {/if}   
{$pager}
{elseif $operation == 'yypost'}
预约详情
{php echo tpl_form_field_image('thumb', $express['thumb'])}
{/if} {template 'common/footer'}