0)
{
$staffrights = $vd['agent'][11];
$tmp = explode(',',$staffrights);
}
else
{
for($i = 0; $i < 80; $i++)
{
$tmp[$i] = '1';
}
}
$topinfo = array(
array(
'id' => 4,
'txt' => '提成转余额',
'url' => 'index.php?m=mod_agent&c=funds&a=detail'
),
array(
'id' => 10,
'txt' => '销售提成',
'url' => 'index.php?m=mod_agent&c=trade&tpl=profit&tradetype=11'
),
array(
'id' => 9,
'txt' => '划款给下级',
'url' => 'index.php?m=mod_agent&c=funds&a=tran'
),
array(
'id' => 30,
'txt' => '价格管理',
'url' => 'index.php?m=mod_b2b&c=Price'
),
array(
'id' => 14,
'txt' => '档案管理',
'url' => 'index.php?m=mod_agent&c=underling',
)
);
?>