|
@@ -46,11 +46,8 @@ $list_button = array();
|
|
|
if ($search_auth == 1) {
|
|
|
$insert = true;
|
|
|
$edit = true;
|
|
|
- if (Dever::load('manage/auth')->checkFunc('active.info', 'editOffPeople', '核销人员设置')) {
|
|
|
- // $list_button['核销人员'] = array('fast', 1,"info_off&search_option_off_id={off_id})");
|
|
|
- }
|
|
|
if (Dever::load('manage/auth')->checkFunc('active.info', 'editworld', '字段设置')) {
|
|
|
- $list_button['list1'] = array('字段设置', '"info_field&search_option_off_id={off_id}&oper_table=info"');
|
|
|
+ $list_button['list1'] = array('字段设置', '"info_field&search_option_active_id={id}&oper_table=info"');
|
|
|
}
|
|
|
} else {
|
|
|
if (Dever::load('manage/auth')->checkFunc('active.info', 'editOff', '核销活动')) {
|