|
@@ -54,6 +54,10 @@ $list_button['list'] = array('查看详情', '"push_cash&project=bill&id={id}&pa
|
|
|
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');
|
|
|
}
|
|
|
+$mul = false;
|
|
|
+if (Dever::load('manage/auth')->checkFunc('bill.tixian', 'tixianedit', '批量审核')) {
|
|
|
+ $mul = '{status} == 1';
|
|
|
+}
|
|
|
|
|
|
return array
|
|
|
(
|
|
@@ -310,7 +314,7 @@ return array
|
|
|
'delete' => false,
|
|
|
'edit' => false,
|
|
|
'button' => $button,
|
|
|
- 'mul' => '{status} == 1',
|
|
|
+ 'mul' => $mul,
|
|
|
'list_button' => $list_button,
|
|
|
),
|
|
|
|