Commit 379011fa authored by 18083's avatar 18083

汇丰支付反冲按钮追加角色权限控制

parent 71dc22c5
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
//仅营业担当、营业内勤、债权担当、债权内勤角色可操作重新支付按钮 //仅营业担当、营业内勤、债权担当、债权内勤角色可操作重新支付按钮
Leaf.onReady(function() { Leaf.onReady(function() {
if ('${/model/role_info/record/@role_code}'!='0006'&&'${/model/role_info/record/@role_code}'!='0008' if ('${/model/role_info/record/@role_code}'!='0006'&&'${/model/role_info/record/@role_code}'!='0008'
&&'${/model/role_info/record/@role_code}'!='0009') { &&'${/model/role_info/record/@role_code}'!='0009'&&'${/model/role_info/record/@role_code}'!='0007') {
if($('${/parameter/@layout_code}_user_button2')){ if($('${/parameter/@layout_code}_user_button2')){
$('${/parameter/@layout_code}_user_button2').hide(); $('${/parameter/@layout_code}_user_button2').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