2024-10-29 16:58:44 +08:00
|
|
|
<template>
|
|
|
|
|
<ContentWrap>
|
|
|
|
|
<el-form :model="searchForm" label-width="0" inline>
|
|
|
|
|
<el-form-item>
|
|
|
|
|
<el-date-picker
|
|
|
|
|
v-model="searchForm.period"
|
|
|
|
|
type="daterange"
|
|
|
|
|
format="YYYY-MM-DD"
|
|
|
|
|
value-format="YYYY-MM-DD"
|
|
|
|
|
start-placeholder="选择日期"
|
|
|
|
|
end-placeholder="选择日期"
|
|
|
|
|
/>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item>
|
|
|
|
|
<el-input v-model="searchForm.nickname" placeholder="销售姓名" clearable />
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item>
|
|
|
|
|
<el-tree-select
|
|
|
|
|
v-model="searchForm.sourceId"
|
|
|
|
|
:data="sourceOptions"
|
|
|
|
|
:props="defaultProps"
|
|
|
|
|
check-strictly
|
|
|
|
|
node-key="sourceId"
|
|
|
|
|
placeholder="请选择渠道"
|
|
|
|
|
/>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item>
|
|
|
|
|
<el-select v-model="searchForm.cartype" placeholder="选择驾照类型" clearable>
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in cartypeOptions"
|
|
|
|
|
:key="item.value"
|
|
|
|
|
:label="item.label"
|
|
|
|
|
:value="item.value"
|
|
|
|
|
/>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
|
|
|
|
|
<el-form-item>
|
|
|
|
|
<el-button @click="handleSearch">查询</el-button>
|
|
|
|
|
<el-button @click="handleReset">重置</el-button>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-form>
|
|
|
|
|
|
|
|
|
|
<el-table v-loading="loading" :data="tableList" border stripe>
|
|
|
|
|
<el-table-column type="index" width="50" fixed="left" />
|
2024-10-30 16:49:18 +08:00
|
|
|
<el-table-column prop="nickname" label="姓名" width="80" fixed="left">
|
|
|
|
|
<template #default="{ row }">
|
|
|
|
|
<el-button type="primary" style="padding: 0" text @click="handleDetail">{{
|
|
|
|
|
row.nickname
|
|
|
|
|
}}</el-button>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
2024-10-29 16:58:44 +08:00
|
|
|
<el-table-column prop="" sortable min-width="100">
|
|
|
|
|
<template #header>
|
|
|
|
|
<Tooltip message="咨询日期在所选周期内的线索总数" />
|
|
|
|
|
<span>新线索数</span>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="成交数" prop="" sortable min-width="100">
|
|
|
|
|
<template #header>
|
|
|
|
|
<Tooltip message="成交日期在所选周期内的成交数" />
|
|
|
|
|
<span>成交数</span>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="成交率" prop="" sortable min-width="100" />
|
|
|
|
|
<el-table-column label="跟进数/日" prop="" sortable min-width="100" />
|
|
|
|
|
<el-table-column label="成交数/日" prop="" sortable min-width="100" />
|
2024-10-30 16:49:18 +08:00
|
|
|
<el-table-column label="平均成交周期" prop="" sortable min-width="100">
|
|
|
|
|
<template #header>
|
|
|
|
|
<Tooltip message="平均每条成交的线索,从咨询开始到成交所需要的天数" />
|
|
|
|
|
<span>平均成交周期</span>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
2024-10-29 16:58:44 +08:00
|
|
|
<el-table-column prop="" sortable min-width="100">
|
|
|
|
|
<template #header>
|
|
|
|
|
<Tooltip
|
|
|
|
|
message="平均每笔成交订单的公司利润【按照登记,不按审核到账】=总公司利润/总成交数"
|
|
|
|
|
/>
|
|
|
|
|
<span>毛利/单</span>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column prop="" sortable min-width="100">
|
|
|
|
|
<template #header>
|
|
|
|
|
<Tooltip
|
|
|
|
|
message="平均每笔成交订单的额外支出(返费等)【按照登记,不按审核到账】=总支出/总成交数"
|
|
|
|
|
/>
|
|
|
|
|
<span>支出/单</span>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column prop="" sortable min-width="100">
|
|
|
|
|
<template #header>
|
|
|
|
|
<Tooltip message="平均每条线索的成本=总线索成本/新线索条数" />
|
|
|
|
|
<span>线索成本/条</span>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column prop="" sortable min-width="100">
|
|
|
|
|
<template #header>
|
|
|
|
|
<Tooltip message="=(总公司利润-总支出-总线索成本)/总成交数" />
|
|
|
|
|
<span>净利润/单</span>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="总线索成本" prop="" sortable min-width="100" />
|
|
|
|
|
<el-table-column label="总支出" prop="" sortable min-width="100" />
|
|
|
|
|
<el-table-column label="总利润" prop="" sortable min-width="100" />
|
|
|
|
|
<el-table-column prop="" sortable min-width="100">
|
|
|
|
|
<template #header>
|
2024-10-30 16:49:18 +08:00
|
|
|
<Tooltip message="=总利润/(总成本+总支出)" />
|
2024-10-29 16:58:44 +08:00
|
|
|
<span>能效</span>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="撞单数" prop="" sortable min-width="100" />
|
|
|
|
|
<el-table-column label="撞单成交数" prop="" sortable min-width="100" />
|
|
|
|
|
</el-table>
|
2024-10-30 16:49:18 +08:00
|
|
|
|
|
|
|
|
<DialogSalerReportDetail ref="SalerDetailDialog" />
|
2024-10-29 16:58:44 +08:00
|
|
|
</ContentWrap>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script setup name="SalesReport">
|
2024-10-30 16:49:18 +08:00
|
|
|
import DialogSalerReportDetail from './Comp/DialogSalerReportDetail.vue'
|
|
|
|
|
|
2024-10-29 16:58:44 +08:00
|
|
|
import * as reportApi from '@/api/home/reportSignRate'
|
|
|
|
|
import { removeNullField } from '@/utils'
|
|
|
|
|
|
|
|
|
|
onMounted(() => {
|
|
|
|
|
handleReset()
|
|
|
|
|
handleSearch()
|
|
|
|
|
})
|
|
|
|
|
|
2024-10-30 16:49:18 +08:00
|
|
|
const defaultProps = {
|
|
|
|
|
children: 'children',
|
|
|
|
|
label: 'sourceName',
|
|
|
|
|
value: 'sourceId',
|
|
|
|
|
isLeaf: 'leaf'
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
const sourceOptions = ref([])
|
|
|
|
|
const cartypeOptions = ref([])
|
|
|
|
|
|
2024-10-29 16:58:44 +08:00
|
|
|
const searchForm = ref({})
|
|
|
|
|
|
|
|
|
|
function handleReset() {
|
|
|
|
|
searchForm.value = {
|
|
|
|
|
nickname: undefined,
|
2024-10-30 16:49:18 +08:00
|
|
|
period: []
|
2024-10-29 16:58:44 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
const loading = ref(false)
|
|
|
|
|
const tableList = ref([])
|
|
|
|
|
async function handleSearch() {
|
|
|
|
|
loading.value = true
|
|
|
|
|
try {
|
|
|
|
|
const data = await reportApi.getList(removeNullField(searchForm.value))
|
|
|
|
|
tableList.value = data.map((item) => {
|
|
|
|
|
const count = item.monthClueSignRateReportList.reduce(
|
|
|
|
|
(pre, cur) => {
|
|
|
|
|
return {
|
|
|
|
|
signCount: pre.signCount + cur.clueSignNum,
|
|
|
|
|
clueCount: pre.clueCount + cur.followClueNum
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{ signCount: 0, clueCount: 0 }
|
|
|
|
|
)
|
|
|
|
|
const rate = count.clueCount > 0 ? ((count.signCount * 100) / count.clueCount).toFixed(2) : 0
|
|
|
|
|
return {
|
|
|
|
|
...item,
|
|
|
|
|
totalRate: `${rate}%(${count.signCount}/${count.clueCount})`,
|
|
|
|
|
totalRateNum: rate
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
} finally {
|
|
|
|
|
loading.value = false
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2024-10-30 16:49:18 +08:00
|
|
|
const SalerDetailDialog = ref()
|
|
|
|
|
function handleDetail(info) {
|
|
|
|
|
SalerDetailDialog.value.open(info, searchForm.value)
|
|
|
|
|
}
|
|
|
|
|
|
2024-10-29 16:58:44 +08:00
|
|
|
// function monthSort(pre, cur, idx) {
|
|
|
|
|
|
|
|
|
|
// return (
|
|
|
|
|
// Number(pre.monthClueSignRateReportList[idx].rate) -
|
|
|
|
|
// Number(cur.monthClueSignRateReportList[idx].rate)
|
|
|
|
|
// )
|
|
|
|
|
// }
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped></style>
|