批量导入


{if $type==0}
{/if}
  目前支持EXCEL(.xls)一行一组车牌号,姓名,电话,地址,备注(请不要写标题)

筛选


{if $type==0}
{/if} {if $type==0||$type==1}
{/if}

特殊白名单列表  总记录数:{$total}

{loop $users $item} {/loop}
选择 停车场名称 车牌号 添加时间 姓名 电话 地址 备注 操作员 应缴总额 操作
{$item['park_name']} {$item['car_no']} {php echo date('Y-m-d H:i:s',$item['createtime']);} {$item['name']} {$item['tel']} {$item['address']} {$item['remark']} {$item['operator']} {$item['total_price']} 编辑 删除
{$pager}