{template 'common/header'}
关键指标
筛选
{php echo tpl_form_field_daterange('time', array('starttime'=>date('Y-m-d', $starttime),'endtime'=>date('Y-m-d', $endtime)));}
订单列表
{loop $list $data} {php $uniontid = pdo_get('core_paylog',array('tid'=>$data['tid']),array())} {php $member = member($data['openid'])} {/loop} {if empty($list)} {/if}
订单编号 会员 金额 支付方式 天数 支付状态 支付时间
{if $data['desc']}{$data['desc']}{else}{if $uniontid['uniontid']}{$uniontid['uniontid']}{else}{$data['tid']}{/if}{/if} {$member['nickname']} {$data['fee']} {$uniontid['type']} {$data['day']} {if $data['status'] == 1}已支付{else}未支付{/if} {php echo date('Y-m-d H:i:s',$data['time'])}
尚未添加
{$pager}
{template 'common/footer'}