Commit 11afcd0e authored by Smile's avatar Smile Committed by wux

bug263 【跟进记录-新增/编辑】1、销售阶段没有根据关联的报价单填充。2、关联的报价单的“货物状态”为空时,前端回显了NAN

parent 804d858d
......@@ -285,7 +285,7 @@ export default {
// 选择了报价单后,需要将报价单中的客户及客户联系人信息回显
this.form.offerNumber = offer.number
console.log("this.form.cargoStatus",this.form)
if (offer.cargoStatus){
if (offer.cargoStatus||offer.saleStage){
this.$set(this.form,'cargoStatus',offer.cargoStatus);
this.$set(this.form,'saleStage',offer.saleStage);
}else {
......
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