lancer 4 lat temu
rodzic
commit
84459c15bc
7 zmienionych plików z 33 dodań i 17 usunięć
  1. +11
    -3
      src/page/check/chose.vue
  2. +2
    -2
      src/page/wel.vue
  3. +1
    -1
      src/views/Customer/AgentManagement.vue
  4. +1
    -1
      src/views/Customer/SalesStage.vue
  5. +5
    -4
      src/views/ReceivingRecords/index.vue
  6. +12
    -5
      src/views/Statistics/trend.vue
  7. +1
    -1
      src/views/building/Count.vue

+ 11
- 3
src/page/check/chose.vue Wyświetl plik

@@ -182,6 +182,8 @@
:current-page="currentPage"
:page-size="10"
:total="total"
layout="total, sizes, prev, pager, next, jumper"
hide-on-single-page
>
</el-pagination>
</div>
@@ -452,10 +454,16 @@ export default {
margin-bottom: 10px;
}
}
.tab:hover{
// color: white;
// background: #ccc;
border: 1px solid #409eff;
}
}
.page {
position: absolute;
bottom: 0;
left: 30%;
// position: absolute;
// bottom: 0;
// left: 30%;
text-align: center;
}
</style>

+ 2
- 2
src/page/wel.vue Wyświetl plik

@@ -595,7 +595,7 @@
<div class="app-box-san">
<div class="zuo">
<div class="title1" style="cursor: pointer;">
<div>{{role==2?'楼盘排名(top10)':'公司排名(top10)'}}</div>
<div>{{role==2?'楼盘排名(TOP10)':'公司排名(TOP10)'}}</div>
<div style="display:flex;">
<div class="text1" style="margin-right:10px;" @click="classatec1=0" :class="{ colostyle: classatec1 == 0 }">接待量</div>
<div class="text1" @click="classatec1=1" :class="{ colostyle: classatec1 == 1 }">平均执行率</div>
@@ -644,7 +644,7 @@
</div>
<div class="you">
<div class="title1" style="cursor: pointer;">
<div>{{role==2?'顾问排名(top10)':'楼盘排名(top10)'}}</div>
<div>{{role==2?'顾问排名(TOP10)':'楼盘排名(TOP10)'}}</div>
<div style="display:flex;">
<div class="text1" style="margin-right:10px;" @click="classatec2=0" :class="{ colostyle: classatec2 == 0 }">接待量</div>
<div class="text1" @click="classatec2=1" :class="{ colostyle: classatec2 == 1 }">平均执行率</div>


+ 1
- 1
src/views/Customer/AgentManagement.vue Wyświetl plik

@@ -32,7 +32,7 @@
</div>
</div>
<div class="app-titel" style="margin-top: 15px">
<div class="label">代理商:</div>
<div class="label">代理商名称:</div>
<div>
<el-input class="div-inp" maxlength="30" clearable v-model="agentName"></el-input>
</div>


+ 1
- 1
src/views/Customer/SalesStage.vue Wyświetl plik

@@ -57,7 +57,7 @@
</el-table>
</div>

<el-dialog title="新增阶段" :visible.sync="dialogVisible" @close="clear">
<el-dialog :title="editFlag==true?'编辑阶段':'新增阶段'" :visible.sync="dialogVisible" @close="clear">
<el-form
:model="ruleForm"
label-position="labelPosition"


+ 5
- 4
src/views/ReceivingRecords/index.vue Wyświetl plik

@@ -134,7 +134,7 @@

<div class="div-lab">
<!-- 默认全部 -->
<div class="label">标记客户:</div>
<div class="label">标记顾问:</div>
<el-select
v-model="searchForm.markAdvisor"
placeholder="请选择"
@@ -304,15 +304,15 @@ export default {
},
{
value: "2",
label: "16-30分钟",
label: "15-30分钟",
},
{
value: "3",
label: "31-60分钟",
label: "30-60分钟",
},
{
value: "4",
label: "61-90分钟",
label: "60-90分钟",
},
{
value: "5",
@@ -434,6 +434,7 @@ export default {
this.findUserListByHouseId();
},
timeChange(e) {
this.searchForm.dateType=null
this.searchForm.staDate = e[0];
this.searchForm.endDate = e[1];
this.houseChange();


+ 12
- 5
src/views/Statistics/trend.vue Wyświetl plik

@@ -9,13 +9,16 @@
style="width: 100px"
placeholder="请选择"
>
<el-option
<!-- <el-option
v-for="item in options"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</el-option> -->
<el-option label="代理商" v-if="orgType==0" value="0"></el-option>
<el-option label="公司" value="1"></el-option>
<el-option label="楼盘" value="2"></el-option>
</el-select>
<!-- -->
<div style="margin-left: 26px" v-if="selValue == 1">
@@ -28,9 +31,9 @@
>
<el-option
v-for="item in houseList"
:key="item.id"
:key="item.orgCode"
:label="item.name"
:value="item.id"
:value="item.orgCode"
>
</el-option>
</el-select>
@@ -363,6 +366,7 @@

<script>
import * as echarts from "echarts";
import topLogsVue from '../../page/index/top/top-logs.vue';
export default {
data() {
return {
@@ -376,11 +380,12 @@ export default {
tableData: [],
secondTab: {},
thirdTab: {},
selValue: "0",
selValue: localStorage.getItem('orgType')==0?'0':'1',
checked: false,
selectTime1: "", //对比时间
selectTime: "", //对比时间
choicValue: localStorage.getItem("houseId"),
orgType:localStorage.getItem('orgType'),
houseList: [],
secindex: "receptionCount",
dateType: 4,
@@ -592,6 +597,7 @@ export default {
this.$api.api
.findMyOrg({
orgType: localStorage.getItem("orgType"),
agentId:localStorage.getItem("agentId")
})
.then((res) => {
this.houseList = res.data;
@@ -601,6 +607,7 @@ export default {
this.$api.api
.findHouseByUser({
orgType: localStorage.getItem("orgType"),
houseId:localStorage.getItem("houseId"),
})
.then((res) => {
this.houseList = res.data;


+ 1
- 1
src/views/building/Count.vue Wyświetl plik

@@ -17,7 +17,7 @@
代理商
</div>
<div
v-if="orgType==0||orgType==0"
v-if="orgType==0||orgType==1"
@click="tapclickyab(2)"
:class="{ activecllasscet: activeTotal == 2 }"
:style="{ background: activeTotal == 2 ? '#2671E2' : '#ffffff' }"


Ładowanie…
Anuluj
Zapisz