Commit 59799751 authored by Mac's avatar Mac

1

parent a7ca6632
...@@ -203,20 +203,20 @@ ...@@ -203,20 +203,20 @@
// 5-8 OrderSource 为5 并且当前登录人为吴珊,只显示49和50 // 5-8 OrderSource 为5 并且当前登录人为吴珊,只显示49和50
// 如果不是吴珊,只显示49 // 如果不是吴珊,只显示49
// 如果没有 OrderSource 则49和50都不显示 // 如果没有 OrderSource 则49和50都不显示
if (this.OrderSource === '5' && this.showTab === '2' && (x.Id === 49 || x.Id === 50)) { // if (this.OrderSource === '5' && this.showTab === '2' && (x.Id === 49 || x.Id === 50)) {
if (x.Id === 49 || x.Id === 50){ // if (x.Id === 49 || x.Id === 50){
x.bigShow = false // x.bigShow = false
if (x.Id === 49){ // if (x.Id === 49){
x.bigShow = true // x.bigShow = true
} else if (x.Id === 50 && this.EmployeeId === 639){ // } else if (x.Id === 50 && this.EmployeeId === 639){
x.bigShow = true // x.bigShow = true
} // }
} else { // } else {
x.bigShow = false // x.bigShow = false
} // }
} else if (x.Id === 49 || x.Id === 50){ // } else if (x.Id === 49 || x.Id === 50){
x.bigShow = false // x.bigShow = false
} else { // } else {
// 5-5 仅茈、而巳。 14:32:06 // 5-5 仅茈、而巳。 14:32:06
// 部门id = 242 或者 240 就展示出 templeteId=33 的流程, 流程名字叫做 公司佣金收款 // 部门id = 242 或者 240 就展示出 templeteId=33 的流程, 流程名字叫做 公司佣金收款
if (x.Id === 33 || x.Id === 48) { if (x.Id === 33 || x.Id === 48) {
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
} else { } else {
x.bigShow = true x.bigShow = true
} }
} // }
if(x.Type==1){ if(x.Type==1){
this.collectList.push(x); this.collectList.push(x);
}else if (x.Type==2){ }else if (x.Type==2){
......
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