跟进记录,联系人、销售机会、销售线索表格根据客户名称筛选
| | |
| | | editVisible: false, |
| | | title: "", |
| | | infomation: {}, |
| | | search_map:{} |
| | | }, |
| | | editSelectChanceConfig: { |
| | | editVisible: false, |
| | | title: "", |
| | | infomation: {}, |
| | | search_map:{}, |
| | | }, |
| | | editSelectLeadConfig: { |
| | | editVisible: false, |
| | | title: "", |
| | | infomation: {}, |
| | | search_map:{}, |
| | | }, |
| | | clientId: this.editContactsConfig.infomation.client_id, |
| | | contactId: this.editContactsConfig.infomation.contact_id, |
| | |
| | | }, |
| | | async handleSelectClient(value, item) { |
| | | if (value === "client") { |
| | | this.editSelectContactConfig.search_map.client_id=item.id |
| | | this.editSelectChanceConfig.search_map.client_id=item.id |
| | | this.editSelectLeadConfig.search_map.client_id=item.id |
| | | await getContactList({ |
| | | search_map:{ |
| | | client_id:item.id |
| | |
| | | return { |
| | | editVisible: false, |
| | | title: "", |
| | | infomation: {} |
| | | infomation: {}, |
| | | search_map:{} |
| | | } |
| | | } |
| | | } |
| | |
| | | async getData() { |
| | | this.loading = true |
| | | await getSaleChanceList({ |
| | | search_map: this.search_map, |
| | | search_map: this.editCommonConfig.search_map, |
| | | page: this.pagerOptions.currPage, |
| | | pageSize: this.pagerOptions.pageSize |
| | | }) |
| | |
| | | return { |
| | | editVisible: false, |
| | | title: "", |
| | | infomation: {} |
| | | infomation: {}, |
| | | search_map:{}, |
| | | } |
| | | } |
| | | } |
| | |
| | | async getData() { |
| | | this.loading = true |
| | | await getContactList({ |
| | | search_map: this.search_map, |
| | | search_map: this.editCommonConfig.search_map, |
| | | page: this.pagerOptions.currPage, |
| | | pageSize: this.pagerOptions.pageSize |
| | | }) |
| | |
| | | return { |
| | | editVisible: false, |
| | | title: "", |
| | | infomation: {} |
| | | infomation: {}, |
| | | search_map:{}, |
| | | } |
| | | } |
| | | } |
| | |
| | | async getData() { |
| | | this.loading = true |
| | | await getSalesLeadsList({ |
| | | search_map: this.search_map, |
| | | search_map: this.editCommonConfig.search_map, |
| | | page: this.pagerOptions.currPage, |
| | | pageSize: this.pagerOptions.pageSize |
| | | }) |