Commit b4f75ae0 authored by knight's avatar knight

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

parent 047fa462
......@@ -1117,7 +1117,9 @@ export default {
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")
this.handleChangeRelation(this.form.relation == 1 ? 2 : 1)
})
}
......
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