From 78cf30802189becef2725af73f37b5d2cb28600f Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期五, 11 八月 2023 10:57:48 +0800 Subject: [PATCH] 新建跟进记录入参修改 --- src/views/client/client/DetailClientManage.vue | 15 +++++++++++++-- 1 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/views/client/client/DetailClientManage.vue b/src/views/client/client/DetailClientManage.vue index 9a4b6ec..966d3a5 100644 --- a/src/views/client/client/DetailClientManage.vue +++ b/src/views/client/client/DetailClientManage.vue @@ -183,7 +183,11 @@ <Contacts :isDetail="true" /> </div> <div v-if="activeName === 'second'" class="second"> - <FollowupRecords :isDetail="true" /> + <FollowupRecords + :isDetail="true" + :follow-record="detailConfig.infomation.follow_record" + :add-config="addConfig" + /> </div> <div v-if="activeName === 'salesOpportunity'" class="second"> <SalesOpportunity :isDetail="true" /> @@ -243,11 +247,18 @@ isAddressExpand: true, // 鍦板潃淇℃伅 addressInfoList: [], isRemarkExpand: true, // 澶囨敞淇℃伅 - isAnnexExpand: true // 闄勪欢淇℃伅 + isAnnexExpand: true, // 闄勪欢淇℃伅 + addConfig: {} } }, created() { this.setData(this.detailConfig.infomation) + this.addConfig = { + client: this.detailConfig.infomation.id, + client_name: this.detailConfig.infomation.name, + contact_name: this.detailConfig.infomation.contact_name, + client_status_id: this.detailConfig.infomation.client_status_id + } }, mounted() {}, methods: { -- Gitblit v1.8.0