corala 1 년 전
부모
커밋
0ef544db57
4개의 변경된 파일26개의 추가작업 그리고 26개의 파일을 삭제
  1. +7
    -7
      pages/center/Piabodata/Customerportrait/Receivedetailabout.vue
  2. +16
    -16
      pages/center/Piabodata/Customerportrait/Receivingrecords.vue
  3. +1
    -1
      pages/center/Piabodata/Groupcontrast.vue
  4. +2
    -2
      pages/center/Piabodata/Userinsightinto.vue

+ 7
- 7
pages/center/Piabodata/Customerportrait/Receivedetailabout.vue 파일 보기

@@ -187,7 +187,7 @@
<view class="pingfenbox">
<view :class="{ activecllasscet: zhixingcenterindex == 0 }" @click="recordclick(0)">销讲总执行率{{totalRate}}%
</view>
<view v-if="methodsisshow==true" :class="{ activecllasscet: zhixingcenterindex == 1 }"
<view v-if="methodsisshow" :class="{ activecllasscet: zhixingcenterindex == 1 }"
@click="recordclick(1)">禁忌执行</view>
</view>
<view v-if="zhixingcenterindex == 0" class="cenisbox">
@@ -238,7 +238,7 @@
</view>
</view>
<view v-if="zhixingcenterindex == 1">
<view v-if="prohibitedlist.length!=0" class="title1-12" @click="tapbadge(item)"
<view v-if="prohibitedlist.length" class="title1-12" @click="tapbadge(item)"
v-for="(item,index) in prohibitedlist" :key='index'>{{index+1}}.{{item}}</view>
<view v-if="prohibitedlist.length==0" style="width: 100%;text-align: center;margin-top: 60rpx;">暂无数据
</view>
@@ -273,13 +273,13 @@
<view class="jianbox-cen">
<view class="jianboxtext">{{item.name}}</view>
<view class="jianboxjian" @click="Acquishow(index)">
<image v-if="item.isshow==false" class="jiantop" src="/static/images/jiantop.png" mode="">
</image>
<image v-if="item.isshow==true" class="jiantop1" src="/static/images/jianbutton.png"
<image v-if="item.isshow" class="jiantop1" src="/static/images/jianbutton.png"
mode=""></image>
<image v-else class="jiantop" src="/static/images/jiantop.png" mode="">
</image>
</view>
</view>
<view style="width: 690rpx;margin: 0 auto;display: flex;flex-wrap: wrap;" v-if="item.isshow==true">
<view style="width: 690rpx;margin: 0 auto;display: flex;flex-wrap: wrap;" v-if="item.isshow">
<view class="sdfsaf" v-if="chend.showType==0" v-for="(chend,i) in item.children" :key='i'
@click="argece(chend)">
<view class="jiangshang sdfsaf">{{chend.text}}</view>
@@ -299,7 +299,7 @@
v-if="Acquirecustomerintentlist2.length==0">
暂无数据
</view>
<view class="jianbox" v-if="Acquirecustomerintentlist2.length!=0"
<view class="jianbox" v-if="Acquirecustomerintentlist2.length"
v-for="(item,index) in Acquirecustomerintentlist2" :key='index'>
<view class="jianbox-cen">
<view class="jianboxtext">{{item.name}}</view>


+ 16
- 16
pages/center/Piabodata/Customerportrait/Receivingrecords.vue 파일 보기

@@ -4,29 +4,29 @@
<view class="screeningview" @click="clickscreening(1)">
<view>{{ showFillterText }}</view>
<view class="viewimg">
<image v-if="screeningshow1==false" src="../../../../static/images/down1.png" mode=""></image>
<image v-if="screeningshow1==true" src="../../../../static/images/down2.png" mode=""></image>
<image v-if="screeningshow1" src="../../../../static/images/down2.png" mode=""></image>
<image v-else src="../../../../static/images/down1.png" mode=""></image>
</view>
</view>
<view class="screeningview" @click="clickscreening(2)">
<view>客户</view>
<view class="viewimg">
<image v-if="screeningshow2==false" src="../../../../static/images/down1.png" mode=""></image>
<image v-if="screeningshow2==true" src="../../../../static/images/down2.png" mode=""></image>
<image v-if="screeningshow2" src="../../../../static/images/down2.png" mode=""></image>
<image v-else src="../../../../static/images/down1.png" mode=""></image>
</view>
</view>
<view class="screeningview" @click="clickscreening(3)">
<view>置业顾问</view>
<view class="viewimg">
<image v-if="screeningshow3==false" src="../../../../static/images/down1.png" mode=""></image>
<image v-if="screeningshow3==true" src="../../../../static/images/down2.png" mode=""></image>
<image v-if="screeningshow3" src="../../../../static/images/down2.png" mode=""></image>
<image v-else src="../../../../static/images/down1.png" mode=""></image>
</view>
</view>
<view style="border: none;" class="screeningview" @click="clickscreening(4)">
<view>语义词</view>
<view class="viewimg">
<image v-if="screeningshow4==false" src="../../../../static/images/down1.png" mode=""></image>
<image v-if="screeningshow4==true" src="../../../../static/images/down2.png" mode=""></image>
<image v-if="screeningshow4" src="../../../../static/images/down2.png" mode=""></image>
<image v-else src="../../../../static/images/down1.png" mode=""></image>
</view>
</view>
</view>
@@ -74,8 +74,8 @@
</view>
<!-- 1 -->
<view v-if="screeningshow1==true" class="call_zhezhao" @click="allcancel()"></view>
<view v-if="screeningshow1==true" class="timepick">
<view v-if="screeningshow1" class="call_zhezhao" @click="allcancel()"></view>
<view v-if="screeningshow1" class="timepick">
<view class="tiempickbox">
<view :class="{ timeactive: activetime == 0 }" @click="activetimetab(0, '今日')">今日</view>
<view :class="{ timeactive: activetime == 1 }" @click="activetimetab(1, '昨日')">昨日</view>
@@ -89,8 +89,8 @@
</view>
<!-- 2 -->
<view v-if="screeningshow2==true" class="call_zhezhao" @click="allcancel()"></view>
<view v-if="screeningshow2==true" class="userinput">
<view v-if="screeningshow2" class="call_zhezhao" @click="allcancel()"></view>
<view v-if="screeningshow2" class="userinput">
<view class="inputdlex">
<view class="flexzuo">
<input class="flexinput" @confirm="searchinfo()" v-model="name" type="text" placeholder="请输入客户名" />
@@ -101,8 +101,8 @@
<!-- 3 -->
<view v-if="screeningshow3==true" class="call_zhezhao" @click="allcancel()"></view>
<view v-if="screeningshow3==true" class="userinput">
<view v-if="screeningshow3" class="call_zhezhao" @click="allcancel()"></view>
<view v-if="screeningshow3" class="userinput">
<view class="inputdlex">
<view class="flexzuo">
<input class="flexinput" @confirm="searchinfo()" v-model="agentName" type="text" placeholder="请输入顾问名" />
@@ -112,8 +112,8 @@
</view>
<!-- 4 -->
<view v-if="screeningshow4==true" class="call_zhezhao" @click="allcancel()"></view>
<view v-if="screeningshow4==true" class="yuyipick">
<view v-if="screeningshow4" class="call_zhezhao" @click="allcancel()"></view>
<view v-if="screeningshow4" class="yuyipick">
<view class="inputdlex">
<!-- <view :class="{ timeactive111: keywordsId == item.keywordsId }" @click="semantictap(index)"
v-for="(item,index) in semanticlist" :key="index">{{item.name}}</view> -->


+ 1
- 1
pages/center/Piabodata/Groupcontrast.vue 파일 보기

@@ -378,7 +378,7 @@
this.receptionCountList('1', '/cusLvStatistics/groupComparisonReception')
// 接待时长
this.receptionCountList('2', '/cusLvStatistics/groupComparisonReceptionTime')
// 小将排名
// 销讲排名
this.receptionCountList('3', '/cusLvStatistics/groupComparisonTalkRank')
// 顾问牌名
this.receptionCountList('4', '/cusLvStatistics/groupComparisonTalkRankByConsultant')


+ 2
- 2
pages/center/Piabodata/Userinsightinto.vue 파일 보기

@@ -36,8 +36,8 @@
<view class="num">{{item.num}}</view>
</view>
</view>
<view v-if="Afolding==true" class="anclack" @click="anclick(1)">展开 <u-icon style="margin-left: 8rpx;" label-color='#666666' name="arrow-down"></u-icon></view>
<view v-if="Afolding==false" class="anclack" @click="anclick(2)">收起 <u-icon style="margin-left: 8rpx;" label-color='#666666' name="arrow-up"></u-icon></view>
<view v-if="Afolding" class="anclack" @click="anclick(1)">展开 <u-icon style="margin-left: 8rpx;" label-color='#666666' name="arrow-down"></u-icon></view>
<view v-else class="anclack" @click="anclick(2)">收起 <u-icon style="margin-left: 8rpx;" label-color='#666666' name="arrow-up"></u-icon></view>
</view>
<view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>


불러오는 중...
취소
저장