| | |
| | | { label: "合计", prop: "tptal" } // 合计 |
| | | ] |
| | | } |
| | | } else if (this.editConfig.title === "报价单") { |
| | | this.tableList = { |
| | | tableInfomation: this.editConfig.tableInfomation, |
| | | tableColumn: [ |
| | | { label: "报价单号", prop: "number", isClick: true }, // 报价单号 |
| | | { label: "销售负责人", prop: "memberId" } // 销售负责人 |
| | | ] |
| | | } |
| | | } else if (this.editConfig.title === "客户服务单") { |
| | | this.tableList = { |
| | | tableInfomation: this.editConfig.tableInfomation, |
| | | tableColumn: [ |
| | | { label: "服务单编号", prop: "serviceNumber", isClick: true }, // 服务单编号 |
| | | { label: "主题", prop: "subject" }, // 主题 |
| | | { label: "服务方式", prop: "serviceType_name" }, // 服务方式 |
| | | { label: "服务人员", prop: "serviceManId" }, // 服务人员 |
| | | { label: "优先级别", prop: "priorityLevelId" }, // 优先级别 |
| | | { label: "处理状态", prop: "status" }, // 处理状态 |
| | | { label: "客户签名", prop: "qianming" } // 客户签名 |
| | | ] |
| | | } |
| | | } |
| | | |
| | | this.commonOptions = [{ id: 1, name: "全部字段" }] |
| | |
| | | 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") |
| | | } |
| | | } |
| | | } |