Commit 5a2db032 authored by youjie's avatar youjie

no message

parent ab32f647
...@@ -2732,9 +2732,16 @@ ...@@ -2732,9 +2732,16 @@
y.disabled = x !== y.Id; y.disabled = x !== y.Id;
} }
}) })
}); });
} }
this.companyList = data; this.companyList = data;
this.companyList.forEach(x=>{
if(this.orderObj.LineId=='90'&&x.Id==1247){
x.disabled = false
}
})
if (!Status) { if (!Status) {
let id = 0; let id = 0;
if (this.$route.query.id) { if (this.$route.query.id) {
...@@ -2779,9 +2786,17 @@ ...@@ -2779,9 +2786,17 @@
num = num + 1 num = num + 1
} }
}) })
if(this.orderObj.Id==90&&x.Id==1247){
x.disabled = false
}
}) })
this.companyList = data; this.companyList = data;
this.companyList.forEach(x=>{
if(this.orderObj.LineId=='90'&&x.Id==1247){
x.disabled = false
}
})
} }
} }
}, err => {}) }, err => {})
......
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