|
@@ -121,20 +121,20 @@ if ($pmid) {
|
|
|
(
|
|
|
'返回上一页' => array('location', 'l=project/database/list&project=agent&table=member_area&page_type=1&mid=' . $pmid),
|
|
|
);
|
|
|
+
|
|
|
}else{
|
|
|
if(Dever::load('manage/auth')->checkFunc('agent.order', 'editorderout', '数据导出')){
|
|
|
$button['数据导出'] = array('excel', 'agent/lib/order.out_order');
|
|
|
- }
|
|
|
- if(Dever::load('manage/auth')->checkFunc('agent.order', 'editSoftorderout', '软件服务费数据导出')){
|
|
|
- $button['软件服务费数据导出'] = array('excel', 'agent/lib/order.out_softorder');
|
|
|
- }
|
|
|
-
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
$search_auth = Dever::input('search_option_dever_auth', 1);
|
|
|
$list_button = array();
|
|
|
if($search_auth == 1){
|
|
|
$list_button['list'] = array('查看详情', '"order_process&project=agent&order_id={id}&page_type=1&[refer]"');
|
|
|
+ if(Dever::load('manage/auth')->checkFunc('agent.order', 'editSoftorderout', '软件服务费数据导出')){
|
|
|
+ $button['软件服务费数据导出'] = array('excel', 'agent/lib/order.out_softorder');
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
|