|
@@ -317,7 +317,7 @@ export default {
|
|
|
handleCustomerChange(customerId) {
|
|
|
const customer = this.customerOptions.find(item => item.value === customerId)
|
|
|
if (customer) {
|
|
|
- this.form.customerId = customer.value
|
|
|
+ this.form.customerId = customer.value.toString()
|
|
|
this.form.customerCode = customer.customerCode
|
|
|
this.form.customerName = customer.customerName
|
|
|
}
|