lancer 2 years ago
parent
commit
a8177c649a
4 changed files with 17 additions and 11 deletions
  1. +2
    -2
      pages/center/Piabodata/Theteamcompared.vue
  2. +3
    -3
      pages/center/Piabodata/TrendAnalysis.vue
  3. +2
    -1
      pages/center/consumer/edit.vue
  4. +10
    -5
      pages/mine/reception/addreception.vue

+ 2
- 2
pages/center/Piabodata/Theteamcompared.vue View File

@@ -144,10 +144,10 @@
</view> -->
</view>
</view>
<view class="hejibox">
<!-- <view class="hejibox">
<view class="heji">{{!staff1.value?'团队总数':staff1.label}}:{{newTeam3||0}}</view>
<view class="heji">{{!staff2.value?'团队平均':staff2.label}}:{{newAvg3||0}}</view>
</view>
</view> -->
<view class="" v-if=" eharTab.active3 == 1 ">
<view class="danwei">执行率</view>
<view class="uchaserbox">


+ 3
- 3
pages/center/Piabodata/TrendAnalysis.vue View File

@@ -50,10 +50,10 @@
<view class="audonum" v-else>{{item.name}}</view>
<view class="num" >
<view class="" style="width: 35%;">
{{item.num}}
{{index==1?item.num+'%':item.num}}
</view>
<view class="comparesize" v-if="compareFlag&&timepickpickisshow">
<text style="margin-right: 10rpx;">对比:{{item.num1}} </text>
<text style="margin-right: 10rpx;">对比:{{index==1?item.num1+'%':item.num1}} </text>
<text :style="{color:item.num2*1>0?'red':'green'}">{{index==1?item.num2+'%':item.num2}} {{item.num2*1>0?'↑':'↓'}}</text>
</view>
</view>
@@ -658,7 +658,7 @@
}
data.firstList.forEach((item, sdf) => {
that.lineOptsect.categories.push(item.name)
that.lineOptsect.series[0].data.push(data.headerList[sdf].total)
that.lineOptsect.series[0].data.push(data.firstList[sdf].total)
})
// that.lineOptsect.series[0].data = data.lastValue.map(item => item.fraction);
} else {


+ 2
- 1
pages/center/consumer/edit.vue View File

@@ -349,8 +349,9 @@
.conmsg-title{
height: 92rpx;
line-height: 92rpx;
font-weight: bold;
padding: 0 30rpx;
font-weight: 500;
// font-weight: 500;
color: #303030;
font-size: 32rpx;
border-bottom: 1px solid #E0E0E0;


+ 10
- 5
pages/mine/reception/addreception.vue View File

@@ -6,7 +6,7 @@
<view class="title">
<view class="titletext">客户姓名</view>
<view class="titletext2">
<input class="titletext-input" v-model="parames.name" placeholder-class="titletext-input" type="text" placeholder="请输入客户姓名(必填)" />
<input class="titletext-input" style="color: #333333;" v-model="parames.name" placeholder-class="titletext-input" type="text" placeholder="请输入客户姓名(必填)" />
</view>
<view class="titleimg">
<!-- <image class="titleimg1" src="../../../static/images/arrow.png" mode=""></image> -->
@@ -23,7 +23,7 @@
<view class="title">
<view class="titletext">联系电话</view>
<view class="titletext2">
<input class="titletext-input" v-model="parames.phone" placeholder-class="titletext-input" type="text" placeholder="请输入联系电话" />
<input class="titletext-input" style="color: #333333;" v-model="parames.phone" placeholder-class="titletext-input" type="text" placeholder="请输入联系电话" />
</view>
</view>
@@ -40,7 +40,9 @@
<view class="title" style="border: none;" @click="Buildingselection()">
<view class="titletext">客户来源</view>
<view class="titletext2" style="font-size: 30rpx;font-weight: 400;color: #B2B2B2;line-height: 90rpx;padding-left: 10rpx;">
{{parames.sourceName||'请选择客户来源'}}
<!-- {{parames.sourceName||'请选择客户来源'}} -->
<text v-if="parames.sourceName" style="color: #333333;">{{parames.sourceName}}</text>
<text v-else>请选择客户来源</text>
</view>
<view class="titleimg">
<image class="titleimg1" src="../../../static/images/arrow.png" mode=""></image>
@@ -53,7 +55,9 @@
<view class="title" style="border: none;">
<view class="titletext">接待顾问</view>
<view class="titletext2" style="font-size: 30rpx;font-weight: 400;color: #B2B2B2;line-height: 90rpx;padding-left: 10rpx;">
{{text || '请选择接待顾问'}}
<!-- {{text || '请选择接待顾问'}} -->
<text v-if="text" style="color: #333333;">{{text}}</text>
<text v-else>请选择接待顾问</text>
</view>
<view class="titleimg">
<image class="titleimg1" src="../../../static/images/arrow.png" mode=""></image>
@@ -322,12 +326,13 @@
height: 92rpx;
border-bottom: 1rpx solid #E0E0E0;
font-size: 32rpx;
font-weight: 500;
font-weight: bold;
color: #333333;
text-indent: 30rpx;
line-height: 92rpx;
background: #FFFFFF;
margin-top: 20rpx;
padding-left: 10rpx;
}
.chented{
width: 100%;


Loading…
Cancel
Save