Commit 7f6f3724 authored by liudong1993's avatar liudong1993

1

parent b541bbff
...@@ -2829,7 +2829,7 @@ ...@@ -2829,7 +2829,7 @@
this.companyList = data; this.companyList = data;
this.companyList.forEach(x => { this.companyList.forEach(x => {
if ((this.orderObj && this.orderObj.LineId && this.orderObj.LineId == '90' && x.Id == 1247) || this if ((this.orderObj && this.orderObj.LineId && this.orderObj.LineId == '90' && x.Id == 1247) || this
.$route.query.companyID == x.Id) { .$route.query.companyID == x.Id || (this.companyMsg.RB_Group_Id == 2 &&this.$route.query.companyID==1248 && x.Id==1256)) {
x.disabled = false x.disabled = false
} }
if (x.Id == 1247 && this.companyMsg.RB_Group_Id == 2 && (this.EmployeeId == 57 || this.EmployeeId == if (x.Id == 1247 && this.companyMsg.RB_Group_Id == 2 && (this.EmployeeId == 57 || this.EmployeeId ==
......
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