| | |
| | | <template slot="title"> |
| | | <div class="header"> |
| | | <span class="header-label">联系人姓名</span> |
| | | <span class="header-title">{{ detailConfig.infomation.contact_name }}</span> |
| | | <span class="header-title">{{ detailConfig.infomation.name }}</span> |
| | | </div> |
| | | </template> |
| | | <div class="content"> |
| | |
| | | <div>跟进记录<el-badge type="primary" :value="2"> </el-badge></div> |
| | | </template> --> |
| | | </el-tab-pane> |
| | | <el-tab-pane label="销售明细单" name="detail"></el-tab-pane> |
| | | <!-- <el-tab-pane label="销售明细单" name="detail"></el-tab-pane> --> |
| | | <el-tab-pane label="服务合同" name="serviceContract"></el-tab-pane> |
| | | </el-tabs> |
| | | </div> |
| | |
| | | <FollowupRecords :isDetail="true" :add-config="addConfig" /> |
| | | </div> |
| | | <div v-if="activeName === 'detail'" class="second"> |
| | | <SalesDetails :isDetail="true" /> |
| | | <SalesDetails :isDetail="true" :add-config="addConfig" /> |
| | | </div> |
| | | <div v-if="activeName === 'serviceContract'" class="second"> |
| | | <ServiceContract :isDetail="true" /> |
| | | <ServiceContract :isDetail="true" :add-config="addConfig" /> |
| | | </div> |
| | | </div> |
| | | </el-drawer> |
| | |
| | | contact_name: this.detailConfig.infomation.name, |
| | | client_status_id: this.detailConfig.infomation.Client.client_status_id, |
| | | contact_id: this.detailConfig.infomation.id, |
| | | client_id: this.detailConfig.infomation.client_id |
| | | client_id: this.detailConfig.infomation.client_id, |
| | | keyword: this.detailConfig.infomation.name, |
| | | keywordType: "联系人姓名" |
| | | } |
| | | }, |
| | | mounted() {}, |
| | |
| | | }, |
| | | { |
| | | leftStr: "下次回访日期", |
| | | leftValue: "", |
| | | leftValue: item.Client.next_visit_time, |
| | | rightStr: "最新联系日期", |
| | | rightValue: "" |
| | | }, |