Commit 047fa462 authored by knight's avatar knight

bug238 从客户进入报价,没有带入客户信息

parent 2a98c9f4
......@@ -1113,6 +1113,13 @@ export default {
} else {
this.form.relation = 2
}
// 根据客户联系人id选择客户信息
getCustomerContactsSelect({
ids: [this.customer.customerContactsId].join(",")
}).then(({ data }) => {
this.onContactAssignValueBackToDisplay(data.list.find((item) => item.customerContactsId == this.customer.customerContactsId), this.form.relation == 1 ? "consignor" : "consignee")
})
}
})
......
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