| | |
| | | type: "warning" |
| | | }) |
| | | .then(() => { |
| | | this.editConfig.visible = true |
| | | this.editConfig.title = "新建" |
| | | this.editConfig.infomation = { |
| | | ...this.commonConfig.infomation, |
| | | sales_leads_id: this.commonConfig.infomation.id |
| | | } |
| | | this.editConfig.infomation.codeStandID='' |
| | | this.editConfig.visible = true |
| | | }) |
| | | .catch(() => {}) |
| | | } else if (this.value === "升级到客户和销售机会") { |
| | |
| | | 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(() => {}) |
| | | } |