客户推进时,配置客户规则的bug+销售机会 更加记录规则的bug
| | |
| | | type: "warning" |
| | | }) |
| | | .then(() => { |
| | | this.editConfig.visible = true |
| | | this.editConfig.title = "新建" |
| | | this.editConfig.isSalesOpportunity = true |
| | | this.editConfig.infomation = { |
| | | ...this.commonConfig.infomation, |
| | | sales_leads_id: this.commonConfig.infomation.id |
| | | } |
| | | this.editConfig.infomation.codeStandID='' |
| | | this.editConfig.visible = true |
| | | }) |
| | | .catch(() => {}) |
| | | } |
| | |
| | | // 跟进 |
| | | followupClick(row) { |
| | | console.log(row) |
| | | this.editFollowupConfig.visible = true |
| | | this.editFollowupConfig.title = "新建" |
| | | this.editFollowupConfig.infomation = { |
| | | ...row, |
| | |
| | | sale_chance_name: row.name, |
| | | sale_chance_id: row.id |
| | | } |
| | | this.editFollowupConfig.infomation.codeStandID='' |
| | | this.editFollowupConfig.visible = true |
| | | } |
| | | } |
| | | } |