Commit a378458a authored by Smile's avatar Smile Committed by wux

需求103 跟进记录调整 当为商机跟进时,取报价单客户经理

parent 8dd4c01c
...@@ -292,6 +292,9 @@ export default { ...@@ -292,6 +292,9 @@ export default {
}else { }else {
this.$set(this.form,'cargoStatus',null); this.$set(this.form,'cargoStatus',null);
} }
if(offer.followUpSalesmanId){
this.$set(this.form,'followUserId',offer.followUpSalesmanId);
}
this.form.customerId = offer.relationId this.form.customerId = offer.relationId
this.customerId = offer.relationId this.customerId = offer.relationId
this.form.contactId = offer.relation === 1 ? offer.consignorId : offer.consigneeId this.form.contactId = offer.relation === 1 ? offer.consignorId : offer.consigneeId
......
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