1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489 |
- <template>
- <div class="tenant">
- <!-- <div style="padding: 20px; background: #fff; margin-bottom: 20px">
- <el-button type="primary" style="margin-left: 10px" @click="openModal()">添加客户</el-button>
- </div> -->
- <div style="display:flex;height:calc(100vh - 140px);">
- <div style="width:240px;height:100%;overflow:auto;background:#fff;padding:10px">
- <div style="margin-bottom:10px">
- <el-button type="primary" style="width:100%" @click="handleSearch()">全部客户</el-button>
- </div>
- <el-collapse v-model="activeNames">
- <el-collapse-item title="客户跟进" name="1">
- <template #title>
- <div>
- <!-- <img src="@/assets/images/custom-1.png" alt="" style="object-fit: contain;width: 20px;height: 20px;vertical-align: middle;" />
- 客户跟进 -->
- <TitleInfo :content="'客户跟进'"></TitleInfo>
- </div>
- </template>
- <div style="padding:0 10px">
- <div style="display:flex;justify-content:space-between;cursor:pointer" :class="{'activeSearch':(4+'follow')==activeSearch}"
- @click="handleSearchOne(4)">
- <span>近7天有跟进</span> <span>{{leftDataFour[0]}}</span>
- </div>
- <div style="display:flex;justify-content:space-between;cursor:pointer;margin-top:5px"
- :class="{'activeSearch':(1+'follow')==activeSearch}" @click="handleSearchOne(1)">
- <span>超7天未跟进</span> <span>{{leftDataFour[7]}}</span>
- </div>
- <div style="display:flex;justify-content:space-between;cursor:pointer;margin-top:5px"
- :class="{'activeSearch':(2+'follow')==activeSearch}" @click="handleSearchOne(2)">
- <span>超30天未跟进</span> <span>{{leftDataFour[30]}}</span>
- </div>
- <div style="display:flex;justify-content:space-between;cursor:pointer;margin-top:5px"
- :class="{'activeSearch':(3+'follow')==activeSearch}" @click="handleSearchOne(3)">
- <span>超半年未跟进</span> <span>{{leftDataFour[180]}}</span>
- </div>
- </div>
- </el-collapse-item>
- <el-collapse-item title="客户来源" name="2">
- <template #title>
- <div>
- <!-- <img src="@/assets/images/custom-2.png" alt="" style="object-fit: contain;width: 20px;height: 20px;vertical-align: middle;" />
- 客户来源 -->
- <TitleInfo :content="'客户来源'"></TitleInfo>
- </div>
- </template>
- <div style="padding:0 10px">
- <div style="display:flex;justify-content:space-between;cursor:pointer" v-for="(item,index) in customerSource" :key="item.value"
- :class="{'activeSearch':(item.value+'source')==activeSearch}" :style="{marginTop:index!=0?'15px':'0px'}"
- @click="handleSearch(item.value,'source')">
- <span>{{item.label}}</span> <span>{{showLeftData(item.value,'source')}}</span>
- </div>
- </div>
- </el-collapse-item>
- <el-collapse-item title="客户类型" name="3">
- <template #title>
- <div>
- <!-- <img src="@/assets/images/custom-4.png" alt="" style="object-fit: contain;width: 20px;height: 20px;vertical-align: middle;" />
- 客户类型 -->
- <TitleInfo :content="'客户类型'"></TitleInfo>
- </div>
- </template>
- <div style="padding:0 10px">
- <div style="display:flex;justify-content:space-between;cursor:pointer" v-for="(item,index) in customerStatus" :key="item.value"
- :class="{'activeSearch':(item.value+'status')==activeSearch}" :style="{marginTop:index!=0?'15px':'0px'}"
- @click="handleSearch(item.value,'status')">
- <span>{{item.label}}</span> <span>{{showLeftData(item.value,'status')}}</span>
- </div>
- </div>
- </el-collapse-item>
- <el-collapse-item title="客户标签" name="4">
- <template #title>
- <div>
- <!-- <img src="@/assets/images/custom-3.png" alt="" style="object-fit: contain;width: 20px;height: 20px;vertical-align: middle;" />
- 客户标签 -->
- <TitleInfo :content="'客户标签'"></TitleInfo>
- </div>
- </template>
- <div style="padding:0 10px">
- <div style="display:flex;justify-content:space-between;cursor:pointer" v-for="(item,index) in customerTag" :key="item.value"
- :class="{'activeSearch':(item.value+'tag')==activeSearch}" :style="{marginTop:index!=0?'15px':'0px'}"
- @click="handleSearch(item.value,'tag')">
- <span>{{item.label}}</span> <span>{{showLeftData(item.value,'tag')}}</span>
- </div>
- </div>
- </el-collapse-item>
- </el-collapse>
- </div>
- <div style="width:10px"></div>
- <div style="width:calc(100% - 250px);height:100%;overflow:auto">
- <byTable :source="sourceList.data" :pagination="sourceList.pagination" :config="config" :loading="loading" :statConfig="[]"
- :selectConfig="selectConfig" highlight-current-row :action-list="[
- {
- text: '更新小满客户',
- action: () => updateList(),
- },
- ]" @moreSearch="moreSearch" @get-list="getList" ref="table">
- <template #isTop="{ item }">
- <div>
- <img style="cursor: pointer; width: 20px; transform: translateY(5px)" :src="'/img/isTop.png'" @click="deleteTop(item)"
- v-if="item.isTop === 1" />
- <img style="cursor: pointer; width: 20px; transform: translateY(5px)" :src="'/img/noTop.png'" @click="addTop(item)" v-else />
- </div>
- </template>
- <template #address="{ item }">
- <span>{{ item.countryName }}</span>
- <span v-if="item.provinceName"> ,{{ item.provinceName }}</span>
- <span v-if="item.cityName"> ,{{ item.cityName }}</span>
- </template>
- <template #name="{ item }">
- <div style="cursor: pointer; color: #409eff; word-break: break-all" @click="handleClickName(item)">
- {{ item.name }}
- </div>
- </template>
- <template #tags="{ item }">
- <div style="width: 100%">
- <el-tag style="margin-right: 8px" type="success" v-for="(tag, index) in item.tag" closable :key="index" @close="tagClose(tag, item)">
- {{ dictValueLabel(tag, customerTag) }}
- </el-tag>
- <template v-if="item.tag.length !== customerTag.length">
- <el-select v-if="item.addTagShow" v-model="addTag" style="width: 100%" @change="
- (val) => {
- return changeTag(val, item);
- }
- ">
- <el-option v-for="tag in customerTag" :key="tag.value" :label="tag.label" :value="tag.value"
- :disabled="judgeTagSelect(item.tag, tag.value)" />
- </el-select>
- <el-tag style="cursor: pointer" type="success" @click="showSelect(item)" v-else>
- +
- </el-tag>
- </template>
- </div>
- </template>
- <template #companyId="{item}">
- <div style="width: 100%;">
- <div v-if="item.companyId" style="display:flex;justify-content:space-between">
- <span>{{item.companyId}}</span>
- <el-icon style="cursor:pointer;position:relative;top:6px" size="18" color="#409EFF" @click="handleDeleteCompanyId(item)">
- <Delete />
- </el-icon>
- </div>
- <div v-else style="text-align:right"><el-icon style="cursor:pointer" size="18" color="#409EFF" @click="handleBindCompanyId(item)">
- <CirclePlus />
- </el-icon></div>
- </div>
- </template>
- <template #follow="{ item }">
- <div :class="'getWidth' + item.id" style="width: 100%">
- <div style="width: 100%; display: flex">
- <template v-if="
- item.customerFollowRecordsList &&
- item.customerFollowRecordsList.length > 0
- ">
- <div :style="
- index > 2
- ? 'line-height: 32px; margin-right: 8px; padding: 0 8px; background-color: #eeeeee; border-radius: 4px; cursor: pointer; display: none'
- : 'line-height: 32px; margin-right: 8px; padding: 0 8px; background-color: #eeeeee; border-radius: 4px; cursor: pointer'
- " v-for="(record, index) in item.customerFollowRecordsList" :key="record.id">
- <el-popover placement="bottom" :width="300" trigger="hover" @show="recordShow(record)">
- <template #reference>
- <div>
- <span v-if="record.date">{{
- record.date.substr(0, 10)
- }}</span>
- <el-icon style="margin-left: 8px; transform: translateY(2px)" @click="deleteFollow(record)">
- <DeleteFilled />
- </el-icon>
- </div>
- </template>
- <template #default>
- <div style="width: 100%">
- <div style="color: #909399; margin: 8px 0">
- 跟进时间: {{ record.date }}
- </div>
- <div style="margin: 8px 0">
- 跟进人:
- {{ dictValueLabel(record.createUser, userList) }}
- </div>
- <div v-if="record.type == '30'">
- <div style="word-wrap: break-word; margin: 8px 0" v-html="getStyle(record.content)" v-if="record.content"></div>
- <div v-else>跟进记录:</div>
- </div>
- <div v-else>
- <div style="word-wrap: break-word; margin: 8px 0">
- {{ getContent(record) }}
- </div>
- </div>
- <div style="margin: 8px 0; display: flex" v-if="record.fileList && record.fileList.length > 0">
- <div style="width: 36px">附件:</div>
- <div style="width: calc(100% - 36px)">
- <div v-for="(file, index) in record.fileList" :key="index">
- <a style="color: #409eff; cursor: pointer" @click="openFile(file.fileUrl)">{{ file.fileName }}</a>
- </div>
- </div>
- </div>
- </div>
- </template>
- </el-popover>
- </div>
- <div style="
- line-height: 32px;
- margin-right: 8px;
- padding: 0 8px;
- background-color: #eeeeee;
- border-radius: 4px;
- cursor: pointer;
- " @click="clickMore(item)" v-if="item.customerFollowRecordsList.length >= 3">
- 更多
- </div>
- </template>
- </div>
- </div>
- </template>
- </byTable>
- </div>
- </div>
- <el-dialog :title="modalType == 'add' ? '新增' : '编辑'" v-if="dialogVisible" v-model="dialogVisible" width="800" v-loading="loadingOperation">
- <AddCustomer ref="AddCustomerDom" :modalType="modalType" :customerId="customerId" :isPrivate="true" @refreshList="refreshList"></AddCustomer>
- <template #footer>
- <el-button @click="dialogVisible = false" size="large">取 消</el-button>
- <el-button type="primary" @click="submitForm()" size="large" :loading="submitLoading">确 定</el-button>
- </template>
- </el-dialog>
- <el-dialog title="添加跟进记录" v-if="openFollow" v-model="openFollow" width="500" destroy-on-close>
- <byForm :formConfig="formConfigAFollow" :formOption="formOption" v-model="formFollow.data" :rules="rulesFollow" ref="follow">
- <template #fileSlot>
- <div style="width: 100%">
- <el-upload v-model:fileList="fileList" :action="uploadUrl" :data="uploadData" multiple :before-upload="uploadFile"
- :on-preview="onPreviewFile">
- <el-button type="primary">文件上传</el-button>
- </el-upload>
- </div>
- </template>
- </byForm>
- <template #footer>
- <el-button @click="openFollow = false" size="large">取 消</el-button>
- <el-button type="primary" @click="submitFollow()" size="large">确 定</el-button>
- </template>
- </el-dialog>
- <el-dialog title="跟进记录" v-if="openRecordMore" v-model="openRecordMore" width="800" destroy-on-close>
- <div>
- <div style="padding: 8px 0">
- <el-button type="primary" @click="clickFollowUp(rowData)" plain>添加跟进记录</el-button>
- </div>
- <div style="padding-top: 16px">
- <div v-infinite-scroll="infiniteScroll" class="infinite-scroll" :infinite-scroll-disabled="judgeTotal()">
- <el-timeline>
- <el-timeline-item v-for="(record, index) in recordList" :key="index" :timestamp="record.date" hide-timestamp>
- <div>
- <div style="
- padding: 0 0 8px 0;
- display: flex;
- justify-content: space-between;
- ">
- <span>{{
- dictValueLabel(record.createUser, userList)
- }}</span>
- <span>{{ record.date }}</span>
- </div>
- <div v-if="record.type == '30'">
- <div style="word-wrap: break-word; margin: 8px 0" v-html="getStyle(record.content)" v-if="record.content"></div>
- <div v-else>跟进记录:</div>
- </div>
- <div v-else>
- <div style="word-wrap: break-word; margin: 8px 0">
- {{ getContent(record) }}
- </div>
- </div>
- <div style="margin: 8px 0; display: flex" v-if="record.fileList && record.fileList.length > 0">
- <div style="width: 36px">附件:</div>
- <div style="width: calc(100% - 36px)">
- <div v-for="(file, index) in record.fileList" :key="index">
- <a style="color: #409eff; cursor: pointer" @click="openFile(file.fileUrl)">{{ file.fileName }}</a>
- </div>
- </div>
- </div>
- </div>
- </el-timeline-item>
- </el-timeline>
- </div>
- </div>
- </div>
- <template #footer>
- <el-button @click="openRecordMore = false" size="large">关 闭</el-button>
- </template>
- </el-dialog>
- <el-dialog title="高级检索" v-if="openSearch" v-model="openSearch" width="600" :before-close="cancelSearch">
- <byForm :formConfig="formSearchConfig" :formOption="formOption" v-model="sourceList.pagination">
- <template #address>
- <el-row style="width: 100%">
- <el-col :span="8">
- <el-form-item prop="countryId">
- <el-select v-model="sourceList.pagination.countryId" placeholder="国家" clearable filterable
- @change="(val) => getCitySearchData(val, '20', true)">
- <el-option v-for="item in countrySearchData" :label="item.name" :value="item.id">
- </el-option>
- </el-select>
- </el-form-item>
- </el-col>
- <el-col :span="8">
- <el-form-item prop="provinceName">
- <selectCity placeholder="省/洲" @change="(val) => getCitySearchData(val, '30', true)" addressId="provinceId" addressName="provinceName"
- v-model="sourceList.pagination" :data="provinceSearchData">
- </selectCity>
- </el-form-item>
- </el-col>
- <el-col :span="8">
- <el-form-item prop="cityName">
- <selectCity placeholder="城市" addressId="cityId" addressName="cityName" v-model="sourceList.pagination" :data="citySearchData">
- </selectCity>
- </el-form-item>
- </el-col>
- </el-row>
- </template>
- <template #tags>
- <div style="width: 100%">
- <el-tag style="margin-right: 8px" type="info" v-for="(tag, index) in sourceList.pagination.tags" closable :key="index"
- @close="tagSearchClose(tag)">
- {{ dictValueLabel(tag, customerTag) }}
- </el-tag>
- <template v-if="sourceList.pagination.tags.length !== customerTag.length">
- <el-select v-if="addTagSearchShow" v-model="addSearchTag" style="margin-top: 8px" @change="changeSearchTag">
- <el-option v-for="tag in customerTag" :key="tag.value" :label="tag.label" :value="tag.value" :disabled="
- judgeTagSelect(sourceList.pagination.tags, tag.value)
- " />
- </el-select>
- <el-tag style="cursor: pointer" type="info" @click="addTagSearchShow = true" v-else>
- +
- </el-tag>
- </template>
- </div>
- </template>
- </byForm>
- <template #footer>
- <el-button @click="cancelSearch()" size="large">取 消</el-button>
- <el-button type="primary" @click="submitSearch()" size="large">确 定</el-button>
- </template>
- </el-dialog>
- <el-dialog title="手动绑定小满客户" v-if="xmDialog" v-model="xmDialog" width="600">
- <byForm :formConfig="xmFormConfig" :formOption="xmFormOption" v-model="xmFormData.data" :rules="xmRules" ref="xmFormDom">
- <template #companyId>
- <div style="width:100%;display:flex">
- <div style="width:calc(100% - 85px)">
- <el-form-item label="" prop="companyName" label-width="0px">
- <el-input disabled v-model="xmFormData.data.companyName" placeholder="请选择"></el-input>
- </el-form-item>
- </div>
- <el-button type="primary" style="width:68px;margin-left:15px" @click="openSelectXm = true" plain>选择</el-button>
- </div>
- </template>
- </byForm>
- <template #footer>
- <el-button @click="xmDialog = false" size="large">取 消</el-button>
- <el-button type="primary" @click="submitXmForm()" size="large">确 定</el-button>
- </template>
- </el-dialog>
- <el-dialog :title="'选择小满客户'" v-if="openSelectXm" v-model="openSelectXm" width="80%">
- <XmCustomer :isSelect="true" @selectXmCustomer="selectXmCustomer"></XmCustomer>
- <template #footer>
- <el-button @click="openSelectXm = false" size="large">取 消</el-button>
- </template>
- </el-dialog>
- </div>
- </template>
- <script setup>
- import { ElMessage, ElMessageBox } from "element-plus";
- import byTable from "@/components/byTable/index";
- import byForm from "@/components/byForm/index";
- import { computed, ref } from "vue";
- import useUserStore from "@/store/modules/user";
- import selectCity from "@/components/selectCity/index.vue";
- import TitleInfo from "@/components/TitleInfo/index.vue";
- import AddCustomer from "@/views/customer/addCustomer.vue";
- import XmCustomer from "@/views/xiaoman/index.vue";
- const AddCustomerDom = ref(null);
- const customerId = ref("");
- const { proxy } = getCurrentInstance();
- const activeNames = ref(["1", "2", "3", "4"]);
- const route = useRoute();
- const loading = ref(false);
- const loadingOperation = ref(false);
- const submitLoading = ref(false);
- const openPerson = ref(false);
- const customerTag = ref([]);
- const customerSource = ref([]);
- const customerStatus = ref([]);
- const contactType = ref([]);
- const userList = ref([]);
- const fileList = ref([]);
- const uploadData = ref({});
- const statisticsType = ref([
- {
- label: "客户来源统计",
- value: 1,
- },
- {
- label: "客户类型统计",
- value: 2,
- },
- ]);
- const sourceList = ref({
- data: [],
- pagination: {
- total: 0,
- pageNum: 1,
- pageSize: 10,
- keyword: route.query.name || "",
- type: "",
- source: "",
- status: "",
- name: "",
- countryId: "",
- provinceId: "",
- cityId: "",
- customerCode: "",
- tag: "",
- tags: [],
- },
- paginationTwo: {
- statisticsType: 1,
- type: 1,
- },
- });
- const statConfig = computed(() => [
- {
- label: "客户来源统计",
- data: [
- {
- label: "合计",
- num: statisticalData.value.countAmount,
- type: 2,
- },
- ...customerSource.value
- .filter((a) => getNum(a.value) > 0)
- .map((b) => {
- let num = getNum(b.value);
- return {
- label: b.label,
- num,
- type: 1,
- };
- }),
- ],
- },
- {
- label: "客户类型统计",
- data: [
- {
- label: "合计",
- num: statisticalData.value.countAmount,
- type: 2,
- },
- ...customerStatus.value
- .filter((a) => getNum(a.value) > 0)
- .map((b) => {
- let num = getNum(b.value);
- return {
- label: b.label,
- num,
- type: 1,
- };
- }),
- ],
- },
- ]);
- const selectConfig = computed(() => {
- return [
- {
- label: "客户来源",
- prop: "source",
- data: customerSource.value,
- },
- {
- label: "客户类型",
- prop: "status",
- data: customerStatus.value,
- },
- ];
- });
- const config = computed(() => {
- return [
- {
- attrs: {
- label: "",
- slot: "isTop",
- fixed: "left",
- width: 60,
- align: "center",
- },
- },
- {
- attrs: {
- label: "客户名称",
- slot: "name",
- fixed: "left",
- width: 160,
- },
- },
- {
- attrs: {
- label: "所在城市",
- slot: "address",
- width: 160,
- },
- },
- {
- attrs: {
- label: "客户来源",
- prop: "source",
- width: 150,
- },
- render(type) {
- if (type) {
- let arr = type.split(",");
- if (arr && arr.length > 0) {
- let str = "";
- for (let i = 0; i < arr.length; i++) {
- const val = arr[i];
- str =
- str +
- proxy.dictValueLabel(val, customerSource.value) +
- (i < arr.length - 1 ? " , " : "");
- }
- return str;
- }
- }
- },
- },
- {
- attrs: {
- label: "客户类型",
- prop: "status",
- width: 120,
- },
- render(type) {
- return proxy.dictValueLabel(type, customerStatus.value);
- },
- },
- {
- attrs: {
- label: "客户标签",
- slot: "tags",
- width: 180,
- },
- },
- {
- attrs: {
- label: "业务员",
- prop: "userId",
- width: 140,
- },
- render(type) {
- let data = userList.value.filter((item) => item.value == type);
- if (data && data.length > 0) {
- return data[0].label;
- } else {
- return "";
- }
- },
- },
- // {
- // attrs: {
- // label: "小满客户ID",
- // slot: "companyId",
- // width: 170,
- // },
- // },
- {
- attrs: {
- label: "跟进",
- slot: "follow",
- "min-width": 440,
- },
- },
- {
- attrs: {
- label: "操作",
- width: 180,
- align: "center",
- fixed: "right",
- },
- renderHTML(row) {
- return [
- {
- attrs: {
- label: "跟进",
- type: "primary",
- text: true,
- },
- el: "button",
- click() {
- clickFollowUp(row);
- },
- },
- {
- attrs: {
- label: "修改",
- type: "primary",
- text: true,
- },
- el: "button",
- click() {
- update(row);
- },
- },
- {
- attrs: {
- label: "退回公海",
- type: "primary",
- text: true,
- },
- el: "button",
- click() {
- ElMessageBox.confirm("是否确定将该客户退回公海?", "提示", {
- confirmButtonText: "确定",
- cancelButtonText: "取消",
- type: "warning",
- }).then(() => {
- proxy
- .post("/customer/CustomerAllocation", {
- id: row.id,
- userId: "",
- })
- .then(() => {
- ElMessage({
- message: "退回成功",
- type: "success",
- });
- getList();
- obtainStatisticalData();
- });
- });
- },
- },
- ];
- },
- },
- ];
- });
- let modalType = ref("add");
- let dialogVisible = ref(false);
- let openFollow = ref(false);
- let formData = reactive({
- data: {
- countryId: "44",
- },
- });
- let formPerson = reactive({
- data: {},
- });
- let formFollow = reactive({
- data: {},
- });
- const formOption = reactive({
- inline: true,
- labelWidth: 100,
- itemWidth: 100,
- rules: [],
- });
- const formConfig = computed(() => {
- return [
- {
- type: "input",
- prop: "name",
- label: "客户名称",
- required: true,
- itemWidth: 100,
- itemType: "text",
- },
- {
- type: "slot",
- slotName: "address",
- prop: "countryId",
- label: "详细地址",
- },
- {
- type: "select",
- label: "客户来源",
- prop: "source",
- itemWidth: 50,
- data: customerSource.value,
- },
- {
- type: "select",
- label: "客户类型",
- prop: "status",
- itemWidth: 50,
- data: customerStatus.value,
- },
- {
- type: "select",
- label: "业务员",
- prop: "userId",
- itemWidth: 100,
- data: userList.value,
- disabled: modalType.value == "edit",
- },
- {
- type: "select",
- label: "客户标签",
- prop: "tags",
- itemWidth: 100,
- multiple: true,
- data: customerTag.value,
- style: {
- width: "100%",
- },
- },
- {
- type: "input",
- prop: "beneficiaryName",
- label: "Beneficiary Name",
- required: true,
- itemWidth: 50,
- itemType: "text",
- },
- {
- type: "input",
- prop: "beneficiaryAccountNumber",
- label: "Beneficiary Account Number",
- required: true,
- itemWidth: 50,
- itemType: "text",
- },
- {
- type: "input",
- prop: "beneficiaryBank",
- label: "Beneficiary Bank",
- required: true,
- itemWidth: 50,
- itemType: "text",
- },
- {
- type: "input",
- prop: "swiftCode",
- label: "Swift Code",
- required: true,
- itemWidth: 50,
- itemType: "text",
- },
- {
- type: "input",
- prop: "beneficiaryBankAddress",
- label: "Beneficiary Bank Address",
- required: true,
- itemWidth: 50,
- itemType: "text",
- },
- {
- type: "input",
- prop: "beneficiaryAddress",
- label: "Beneficiary Address",
- required: true,
- itemWidth: 50,
- itemType: "text",
- },
- {
- type: "slot",
- slotName: "person",
- label: "客户联系人",
- },
- ];
- });
- let rules = ref({
- name: [{ required: true, message: "请输入客户名称", trigger: "blur" }],
- name2: [{ required: true, message: "请输入联系人", trigger: "blur" }],
- email: [{ required: true, message: "请输入电子邮箱", trigger: "blur" }],
- countryId: [{ required: true, message: "请选择国家", trigger: "change" }],
- provinceId: [{ required: true, message: "请选择省/州", trigger: "change" }],
- cityId: [{ required: true, message: "请选择城市", trigger: "change" }],
- source: [{ required: true, message: "请选择客户来源", trigger: "change" }],
- status: [{ required: true, message: "请选择类型", trigger: "change" }],
- });
- const formConfigAFollow = computed(() => {
- return [
- {
- type: "date",
- itemType: "datetime",
- label: "跟进时间",
- prop: "date",
- itemWidth: 100,
- },
- {
- type: "input",
- itemType: "textarea",
- label: "跟进内容",
- prop: "content",
- itemWidth: 100,
- },
- {
- type: "slot",
- label: "上传附件",
- prop: "fileList",
- slotName: "fileSlot",
- },
- ];
- });
- let rulesPerson = ref({
- name: [{ required: true, message: "请输入联系人", trigger: "blur" }],
- email: [{ required: true, message: "请输入电子邮箱", trigger: "blur" }],
- type: [{ required: true, message: "请选择类型", trigger: "change" }],
- contactNo: [{ required: true, message: "请输入联系号码", trigger: "blur" }],
- });
- let rulesFollow = ref({
- date: [{ required: true, message: "请选择跟进时间", trigger: "change" }],
- content: [{ required: true, message: "请输入跟进内容", trigger: "blur" }],
- });
- const submit = ref(null);
- const person = ref(null);
- const follow = ref(null);
- const getList = async (req) => {
- sourceList.value.pagination = { ...sourceList.value.pagination, ...req };
- loading.value = true;
- proxy
- .post("/customer/privateSeaPage", sourceList.value.pagination)
- .then((res) => {
- res.rows.forEach((x) => {
- x.addTagShow = false;
- if (x.tag) {
- x.tag = x.tag.split(",");
- } else {
- x.tag = [];
- }
- });
- sourceList.value.data = res.rows;
- sourceList.value.pagination.total = res.total;
- setTimeout(() => {
- loading.value = false;
- }, 200);
- });
- };
- const openModal = () => {
- modalType.value = "add";
- dialogVisible.value = true;
- };
- const submitFollow = () => {
- follow.value.handleSubmit(() => {
- if (fileList.value && fileList.value.length > 0) {
- formFollow.data.fileList = fileList.value.map((item) => {
- return {
- id: item.raw.id,
- fileName: item.raw.fileName,
- fileUrl: item.raw.fileUrl,
- };
- });
- } else {
- formFollow.data.fileList = [];
- }
- proxy
- .post("/customerFollowRecords/" + modalType.value, formFollow.data)
- .then(
- () => {
- ElMessage({
- message: modalType.value == "add" ? "添加成功" : "编辑成功",
- type: "success",
- });
- openFollow.value = false;
- getList();
- },
- (err) => {
- console.log(err);
- }
- );
- });
- };
- const submitForm = () => {
- AddCustomerDom.value.handleSubmit();
- };
- const getDict = () => {
- proxy
- .getDictOne([
- "customer_tag",
- "customer_source",
- "customer_status",
- "contact_type",
- ])
- .then((res) => {
- customerTag.value = res["customer_tag"].map((x) => ({
- label: x.dictValue,
- value: x.dictKey,
- }));
- customerSource.value = res["customer_source"].map((x) => ({
- label: x.dictValue,
- value: x.dictKey,
- }));
- customerStatus.value = res["customer_status"].map((x) => ({
- label: x.dictValue,
- value: x.dictKey,
- }));
- contactType.value = res["contact_type"].map((x) => ({
- label: x.dictValue,
- value: x.dictKey,
- }));
- });
- proxy
- .get("/tenantUser/list", {
- pageNum: 1,
- pageSize: 10000,
- tenantId: useUserStore().user.tenantId,
- })
- .then((res) => {
- userList.value = res.rows.map((item) => {
- return {
- label: item.nickName,
- value: item.userId,
- };
- });
- });
- };
- getDict();
- getList();
- const handleClickName = (row) => {
- proxy.$router.push({
- path: "Portrait",
- query: {
- id: row.id,
- },
- });
- };
- const deleteFollow = (data) => {
- ElMessageBox.confirm("是否确认删除该跟进?", "提示", {
- confirmButtonText: "确定",
- cancelButtonText: "取消",
- type: "warning",
- }).then(() => {
- proxy
- .post("/customerFollowRecords/delete", {
- id: data.id,
- })
- .then(() => {
- ElMessage({
- message: "删除成功",
- type: "success",
- });
- getList();
- });
- });
- };
- const addTag = ref("");
- const judgeTagSelect = (data, val) => {
- if (data && data.length > 0) {
- if (data.includes(val)) {
- return true;
- }
- }
- return false;
- };
- const changeTag = (val, item) => {
- let data = {
- id: item.id,
- tag: JSON.parse(JSON.stringify(item.tag)),
- };
- data.tag.push(val);
- data.tag = data.tag.join(",");
- proxy.post("/customer/editTag", data).then(() => {
- ElMessage({
- message: "添加成功",
- type: "success",
- });
- item.addTagShow = false;
- addTag.value = "";
- getList();
- });
- };
- const tagClose = (val, item) => {
- let data = {
- id: item.id,
- tag: JSON.parse(JSON.stringify(item.tag)),
- };
- data.tag = data.tag.filter((row) => row !== val);
- if (data.tag && data.tag.length > 0) {
- data.tag = data.tag.join(",");
- } else {
- data.tag = "";
- }
- proxy.post("/customer/editTag", data).then(() => {
- ElMessage({
- message: "添加成功",
- type: "success",
- });
- item.addTagShow = false;
- addTag.value = "";
- getList();
- });
- };
- const showSelect = (item) => {
- item.addTagShow = true;
- };
- const clickFollowUp = (item) => {
- formFollow.data = {
- customerId: item.id,
- fileList: [],
- };
- fileList.value = [];
- modalType.value = "add";
- openFollow.value = true;
- openRecordMore.value = false;
- };
- const uploadFile = async (file) => {
- const res = await proxy.post("/fileInfo/getSing", { fileName: file.name });
- uploadData.value = res.uploadBody;
- file.id = res.id;
- file.fileName = res.fileName;
- file.fileUrl = res.fileUrl;
- return true;
- };
- const onPreviewFile = (file) => {
- window.open(file.raw.fileUrl, "_blank");
- };
- const getStyle = (val) => {
- if (val) {
- return "跟进记录: " + val.replace(/\n|\r\n/g, "<br>");
- } else {
- return "";
- }
- };
- const getContent = (item) => {
- if (item.type === "10") {
- return "跟进记录: " + "报价单总金额 " + proxy.moneyFormat(item.amount, 2);
- } else if (item.type === "20") {
- return (
- "跟进记录: " +
- "合同总金额 " +
- proxy.moneyFormat(item.amount, 2) +
- ` (${item.contractCode}) `
- );
- }
- };
- const recordShow = (item) => {
- if (
- !(item.fileList && item.fileList.length > 0) &&
- JSON.stringify(item.fileList) !== "[]"
- ) {
- proxy
- .post("/fileInfo/getList", { businessIdList: [item.id] })
- .then((fileObj) => {
- item.fileList = fileObj[item.id] || [];
- });
- }
- };
- const openFile = (path) => {
- window.open(path, "_blank");
- };
- const recordList = ref([]);
- const rowData = ref({});
- const openRecordMore = ref(false);
- const queryParams = ref({
- total: 0,
- pageNum: 1,
- pageSize: 10,
- customerId: "",
- });
- const clickMore = (item) => {
- if (openRecordMore.value === false) {
- queryParams.value.pageNum = 1;
- recordList.value = [];
- rowData.value = item;
- queryParams.value.customerId = item.id;
- }
- proxy.post("/customerFollowRecords/page", queryParams.value).then((res) => {
- recordList.value = recordList.value.concat(res.rows);
- queryParams.value.total = res.total;
- proxy
- .post("/fileInfo/getList", {
- businessIdList: res.rows.map((rows) => rows.id),
- })
- .then((fileObj) => {
- for (let i = 0; i < res.rows.length; i++) {
- recordList.value[
- parseInt(
- i + (queryParams.value.pageNum - 1) * queryParams.value.pageSize
- )
- ].fileList =
- fileObj[
- recordList.value[
- parseInt(
- i +
- (queryParams.value.pageNum - 1) * queryParams.value.pageSize
- )
- ].id
- ] || [];
- }
- });
- });
- openRecordMore.value = true;
- };
- const infiniteScroll = () => {
- queryParams.value.pageNum++;
- clickMore();
- };
- const judgeTotal = () => {
- if (
- queryParams.value.pageNum * queryParams.value.pageSize >=
- queryParams.value.total
- ) {
- return true;
- }
- return false;
- };
- const deleteTop = (item) => {
- proxy.post("/customerTop/delete", { customerId: item.id }).then(() => {
- item.isTop = 0;
- });
- };
- const addTop = (item) => {
- proxy.post("/customerTop/add", { customerId: item.id }).then(() => {
- item.isTop = 1;
- });
- };
- const statisticalData = ref({
- countAmount: 0,
- customerList: [],
- });
- const leftData = ref({});
- const leftDataFour = ref({
- 0: 0,
- 7: 0,
- 30: 0,
- 180: 0,
- });
- const obtainStatisticalData = () => {
- proxy
- .post("/customer/sourceStatistics", { statisticsType: 1, type: "1" })
- .then((res) => {
- leftData.value.source = res;
- });
- proxy
- .post("/customer/sourceStatistics", { statisticsType: 2, type: "1" })
- .then((res) => {
- leftData.value.status = res;
- });
- proxy.post("/customer/tagStatistics", { type: "1" }).then((res) => {
- leftData.value.tag = res;
- });
- proxy.post("/customer/followStatistics", { type: "1" }).then((res) => {
- leftDataFour.value = res;
- });
- };
- obtainStatisticalData();
- const showLeftData = (dictKey, att) => {
- const data = leftData.value[att];
- if (data && data.customerList.length > 0) {
- const current = data.customerList.find((x) => x[att] == dictKey);
- if (current && current.count) {
- return current.count;
- } else {
- return 0;
- }
- }
- };
- const activeSearch = ref("");
- const handleSearch = (value, att) => {
- activeSearch.value = value + att;
- sourceList.value.pagination = {
- total: 0,
- pageNum: 1,
- pageSize: 10,
- keyword: "",
- type: "",
- source: "",
- status: "",
- name: "",
- countryId: "",
- provinceId: "",
- cityId: "",
- customerCode: "",
- userId: "",
- tag: "",
- tags: [],
- };
- if (value || att) {
- sourceList.value.pagination[att] = value;
- }
- getList();
- };
- const handleSearchOne = (type, att = "follow") => {
- activeSearch.value = type + att;
- sourceList.value.pagination = {
- total: 0,
- pageNum: 1,
- pageSize: 10,
- keyword: "",
- type: "",
- source: "",
- status: "",
- name: "",
- countryId: "",
- provinceId: "",
- cityId: "",
- customerCode: "",
- userId: "",
- tag: "",
- tags: [],
- };
- if (type == 4) {
- sourceList.value.pagination.beginDay = -1;
- sourceList.value.pagination.endDay = 7;
- } else if (type == 1) {
- sourceList.value.pagination.beginDay = 7;
- sourceList.value.pagination.endDay = 30;
- } else if (type == 2) {
- sourceList.value.pagination.beginDay = 30;
- sourceList.value.pagination.endDay = 180;
- } else {
- sourceList.value.pagination.beginDay = 180;
- sourceList.value.pagination.endDay = "";
- }
- getList();
- };
- const getNum = (val) => {
- let num = 0;
- if (
- statisticalData.value.customerList &&
- statisticalData.value.customerList.length > 0
- ) {
- statisticalData.value.customerList.map((item) => {
- if (sourceList.value.paginationTwo.statisticsType === 1) {
- if (item.source === val) {
- num = item.count;
- }
- } else if (sourceList.value.paginationTwo.statisticsType === 2) {
- if (item.status === val) {
- num = item.count;
- }
- } else if (sourceList.value.paginationTwo.statisticsType === 3) {
- if (item.userId === val) {
- num = item.count;
- }
- }
- });
- }
- return num;
- };
- const countrySearchData = ref([]);
- const provinceSearchData = ref([]);
- const citySearchData = ref([]);
- const getCitySearchData = (id, type, isChange) => {
- proxy.post("/customizeArea/list", { parentId: id }).then((res) => {
- if (type === "20") {
- provinceSearchData.value = res;
- if (isChange) {
- sourceList.value.pagination.provinceId = "";
- sourceList.value.pagination.provinceName = "";
- sourceList.value.pagination.cityId = "";
- sourceList.value.pagination.cityName = "";
- }
- } else if (type === "30") {
- citySearchData.value = res;
- if (isChange) {
- sourceList.value.pagination.cityId = "";
- sourceList.value.pagination.cityName = "";
- }
- } else {
- countrySearchData.value = res;
- }
- });
- };
- getCitySearchData("0");
- const openSearch = ref(false);
- const formSearchConfig = computed(() => {
- return [
- {
- type: "input",
- prop: "name",
- label: "客户名称",
- itemType: "text",
- },
- {
- type: "input",
- prop: "contactName",
- label: "客户联系人",
- itemType: "text",
- itemWidth: 50,
- },
- {
- type: "input",
- prop: "contactEmail",
- label: "联系人邮箱",
- itemType: "text",
- itemWidth: 50,
- },
- {
- type: "slot",
- slotName: "address",
- label: "所在城市",
- },
- {
- type: "select",
- label: "客户来源",
- prop: "source",
- itemWidth: 50,
- data: customerSource.value,
- clearable: true,
- },
- {
- type: "select",
- label: "客户类型",
- prop: "status",
- itemWidth: 50,
- data: customerStatus.value,
- clearable: true,
- },
- {
- type: "slot",
- slotName: "tags",
- label: "客户标签",
- },
- ];
- });
- const addSearchTag = ref("");
- const addTagSearchShow = ref(false);
- // let copySearch = ref({});
- const moreSearch = () => {
- if (sourceList.value.pagination.tag) {
- sourceList.value.pagination.tags =
- sourceList.value.pagination.tag.split(",");
- } else {
- sourceList.value.pagination.tags = [];
- }
- addTagSearchShow.value = false;
- // copySearch.value = proxy.deepClone(sourceList.value.pagination);
- openSearch.value = true;
- };
- const cancelSearch = () => {
- // sourceList.value.pagination = copySearch.value;
- openSearch.value = false;
- };
- const submitSearch = () => {
- if (
- sourceList.value.pagination.tags &&
- sourceList.value.pagination.tags.length > 0
- ) {
- sourceList.value.pagination.tag =
- sourceList.value.pagination.tags.join(",");
- } else {
- sourceList.value.pagination.tag = "";
- }
- openSearch.value = false;
- sourceList.value.pagination.keyword = "";
- sourceList.value.pagination.pageNum = 1;
- getList();
- };
- const tagSearchClose = (val) => {
- sourceList.value.pagination.tags = sourceList.value.pagination.tags.filter(
- (item) => item !== val
- );
- };
- const changeSearchTag = (val) => {
- sourceList.value.pagination.tags.push(val);
- addTagSearchShow.value = false;
- addSearchTag.value = "";
- };
- const update = (row) => {
- modalType.value = "edit";
- customerId.value = row.id;
- dialogVisible.value = true;
- };
- const table = ref(null);
- onMounted(() => {
- watch(
- () => table.value.statSelectVal,
- (val) => {
- sourceList.value.paginationTwo.statisticsType = val + 1;
- obtainStatisticalData();
- }
- );
- });
- const refreshList = () => {
- dialogVisible.value = false;
- getList();
- };
- const updateList = () => {
- proxy.msgTip("更新中", 2);
- proxy.post("/xiaomanCustomer/updateList").then((res) => {
- setTimeout(() => {
- proxy.msgTip("更新成功", 1);
- }, 300);
- });
- };
- </script>
- <style lang="scss" scoped>
- .tenant {
- padding: 20px;
- }
- .infinite-scroll {
- max-height: calc(89vh - 94px - 70px - 58px - 16px);
- overflow-y: auto;
- &::-webkit-scrollbar {
- width: 0px;
- }
- }
- .by-dropdown {
- position: relative;
- text-align: left;
- height: 32px;
- z-index: 1010;
- padding: 0 10px;
- transition: all 0.5s ease;
- cursor: pointer;
- line-height: 32px;
- .by-dropdown-title {
- font-size: 14px;
- background-color: #fff;
- }
- ul {
- position: absolute;
- left: 0;
- top: 32px;
- padding: 0;
- margin: 0;
- z-index: 1200;
- display: none;
- white-space: nowrap;
- background-color: #fff;
- li {
- list-style: none;
- z-index: 1200;
- font-size: 12px;
- height: 30px;
- padding: 0 10px;
- }
- li:hover {
- background-color: #eff6ff;
- color: #0084ff;
- }
- }
- }
- .by-dropdown::before {
- display: block;
- width: 1px;
- content: " ";
- position: absolute;
- height: 14px;
- top: 8px;
- background-color: #ddd;
- right: 0;
- z-index: 1011;
- }
- .by-dropdown:hover {
- background: #ffffff;
- border-radius: 2px 2px 2px 2px;
- opacity: 1;
- ul {
- background: #ffffff;
- box-shadow: 0px 2px 16px 1px rgba(0, 0, 0, 0.06);
- border-radius: 2px 2px 2px 2px;
- opacity: 1;
- display: block;
- text-align: left;
- }
- }
- .by-dropdown-lists {
- max-height: 50vh;
- overflow-y: auto;
- line-height: 1;
- }
- .statistics-text {
- padding-left: 8px;
- width: 152px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .activeSearch {
- background: #409eff;
- color: #fff;
- border-radius: 2px;
- padding: 0 5px;
- }
- </style>
|