{template 'public/header'} {template 'public/comhead'} {if !empty($storeid)} {php echo $this -> set_tabbar($action, $storeid);} {else} {/if} {php include $this->template('web/_common');} {if $operation == 'display'}
筛选(不选择月份表示年统计,不选择日,则表示月统计)
数据统计 {if empty($type)}交易额{else}交易量{/if}总数:{$totalcount}, 最高{if empty($type)}交易额{else}交易量{/if}:{$maxcount} {if !empty($maxcount_date)}({$maxcount_date}){/if}
{loop $list $item} {/loop}
{if empty($_GPC['month'])}月份{else}日期{/if} {if empty($type)}交易额{else}交易量{/if} 所占比例
{$item['data']} {$item['count']}
{php echo empty($item['percent'])?'':$item['percent'].'%'}
{/if} {template 'public/footer'}