|
@@ -746,7 +746,7 @@ import { isUndefined } from 'xe-utils/methods'
|
|
for (let i = 0; i < this.customerinfo.length; i++) {
|
|
for (let i = 0; i < this.customerinfo.length; i++) {
|
|
console.log(this.customerinfo[i].customerName,item)
|
|
console.log(this.customerinfo[i].customerName,item)
|
|
if(this.customerinfo[i].customerName==item){
|
|
if(this.customerinfo[i].customerName==item){
|
|
- this.deptBudgetList.sellerPhone=this.customerinfo[i].customerPhone
|
|
|
|
|
|
+ this.$set(this.deptBudgetList,'sellerPhone',this.customerinfo[i].customerPhone)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -755,7 +755,7 @@ import { isUndefined } from 'xe-utils/methods'
|
|
for (let i = 0; i < this.customerinfo.length; i++) {
|
|
for (let i = 0; i < this.customerinfo.length; i++) {
|
|
console.log(this.customerinfo[i].customerName,item)
|
|
console.log(this.customerinfo[i].customerName,item)
|
|
if(this.customerinfo[i].customerName==item){
|
|
if(this.customerinfo[i].customerName==item){
|
|
- this.deptBudgetList.buyerPhone=this.customerinfo[i].customerPhone
|
|
|
|
|
|
+ this.$set(this.deptBudgetList,'buyerPhone',this.customerinfo[i].customerPhone)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|