Commit 0606a9b8 authored by 黄奎's avatar 黄奎

页面修改

parent dbbc1e12
...@@ -626,23 +626,24 @@ ...@@ -626,23 +626,24 @@
}, },
//是否有查看客户来源和来源关联人权限 //是否有查看客户来源和来源关联人权限
IsShowStuSourceIdName(item) { IsShowStuSourceIdName(item) {
var isHaveAuth = false; //var isHaveAuth = false;
if ( // if (
this.userInfo && // this.userInfo &&
this.userInfo.ActionMenuList && // this.userInfo.ActionMenuList &&
this.userInfo.ActionMenuList.length > 0 // this.userInfo.ActionMenuList.length > 0
) { // ) {
this.userInfo.ActionMenuList.forEach(x => { // this.userInfo.ActionMenuList.forEach(x => {
if (x.FunctionCode == "Look_StuSourceId") { // if (x.FunctionCode == "Look_StuSourceId") {
isHaveAuth = true; // isHaveAuth = true;
} // }
}); // });
} // }
if (item.CreateBy == this.userInfo.Id || isHaveAuth) { // if (item.CreateBy == this.userInfo.Id || isHaveAuth) {
// return true;
// } else {
// return false;
// }
return true; return true;
} else {
return false;
}
}, },
//是否有批量转移权限 //是否有批量转移权限
IsTrasferAll() { IsTrasferAll() {
......
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