Commit 1f37690f authored by youjie's avatar youjie

no message

parent dfa5b219
......@@ -2737,7 +2737,7 @@
}
this.companyList = data;
this.companyList.forEach(x=>{
if(this.orderObj.LineId=='90'&&x.Id==1247){
if((this.orderObj.LineId=='90'&&x.Id==1247)||this.$route.query.companyID==x.Id){
x.disabled = false
}
})
......@@ -2793,7 +2793,7 @@
this.companyList = data;
this.companyList.forEach(x=>{
if(this.orderObj.LineId=='90'&&x.Id==1247){
if((this.orderObj.LineId=='90'&&x.Id==1247)||this.$route.query.companyID==x.Id){
x.disabled = false
}
})
......
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