|
|
@ -379,10 +379,10 @@ export default { |
|
|
|
const choose = this.customer_list.filter((item) => item.name === value) |
|
|
|
if (choose.length > 0) { |
|
|
|
this.formobj.custSid = choose[0].sid |
|
|
|
this.formobj.mobile = choose[0].mobile |
|
|
|
this.formobj.phone = choose[0].mobile |
|
|
|
} else { |
|
|
|
this.formobj.custSid = '' |
|
|
|
this.formobj.mobile = '' |
|
|
|
this.formobj.phone = '' |
|
|
|
} |
|
|
|
}, |
|
|
|
capitalChange(value) { |
|
|
|