Commit 846bb0be authored by agping's avatar agping

权限

parent 981cb04a
...@@ -75,7 +75,7 @@ define(['doT', 'text!temp/cost_check_template_tpl.html', 'css!style/home.css', ' ...@@ -75,7 +75,7 @@ define(['doT', 'text!temp/cost_check_template_tpl.html', 'css!style/home.css', '
$('.choose_btn5').hide(); $('.choose_btn5').hide();
}; };
//判断权限 总监审核 //判断权限 总监审核
if(check_auth('/index/getCostListOne/0')){ if(check_auth('index/getCostListOne/0')){
$('.choose_btn6').show(); $('.choose_btn6').show();
}else{ }else{
$('.choose_btn6').hide(); $('.choose_btn6').hide();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment