|
@@ -49,7 +49,10 @@ if ($mid) {
|
|
|
// '发放资金' => array('fast', '', 'push_cash&search_option_mid=' . $mid),
|
|
|
// );
|
|
|
}
|
|
|
-$button['数据导出'] = array('excel', 'bill/lib/cash.out_cash');
|
|
|
+if(Dever::load('manage/auth')->checkFunc('menu_244.menu_245', 'editCout', '数据导出')){
|
|
|
+ $button['数据导出'] = array('excel', 'bill/lib/cash.out_cash');
|
|
|
+}
|
|
|
+
|
|
|
$list_button = array();
|
|
|
$list_button['list'] = array('查看详情', '"push_cash&project=bill&id={id}&page_type=1&[refer]"');
|
|
|
if (Dever::load('manage/auth')->checkFunc('bill.tixian', 'edit', '审核')) {
|