Commit 3119299c authored by hujun's avatar hujun

/

parent dbe9cad6
...@@ -21,7 +21,7 @@ define(['doT', 'text!temp/open_check_template_tpl.html', 'css!style/home.css', ' ...@@ -21,7 +21,7 @@ define(['doT', 'text!temp/open_check_template_tpl.html', 'css!style/home.css', '
$('.choose_btn1').hide(); $('.choose_btn1').hide();
}; };
//判断权限 财务一级 //判断权限 财务一级
if(check_auth('/index/payCheckListOne/1')){ if(check_auth('index/payCheckListOne/1')){
$('.choose_btn2').show(); $('.choose_btn2').show();
}else{ }else{
$('.choose_btn2').hide(); $('.choose_btn2').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