Commit 7732b936 authored by liudong1993's avatar liudong1993

1

parent 9eecbbf6
...@@ -600,6 +600,13 @@ ...@@ -600,6 +600,13 @@
}, },
//删除 //删除
deleteClue(type) { deleteClue(type) {
//2025-02-06 赵文豪需求
if(this.userInfo.RB_Group_id==2){
if(this.userInfo.RB_Branch_id==1245 && this.userInfo.EmployeeId!=149){
return this.$message.error("您没有权限删除,请联系负责人!");
}
}
let tips = "确定将这些线索删除?"; let tips = "确定将这些线索删除?";
if (type === 1) { if (type === 1) {
tips = "是否把线索“" + this.CustomerName + "”删除?"; tips = "是否把线索“" + this.CustomerName + "”删除?";
......
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