Commit 489e4634 authored by xishifeng's avatar xishifeng

确认分佣权限修改

parent 3ab58398
...@@ -279,11 +279,12 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', ' ...@@ -279,11 +279,12 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', '
_doc.on('click', '#maid_ok_btn', function(e){ _doc.on('click', '#maid_ok_btn', function(e){
e.preventDefault(); e.preventDefault();
e.stopPropagation(); e.stopPropagation();
if(bargain.mainTabIndex === 2){ bargain.maidConfirmOk(1);
bargain.maidConfirmOk(1); // if(bargain.mainTabIndex === 2){
}else{ // bargain.maidConfirmOk(1);
alert('财务第三级审核人员才能确认分佣!'); // }else{
} // alert('财务第三级审核人员才能确认分佣!');
// }
}); });
//详情弹出框,分佣提成里,点击保存触发的事件 //详情弹出框,分佣提成里,点击保存触发的事件
......
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