| | |
| | | }, |
| | | selNameClick(row) { |
| | | this.editConfig.editVisible = false |
| | | if (this.editConfig.title === "销售总单") { |
| | | this.$emit("selClient", row, "master") |
| | | } else if (this.editConfig.title === "服务合同") { |
| | | this.$emit("selClient", row, "serviceContract") |
| | | } else if (this.editConfig.title === "销售明细单") { |
| | | this.$emit("selClient", row, "contract") |
| | | } else if (this.editConfig.title === "报价单") { |
| | | this.$emit("selClient", row, "quotation") |
| | | } else if (this.editConfig.title === "客户服务单") { |
| | | this.$emit("selClient", row, "customService") |
| | | } else if (this.editConfig.title === "产品名称") { |
| | | if (this.editConfig.title === "产品名称") { |
| | | this.$emit("selClient", row, "productName") |
| | | } |
| | | }, |