wangshuai 2 år sedan
förälder
incheckning
f70c4855fa
33 ändrade filer med 33 tillägg och 16 borttagningar
  1. +1
    -1
      manifest.json
  2. +31
    -14
      pages/center/Piabodata/index.vue
  3. +1
    -1
      pages/center/consumer/index.vue
  4. Binär
      static/images/Customer.png
  5. Binär
      static/images/add.png
  6. Binär
      static/images/allimg.png
  7. Binär
      static/images/arrow.png
  8. Binär
      static/images/audioinfo1.png
  9. Binär
      static/images/audioinfo2.png
  10. Binär
      static/images/audioinfo3.png
  11. Binär
      static/images/audioinfo4.png
  12. Binär
      static/images/backTop.png
  13. Binär
      static/images/battery.png
  14. Binär
      static/images/biaoqianya.png
  15. Binär
      static/images/bishang.png
  16. Binär
      static/images/building.png
  17. Binär
      static/images/customerEmpty.png
  18. Binär
      static/images/down.png
  19. Binär
      static/images/down1.png
  20. Binär
      static/images/down2.png
  21. Binär
      static/images/edit.png
  22. Binär
      static/images/exit.png
  23. Binär
      static/images/function1.png
  24. Binär
      static/images/function2.png
  25. Binär
      static/images/function3.png
  26. Binär
      static/images/function4.png
  27. Binär
      static/images/function5.png
  28. Binär
      static/images/function6.png
  29. Binär
      static/images/function7.png
  30. Binär
      static/images/good.png
  31. Binär
      static/images/jianbutton.png
  32. Binär
      static/images/jiantop.png
  33. Binär
      static/images/pike.png

+ 1
- 1
manifest.json Visa fil

@@ -1,5 +1,5 @@
{
"name" : "数智工牌",
"name" : "去房质控管家",
"appid" : "__UNI__D88F14A",
"description" : "AI营销助理",
"versionName" : "1.1.0",


+ 31
- 14
pages/center/Piabodata/index.vue Visa fil

@@ -77,9 +77,15 @@
<view class="heji">均值:25</view>
</view> -->
<view class="danwei">{{danwei}} </view>
<view class="uchaserbox" >
<qiun-data-charts type="line" :chartData="lineOptsect" :opts="optionsobj" background="none" :ontouch="true"
canvasId="wangxiaohuaerlingilingwuyiba1" :canvas2d="true" />
<view class="uchaserbox">
<template v-if="danwei == '单位(%)'">
<qiun-data-charts type="line" :chartData="lineOptsect" :opts="lineOpts" background="none"
:ontouch="true" canvasId="wangxiaohuaerlingilingwuyiba1" :canvas2d="true" />
</template>
<template v-else>
<qiun-data-charts type="line" :chartData="lineOptsect" background="none" :ontouch="true"
canvasId="wangxiaohuaerlingilingwuyiba1" :canvas2d="true" />
</template>
</view>
</view>

@@ -93,13 +99,13 @@
<view class="title2-che" style="width: 220rpx;">{{team.label}}
<image class="righttochoose" src="../../../static/images/righttochoose.png" mode=""></image>
</view>
</view>
</view>
<view class="danwei">单位(%)</view>
<view class="uchaserbox">
<qiun-data-charts type="line" :chartData="lineOptsect1" background="none" :ontouch="true"
canvasId="wangxiaohuaerlineryiliwuyibao" :canvas2d="true" />
canvasId="wangxiaohuaerlineryiliwuyibao" :canvas2d="true" :opts="lineOpts" />
</view>
</view>
</view>
@@ -124,8 +130,8 @@
</view> -->
<view class="danwei">单位(%)</view>
<view class="uchaserbox">
<qiun-data-charts type="line" :chartData="lineOptsect2" background="none" :ontouch="true"
canvasId="wangxiaohuaerlingeryilingwuyibao" :canvas2d="true" />
<qiun-data-charts type="line" :chartData="lineOptsect2" background="none" :ontouch="true"
canvasId="wangxiaohuaerlingeryilingwuyibao" :canvas2d="true" :opts="lineOpts" />
</view>
</view>
</view>
@@ -147,7 +153,8 @@
<view class="heji">合计:50</view>
<view class="heji">均值:25</view>
</view> -->
<view style="width: 100%;height: 300rpx;text-align: center;line-height: 300rpx;" v-if="newlisttabinfo.length==0">暂无数据</view>
<view style="width: 100%;height: 300rpx;text-align: center;line-height: 300rpx;"
v-if="newlisttabinfo.length==0">暂无数据</view>
<view v-else class="jindu" style="margin-top: 20rpx;">
<scroll-view style="height: 300rpx;" scroll-y="true">
<view class="jindu-box" v-for="(item,index) in newlisttabinfo" :key="index">
@@ -175,7 +182,8 @@
:is-scroll="true">
</u-tabs-swiper>
</view>
<view style="width: 100%;height: 300rpx;text-align: center;line-height: 300rpx;" v-if="newlisttabinfo1.length==0">暂无数据</view>
<view style="width: 100%;height: 300rpx;text-align: center;line-height: 300rpx;"
v-if="newlisttabinfo1.length==0">暂无数据</view>
<view class="jindu" v-else>
<scroll-view style="height: 300rpx;" scroll-y="true">
<view class="jindu-box" v-for="(item,index) in newlisttabinfo1" :key="index">
@@ -314,7 +322,15 @@
Groupcontrastisshow: false,
allechar: [],
allList: [],
optionsobj:{}

lineOpts: {
yAxis: {
data: [{
max: 100,
min: 0,
}]
}
},
};
},
onShow() {
@@ -336,21 +352,21 @@
// 获取维度
this.getindexZxl()
},
onPullDownRefresh(){
onPullDownRefresh() {
// 获取员工
this.getStaffList()
// 获取团队
this.getSectionList()
// 获取团队是否显示权限
// 获取简报
this.getReport()
// 获取接待趋势
this.getRtrent()
// 获取维度
this.getindexZxl()
setTimeout(function () {
uni.stopPullDownRefresh();
setTimeout(function() {
uni.stopPullDownRefresh();
}, 1000);
},
methods: {
@@ -634,6 +650,7 @@
}
this.bocindex = index;
this.lineOptsect = allobj
this.$forceUpdate()
},
tapspagek3(index) {
let arr = []


+ 1
- 1
pages/center/consumer/index.vue Visa fil

@@ -676,7 +676,7 @@
this.screen = {
agentId: '',
agentIdtext: '',
visitRecord: '',
visitRecord: [],
record: [],
cunsumerTips: '',
cunsumerTipsid: '',


Binär
static/images/Customer.png Visa fil

Före Efter
Bredd: 36  |  Höjd: 36  |  Storlek: 1.5 KiB Bredd: 36  |  Höjd: 36  |  Storlek: 634 B

Binär
static/images/add.png Visa fil

Före Efter
Bredd: 156  |  Höjd: 156  |  Storlek: 1.4 KiB Bredd: 156  |  Höjd: 156  |  Storlek: 1.1 KiB

Binär
static/images/allimg.png Visa fil

Före Efter
Bredd: 80  |  Höjd: 80  |  Storlek: 1.5 KiB Bredd: 80  |  Höjd: 80  |  Storlek: 536 B

Binär
static/images/arrow.png Visa fil

Före Efter
Bredd: 24  |  Höjd: 56  |  Storlek: 902 B Bredd: 24  |  Höjd: 56  |  Storlek: 250 B

Binär
static/images/audioinfo1.png Visa fil

Före Efter
Bredd: 80  |  Höjd: 80  |  Storlek: 2.8 KiB Bredd: 80  |  Höjd: 80  |  Storlek: 994 B

Binär
static/images/audioinfo2.png Visa fil

Före Efter
Bredd: 80  |  Höjd: 80  |  Storlek: 2.9 KiB Bredd: 80  |  Höjd: 80  |  Storlek: 1.0 KiB

Binär
static/images/audioinfo3.png Visa fil

Före Efter
Bredd: 80  |  Höjd: 80  |  Storlek: 2.5 KiB Bredd: 80  |  Höjd: 80  |  Storlek: 934 B

Binär
static/images/audioinfo4.png Visa fil

Före Efter
Bredd: 80  |  Höjd: 80  |  Storlek: 2.2 KiB Bredd: 80  |  Höjd: 80  |  Storlek: 832 B

Binär
static/images/backTop.png Visa fil

Före Efter
Bredd: 52  |  Höjd: 68  |  Storlek: 1.2 KiB Bredd: 52  |  Höjd: 68  |  Storlek: 650 B

Binär
static/images/battery.png Visa fil

Före Efter
Bredd: 88  |  Höjd: 52  |  Storlek: 913 B Bredd: 88  |  Höjd: 52  |  Storlek: 349 B

Binär
static/images/biaoqianya.png Visa fil

Före Efter
Bredd: 1254  |  Höjd: 374  |  Storlek: 10 KiB Bredd: 1254  |  Höjd: 374  |  Storlek: 923 B

Binär
static/images/bishang.png Visa fil

Före Efter
Bredd: 60  |  Höjd: 32  |  Storlek: 1.5 KiB Bredd: 60  |  Höjd: 32  |  Storlek: 650 B

Binär
static/images/building.png Visa fil

Före Efter
Bredd: 88  |  Höjd: 88  |  Storlek: 2.3 KiB Bredd: 88  |  Höjd: 88  |  Storlek: 925 B

Binär
static/images/customerEmpty.png Visa fil

Före Efter
Bredd: 864  |  Höjd: 856  |  Storlek: 36 KiB Bredd: 864  |  Höjd: 856  |  Storlek: 14 KiB

Binär
static/images/down.png Visa fil

Före Efter
Bredd: 38  |  Höjd: 22  |  Storlek: 274 B Bredd: 38  |  Höjd: 22  |  Storlek: 222 B

Binär
static/images/down1.png Visa fil

Före Efter
Bredd: 40  |  Höjd: 24  |  Storlek: 675 B Bredd: 40  |  Höjd: 24  |  Storlek: 336 B

Binär
static/images/down2.png Visa fil

Före Efter
Bredd: 40  |  Höjd: 24  |  Storlek: 672 B Bredd: 40  |  Höjd: 24  |  Storlek: 332 B

Binär
static/images/edit.png Visa fil

Före Efter
Bredd: 30  |  Höjd: 30  |  Storlek: 506 B Bredd: 30  |  Höjd: 30  |  Storlek: 300 B

Binär
static/images/exit.png Visa fil

Före Efter
Bredd: 36  |  Höjd: 36  |  Storlek: 845 B Bredd: 36  |  Höjd: 36  |  Storlek: 421 B

Binär
static/images/function1.png Visa fil

Före Efter
Bredd: 136  |  Höjd: 136  |  Storlek: 9.2 KiB Bredd: 136  |  Höjd: 136  |  Storlek: 3.0 KiB

Binär
static/images/function2.png Visa fil

Före Efter
Bredd: 136  |  Höjd: 136  |  Storlek: 8.5 KiB Bredd: 136  |  Höjd: 136  |  Storlek: 3.0 KiB

Binär
static/images/function3.png Visa fil

Före Efter
Bredd: 136  |  Höjd: 136  |  Storlek: 7.9 KiB Bredd: 136  |  Höjd: 136  |  Storlek: 2.5 KiB

Binär
static/images/function4.png Visa fil

Före Efter
Bredd: 136  |  Höjd: 136  |  Storlek: 7.5 KiB Bredd: 136  |  Höjd: 136  |  Storlek: 2.4 KiB

Binär
static/images/function5.png Visa fil

Före Efter
Bredd: 136  |  Höjd: 136  |  Storlek: 9.9 KiB Bredd: 136  |  Höjd: 136  |  Storlek: 3.1 KiB

Binär
static/images/function6.png Visa fil

Före Efter
Bredd: 136  |  Höjd: 136  |  Storlek: 7.5 KiB Bredd: 136  |  Höjd: 136  |  Storlek: 2.3 KiB

Binär
static/images/function7.png Visa fil

Före Efter
Bredd: 136  |  Höjd: 136  |  Storlek: 8.6 KiB Bredd: 136  |  Höjd: 136  |  Storlek: 2.8 KiB

Binär
static/images/good.png Visa fil

Före Efter
Bredd: 268  |  Höjd: 268  |  Storlek: 38 KiB Bredd: 268  |  Höjd: 268  |  Storlek: 12 KiB

Binär
static/images/jianbutton.png Visa fil

Före Efter
Bredd: 44  |  Höjd: 24  |  Storlek: 809 B Bredd: 44  |  Höjd: 24  |  Storlek: 288 B

Binär
static/images/jiantop.png Visa fil

Före Efter
Bredd: 24  |  Höjd: 44  |  Storlek: 844 B Bredd: 24  |  Höjd: 44  |  Storlek: 246 B

Binär
static/images/pike.png Visa fil

Före Efter
Bredd: 46  |  Höjd: 43  |  Storlek: 1.3 KiB Bredd: 46  |  Höjd: 43  |  Storlek: 759 B

Laddar…
Avbryt
Spara