yangfeng
2023-08-18 ea4f9ee1d7a6333bd516deb09c1d12f18a168787
src/views/client/followupRecords/index.vue
@@ -131,8 +131,14 @@
    if (!this.isDetail) {
      this.search_map = {}
    } else {
      let content = ""
      if (this.addConfig.keywordType === "销售机会") {
        content = this.addConfig.id
      } else {
        content = this.addConfig.common_name
      }
      this.search_map = {
        [this.addConfig.id_name]: this.addConfig.client_name
        [this.addConfig.id_name]: content
      }
    }
    this.getData(this.search_map)
@@ -146,9 +152,9 @@
          { label: "客户名称", prop: "client_name", min: 190, isClientClick: true }, // 客户名称
          { label: "联系人姓名", prop: "contact_name", min: 100, isContactClick: true }, // 联系人姓名
          { label: "客户状态", prop: "client_status", min: 100 }, // 客户状态
          { label: "联系方式", prop: "phone", min: 100 }, // 联系方式
          { label: "联系人日期", prop: "follow_time", isTime: true, min: 130 }, // 联系人日期
          { label: "下次回访日期", prop: "next_follow_time", isTime: true, min: 130 }, // 下次回访日期
          { label: "联系方式", prop: "contact_information_name", min: 100 }, // 联系方式
          { label: "联系日期", prop: "follow_time", min: 130 }, // 联系人日期
          { label: "下次回访日期", prop: "next_follow_time", min: 130 }, // 下次回访日期
          { label: "负责人", prop: "member_name", min: 110 }, // 负责人
          { label: "跟进记录", prop: "record", min: 130 } // 跟进记录
        ]
@@ -180,6 +186,7 @@
                  client_status: item.client_status.name,
                  phone: item.contact.phone,
                  member_name: item.member.username
                  // contact_information_name: item.contact_information.name
                }
              })
              this.tableList.tableInfomation = list || []