@@ -17,6 +17,7 @@ export default { | |||||
editBtn: false, | editBtn: false, | ||||
viewBtn: false, | viewBtn: false, | ||||
size: "small", | size: "small", | ||||
tip: false, | |||||
column: [ | column: [ | ||||
{ | { | ||||
label: "代理商", | label: "代理商", | ||||
@@ -96,6 +97,7 @@ export default { | |||||
stripe: true, | stripe: true, | ||||
menuAlign: "center", | menuAlign: "center", | ||||
menuWidth: 146, | menuWidth: 146, | ||||
tip: false, | |||||
menu: true, | menu: true, | ||||
align: "left", | align: "left", | ||||
refreshBtn: false, | refreshBtn: false, | ||||
@@ -153,6 +155,7 @@ export default { | |||||
addBtn: false, | addBtn: false, | ||||
editBtn: false, | editBtn: false, | ||||
viewBtn: false, | viewBtn: false, | ||||
tip: false, | |||||
size: "small", | size: "small", | ||||
column: [ | column: [ | ||||
{ | { | ||||
@@ -228,6 +231,7 @@ export default { | |||||
editBtn: false, | editBtn: false, | ||||
viewBtn: false, | viewBtn: false, | ||||
size: "small", | size: "small", | ||||
tip: false, | |||||
column: [ | column: [ | ||||
{ | { | ||||
label: "客户", | label: "客户", | ||||
@@ -61,7 +61,7 @@ | |||||
padding-top: 18px; | padding-top: 18px; | ||||
" | " | ||||
> | > | ||||
<span style="line-height: 40px" class="demonstration">领用人:</span> | |||||
<span style="line-height: 40px;width: 80px;text-align: right;" class="demonstration">领用人:</span> | |||||
<div style="width: 200px"> | <div style="width: 200px"> | ||||
<el-input maxlength="10" clearable placeholder="领用人" v-model="page.accountName"></el-input> | <el-input maxlength="10" clearable placeholder="领用人" v-model="page.accountName"></el-input> | ||||
</div> | </div> | ||||
@@ -80,7 +80,7 @@ | |||||
padding-top: 18px; | padding-top: 18px; | ||||
" | " | ||||
> | > | ||||
<div style="margin-left: 20px"> | |||||
<div style="margin-left: 80px"> | |||||
<el-button | <el-button | ||||
@click="screening()" | @click="screening()" | ||||
style="background: #2671e2; color: #ffffff" | style="background: #2671e2; color: #ffffff" | ||||
@@ -113,7 +113,7 @@ | |||||
</div> | </div> | ||||
<div style="display: flex"> | <div style="display: flex"> | ||||
<div class="app-titel" style="margin-top: 15px"> | <div class="app-titel" style="margin-top: 15px"> | ||||
<div style="margin-left: 20px"> | |||||
<div style="margin-left: 120px"> | |||||
<el-button type="primary" @click="screen">筛选</el-button> | <el-button type="primary" @click="screen">筛选</el-button> | ||||
</div> | </div> | ||||
<div style="margin-left: 20px"> | <div style="margin-left: 20px"> | ||||
@@ -40,7 +40,7 @@ | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="app-titel" style="margin-top: 15px"> | <div class="app-titel" style="margin-top: 15px"> | ||||
<div style="margin-left: 16px"> | |||||
<div style="margin-left: 71px"> | |||||
<el-button type="primary" @click="noempty()">筛选</el-button> | <el-button type="primary" @click="noempty()">筛选</el-button> | ||||
</div> | </div> | ||||
<div style="margin-left: 20px"> | <div style="margin-left: 20px"> | ||||
@@ -21,8 +21,7 @@ export default { | |||||
{ | { | ||||
sortable: true, | sortable: true, | ||||
label: '接待开始时间', | label: '接待开始时间', | ||||
prop: 'staTime', | |||||
width: '200px', | |||||
prop: 'staTimeOfCN', | |||||
}, | }, | ||||
{ | { | ||||
label: "顾问", | label: "顾问", | ||||
@@ -42,7 +41,6 @@ export default { | |||||
sortable: true, | sortable: true, | ||||
label: "录音时长", | label: "录音时长", | ||||
prop: "mm", | prop: "mm", | ||||
width: "100px", | |||||
}, | }, | ||||
{ | { | ||||
@@ -65,14 +63,12 @@ export default { | |||||
sortable: true, | sortable: true, | ||||
label: "画像标签触达次数", | label: "画像标签触达次数", | ||||
prop: "total", | prop: "total", | ||||
width: '150px', | |||||
}, | }, | ||||
{ | { | ||||
sortable: true, | sortable: true, | ||||
label: "执行率", | label: "执行率", | ||||
prop: "total", | prop: "total", | ||||
width: '150px', | |||||
formatter: data => { | formatter: data => { | ||||
return `${data.fraction || 0}%` | return `${data.fraction || 0}%` | ||||
} | } | ||||
@@ -86,8 +86,8 @@ | |||||
</el-select> | </el-select> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="app-titel" style="margin-top: 15px"> | |||||
<div style="margin-left: 30px"> | |||||
<div class="app-titel" style="margin: 15px 0 0 110px;"> | |||||
<div> | |||||
<el-button type="primary" size="small" @click="screen()" | <el-button type="primary" size="small" @click="screen()" | ||||
>筛选</el-button | >筛选</el-button | ||||
> | > | ||||
@@ -4,7 +4,7 @@ | |||||
<div class="app-top"> | <div class="app-top"> | ||||
<div class="app-titel" style="margin-top: 5px"> | <div class="app-titel" style="margin-top: 5px"> | ||||
<div class="div-lab"> | <div class="div-lab"> | ||||
<div class="label">登录时间:</div> | |||||
<div class="label" style="text-align: right;">登录时间:</div> | |||||
<el-date-picker | <el-date-picker | ||||
v-model="time" | v-model="time" | ||||
type="daterange" | type="daterange" | ||||
@@ -65,7 +65,7 @@ | |||||
</div> | </div> | ||||
<div class="app-titel" style="margin-top: 15px"> | <div class="app-titel" style="margin-top: 15px"> | ||||
<!-- <div class="label" style="color: #ffffff">筛选相关:</div> --> | <!-- <div class="label" style="color: #ffffff">筛选相关:</div> --> | ||||
<div style="margin-left: 20px"> | |||||
<div style="margin-left: 120px"> | |||||
<el-button type="primary" @click="screen" | <el-button type="primary" @click="screen" | ||||
>筛选</el-button | >筛选</el-button | ||||
> | > | ||||
@@ -257,7 +257,8 @@ export default { | |||||
</script> | </script> | ||||
<style lang="scss" scoped="scoped"> | <style lang="scss" scoped="scoped"> | ||||
.app-top { | .app-top { | ||||
width: 100%; | |||||
margin: 0 auto; | |||||
width: 99%; | |||||
background: #ffffff; | background: #ffffff; | ||||
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04); | box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04); | ||||
border-radius: 4px; | border-radius: 4px; | ||||
@@ -39,31 +39,6 @@ | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<!-- | |||||
<div class="div-lab" v-if="orgType!=2"> | |||||
<el-input | |||||
v-model="changeValue" | |||||
clearable | |||||
placeholder="请输入" | |||||
maxlength="10" | |||||
@change="selectChange" | |||||
style="width: 363px" | |||||
> | |||||
<el-select | |||||
v-model="selflag" | |||||
slot="prepend" | |||||
class="input-with-select" | |||||
style="width: 115px" | |||||
placeholder="请选择" | |||||
@change="selChange" | |||||
> | |||||
<el-option label="公司名称" value="1"></el-option> | |||||
<el-option v-if="orgType==0&&activeTotal != 2" label="代理商名称" value="2"></el-option> | |||||
<el-option label="项目名称" value="3"></el-option> | |||||
</el-select> | |||||
</el-input> | |||||
</div> --> | |||||
<div class="div-lab" v-if="orgType == 0"> | <div class="div-lab" v-if="orgType == 0"> | ||||
<el-input v-model="changeValue" clearable placeholder="请输入" maxlength="10" @change="selectChange" | <el-input v-model="changeValue" clearable placeholder="请输入" maxlength="10" @change="selectChange" | ||||
style="width: 363px"> | style="width: 363px"> | ||||
@@ -89,18 +64,10 @@ | |||||
</div> | </div> | ||||
<div class="app-titel" style="margin-top: 5px"> | <div class="app-titel" style="margin-top: 5px"> | ||||
<div class="div-lab"> | <div class="div-lab"> | ||||
<div class="label">地区:</div> | |||||
<div class="label" style="width: 70px;text-align: right;">地区:</div> | |||||
<el-cascader :props="props" @change="locationsChange" placeholder="省/市" size="small" separator="/" | <el-cascader :props="props" @change="locationsChange" placeholder="省/市" size="small" separator="/" | ||||
v-model="provice" clearable></el-cascader> | v-model="provice" clearable></el-cascader> | ||||
</div> | </div> | ||||
<!-- <div class="div-lab" v-if="orgType == 0"> | |||||
<div class="label" style="min-width:70px;">系统运营:</div> | |||||
<el-input maxlength="10" clearable v-model="searchForm.linkman"></el-input> | |||||
</div> | |||||
<div class="div-lab" v-if="orgType == 1"> | |||||
<div class="label" style="min-width:70px;">售后运营:</div> | |||||
<el-input maxlength="10" clearable v-model="searchForm.linkman"></el-input> | |||||
</div> --> | |||||
<div v-if="orgType == 0 || orgType == 1" class="div-lab"> | <div v-if="orgType == 0 || orgType == 1" class="div-lab"> | ||||
<div class="label">运营人员:</div> | <div class="label">运营人员:</div> | ||||
<el-select v-model="searchForm.operationStaffId" placeholder="请选择" class="div-inp" filterable clearable> | <el-select v-model="searchForm.operationStaffId" placeholder="请选择" class="div-inp" filterable clearable> | ||||
@@ -110,7 +77,7 @@ | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="app-titel" style="margin-top: 15px"> | <div class="app-titel" style="margin-top: 15px"> | ||||
<div style="margin-left: 20px"> | |||||
<div style="margin-left: 85px"> | |||||
<el-button type="primary" @click="screen">筛选</el-button> | <el-button type="primary" @click="screen">筛选</el-button> | ||||
</div> | </div> | ||||
<div style="margin-left: 20px"> | <div style="margin-left: 20px"> | ||||
@@ -427,7 +427,7 @@ export default { | |||||
line-height: 6px; | line-height: 6px; | ||||
} | } | ||||
.app-box { | .app-box { | ||||
margin-top: 20px; | |||||
// margin-top: 20px; | |||||
padding: 15px; | padding: 15px; | ||||
} | } | ||||
.block { | .block { | ||||
@@ -288,9 +288,9 @@ | |||||
placeholder="请选择公司" | placeholder="请选择公司" | ||||
> | > | ||||
<el-option | <el-option | ||||
v-for="item in houseList" | |||||
v-for="item in orgList" | |||||
:key="item.id" | :key="item.id" | ||||
:label="item.corporateName" | |||||
:label="item.name" | |||||
:value="item.orgCode" | :value="item.orgCode" | ||||
> | > | ||||
</el-option> | </el-option> | ||||
@@ -42,7 +42,7 @@ | |||||
</div> | </div> | ||||
<div class="app-titel" style="margin-top: 10px"> | <div class="app-titel" style="margin-top: 10px"> | ||||
<div class="label" style="color: #ffffff">筛选相关:</div> | |||||
<div class="label" style="color: #ffffff;min-width: 95px!important;"></div> | |||||
<div style="margin-left: 5px"> | <div style="margin-left: 5px"> | ||||
<el-button @click="screen" type="primary">筛选</el-button> | <el-button @click="screen" type="primary">筛选</el-button> | ||||
</div> | </div> | ||||