{template 'common/header'}
{template 'webnav'}

时间段选择 {php echo tpl_form_field_daterange('time', array('start'=>date('Y-m-d H:i',$starttime),'end'=>date('Y-m-d H:i',$endtime)), true)}

打赏金额(含未付款)

¥{$dstotal}

打赏人数

{$dsman}

打赏笔数

{$dsbishu}

未支付笔数

{$dsdis}

公司分成总额

¥{$txtotal}

店铺分成总额

¥{$txsjtotal}

员工实际收入

¥{$sptxtotal}

特别说明:图表只统计打赏并且成功付款的数据。
详细数据列表
{loop $dslist $row} {/loop}
ID 打赏时间 员工姓名 打赏金额 IP地址 状态
{$row['id']} {php echo date('Y-m-d H:i',$row['createtime'])} {$row['from_realname']} {$row['ds_total']} {if $row['status'] == 1}未付款{/if} {if $row['status'] == 2}已付款{/if} {if $row['status'] == 3}已关闭{/if}
{template 'common/footer'}