|
@@ -39,7 +39,7 @@ $role = function()
|
|
|
$mid = Dever::input('search_option_mid');
|
|
|
$button = array();
|
|
|
if ($mid) {
|
|
|
- $button['返回上一页'] = array('location', 'l=project/database/list&project=agent&table=member_area&page_type=1&mid=' . $mid);
|
|
|
+ $button['返回上一页'] = array('location', 'l=project/database/list&project=agent&table=member_area&page_type=1&mid=' . $mid . '&[refer]');
|
|
|
if (Dever::load('manage/auth')->checkFunc('agent.member', 'edit1', '发放资金')) {
|
|
|
$button['发放资金'] = array('fast', '', 'push_cash&search_option_mid=' . $mid);
|
|
|
}
|
|
@@ -50,7 +50,7 @@ if ($mid) {
|
|
|
|
|
|
}
|
|
|
$list_button = array();
|
|
|
-$list_button['list'] = array('查看详情', '"push_cash&project=bill&id={id}&page_type=1"');
|
|
|
+$list_button['list'] = array('查看详情', '"push_cash&project=bill&id={id}&page_type=1&[refer]"');
|
|
|
if (Dever::load('manage/auth')->checkFunc('bill.tixian', 'edit', '审核')) {
|
|
|
$list_button['fast'] = array('审核', '"cash&where_id={id}&col=audit,audit_desc&oper_save_jump=cash&oper_table=cash&oper_parent=cash"', '{status} == 1');
|
|
|
}
|