From bd42b949807795c581e9193d92834a6187fc10d2 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期二, 15 八月 2023 18:42:59 +0800 Subject: [PATCH] 销售管理模块联调 --- src/views/client/followupRecords/index.vue | 16 ++++++++++------ 1 files changed, 10 insertions(+), 6 deletions(-) diff --git a/src/views/client/followupRecords/index.vue b/src/views/client/followupRecords/index.vue index 7b0ea5b..605f11a 100644 --- a/src/views/client/followupRecords/index.vue +++ b/src/views/client/followupRecords/index.vue @@ -60,9 +60,13 @@ addConfig: { type: Object, default: () => { - return { - sales_leads_name: "" - } + return {} + } + }, + addIdConfig: { + type: Object, + default: () => { + return {} } } }, @@ -128,7 +132,7 @@ this.search_map = {} } else { this.search_map = { - [this.addConfig.id_name]: this.addConfig.id + [this.addConfig.id_name]: this.addConfig.client_name } } this.getData(this.search_map) @@ -141,7 +145,7 @@ { label: "涓婚", prop: "topic", min: 120 }, // 涓婚 { label: "瀹㈡埛鍚嶇О", prop: "client_name", min: 190, isClientClick: true }, // 瀹㈡埛鍚嶇О { label: "鑱旂郴浜哄鍚�", prop: "contact_name", min: 100, isContactClick: true }, // 鑱旂郴浜哄鍚� - { label: "瀹㈡埛鐘舵��", prop: "client_status_id", min: 100 }, // 瀹㈡埛鐘舵�� + { 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 }, // 涓嬫鍥炶鏃ユ湡 @@ -173,7 +177,7 @@ ...item, client_name: item.client.name, contact_name: item.contact.name, - client_status_id: item.client.client_status_id, + client_status: item.client_status.name, phone: item.contact.phone, member_name: item.member.username } -- Gitblit v1.8.0