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

页面修改

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