| | |
| | | contactId: this.editCommonConfig.infomation.contactId, |
| | | serviceContractId: this.editCommonConfig.infomation.serviceContractId, |
| | | SalesDetailsId: this.editCommonConfig.infomation.SalesDetailsId, |
| | | productNameId: this.editCommonConfig.infomation.productId, |
| | | productName: this.editCommonConfig.infomation.productName, |
| | | saleChanceId: this.editCommonConfig.infomation.saleChanceId |
| | | } |
| | | }, |
| | |
| | | SalesDetailsId: this.SalesDetailsId || 0, |
| | | priorityLevelId: data.priorityLevelId || 0, |
| | | problemDesc: data.problemDesc || "", |
| | | productId: this.productNameId, |
| | | productName: this.productName, |
| | | productTypeName: "", |
| | | realTime: data.realTime || "", |
| | | remark: data.remark || "", |
| | | saleChanceId: this.saleChanceId || 0, |
| | |
| | | } else if (value === "contract") { |
| | | restaurants = this.salesDetailsList |
| | | } else if (value === "productName") { |
| | | console.log(this.productList) |
| | | restaurants = this.productList |
| | | } else if (value === "contact") { |
| | | restaurants = this.contactNamelist |
| | |
| | | } else if (value === "contract") { |
| | | this.SalesDetailsId = item.id |
| | | } else if (value === "productName") { |
| | | this.productNameId = item.Number |
| | | this.productName = item.Name |
| | | } else if (value === "contact") { |
| | | this.contactId = item.id |
| | | } else if (value === "chance") { |
| | |
| | | this.SalesDetailsId = row.id |
| | | } else if (value === "productName") { |
| | | this.editConfig.infomation.product_name = row.Name |
| | | this.productNameId = row.Number |
| | | this.productName = row.Name |
| | | } else if (value === "chance") { |
| | | this.editConfig.infomation.sale_chance_name = row.name |
| | | this.saleChanceId = row.id |
| | |
| | | this.SalesDetailsId = 0 |
| | | } else if (value === "productName") { |
| | | this.editConfig.infomation.product_name = "" |
| | | this.productNameId = 0 |
| | | this.productName = "" |
| | | } else if (value === "contact") { |
| | | this.editConfig.infomation.contact_name = "" |
| | | this.contactId = 0 |