{template 'public/header'} {template 'public/comhead'} {if $operation != 'newpassword'} {/if} {if $operation == 'display'}
{loop $list $row} {/loop}
编号 所属等级 姓名 手机 门店数量 操作
{$row['id']} {$levellist[$row['levelid']]['title']} {$row['username']} {$row['mobile']} {$row['storetotal']}
商家入驻链接: {$_W['siteroot']}{php echo "app/" . $this->createMobileUrl('addstore', array('marketingid' =>$row['id']), true)}
专员链接: {$_W['siteroot']}{php echo "app/" . $this->createMobileUrl('marketing', array(), true)}
{$pager}
{elseif $operation == 'post'}
添加新用户
{if $marketing}
{php $url = $_W['siteroot'] ."app/" . $this->createMobileUrl('addstore', array('marketingid'=>$marketing['id']),true)}
{/if}
手机端管理订单,接收订单通知。
{template 'web/_modal_fans'} {elseif $operation == 'log'}

说明:提现需要管理员手动打款,打款后标记对应的提现申请处理成功!

    商户结算数据涉及钱款操作,请认真审核,谨慎操作!

筛选
{php echo tpl_form_field_daterange('time', array('starttime'=>date('Y-m-d', $starttime),'endtime'=>date('Y-m-d', $endtime)));}
佣金管理
{loop $list $item} {/loop}
(ID)申请时间 提现金额 账号信息 状态 操作
({$item['id']}) {php echo date("Y-m-d H:i:s", $item['dateline'])} {if $item['business_type']== 1 && $item['status'] == 1}
商户单号:{$item['trade_no']}
微信单号:{$item['payment_no']} {/if}
{$item['price']}元 所属银行:{$item['bankname']}
银行卡号:{$item['bankcard']}
{if $item['status'] == 1} 已提现 {elseif $item['status'] == -1} 提现失败
{$item['result']} {else} 待审核 {/if}
{if $item['status'] == 0} 审核 删除 {/if}
{$pager}
{/if} {if $_W['isfounder']} {template 'common/footer'} {else} {template 'public/footer'} {/if}