Browse Source

提交

dev
wangshuai 2 years ago
parent
commit
f70c4855fa
33 changed files with 33 additions and 16 deletions
  1. +1
    -1
      manifest.json
  2. +31
    -14
      pages/center/Piabodata/index.vue
  3. +1
    -1
      pages/center/consumer/index.vue
  4. BIN
      static/images/Customer.png
  5. BIN
      static/images/add.png
  6. BIN
      static/images/allimg.png
  7. BIN
      static/images/arrow.png
  8. BIN
      static/images/audioinfo1.png
  9. BIN
      static/images/audioinfo2.png
  10. BIN
      static/images/audioinfo3.png
  11. BIN
      static/images/audioinfo4.png
  12. BIN
      static/images/backTop.png
  13. BIN
      static/images/battery.png
  14. BIN
      static/images/biaoqianya.png
  15. BIN
      static/images/bishang.png
  16. BIN
      static/images/building.png
  17. BIN
      static/images/customerEmpty.png
  18. BIN
      static/images/down.png
  19. BIN
      static/images/down1.png
  20. BIN
      static/images/down2.png
  21. BIN
      static/images/edit.png
  22. BIN
      static/images/exit.png
  23. BIN
      static/images/function1.png
  24. BIN
      static/images/function2.png
  25. BIN
      static/images/function3.png
  26. BIN
      static/images/function4.png
  27. BIN
      static/images/function5.png
  28. BIN
      static/images/function6.png
  29. BIN
      static/images/function7.png
  30. BIN
      static/images/good.png
  31. BIN
      static/images/jianbutton.png
  32. BIN
      static/images/jiantop.png
  33. BIN
      static/images/pike.png

+ 1
- 1
manifest.json View File

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


+ 31
- 14
pages/center/Piabodata/index.vue View File

@@ -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 View File

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


BIN
static/images/Customer.png View File

Before After
Width: 36  |  Height: 36  |  Size: 1.5 KiB Width: 36  |  Height: 36  |  Size: 634 B

BIN
static/images/add.png View File

Before After
Width: 156  |  Height: 156  |  Size: 1.4 KiB Width: 156  |  Height: 156  |  Size: 1.1 KiB

BIN
static/images/allimg.png View File

Before After
Width: 80  |  Height: 80  |  Size: 1.5 KiB Width: 80  |  Height: 80  |  Size: 536 B

BIN
static/images/arrow.png View File

Before After
Width: 24  |  Height: 56  |  Size: 902 B Width: 24  |  Height: 56  |  Size: 250 B

BIN
static/images/audioinfo1.png View File

Before After
Width: 80  |  Height: 80  |  Size: 2.8 KiB Width: 80  |  Height: 80  |  Size: 994 B

BIN
static/images/audioinfo2.png View File

Before After
Width: 80  |  Height: 80  |  Size: 2.9 KiB Width: 80  |  Height: 80  |  Size: 1.0 KiB

BIN
static/images/audioinfo3.png View File

Before After
Width: 80  |  Height: 80  |  Size: 2.5 KiB Width: 80  |  Height: 80  |  Size: 934 B

BIN
static/images/audioinfo4.png View File

Before After
Width: 80  |  Height: 80  |  Size: 2.2 KiB Width: 80  |  Height: 80  |  Size: 832 B

BIN
static/images/backTop.png View File

Before After
Width: 52  |  Height: 68  |  Size: 1.2 KiB Width: 52  |  Height: 68  |  Size: 650 B

BIN
static/images/battery.png View File

Before After
Width: 88  |  Height: 52  |  Size: 913 B Width: 88  |  Height: 52  |  Size: 349 B

BIN
static/images/biaoqianya.png View File

Before After
Width: 1254  |  Height: 374  |  Size: 10 KiB Width: 1254  |  Height: 374  |  Size: 923 B

BIN
static/images/bishang.png View File

Before After
Width: 60  |  Height: 32  |  Size: 1.5 KiB Width: 60  |  Height: 32  |  Size: 650 B

BIN
static/images/building.png View File

Before After
Width: 88  |  Height: 88  |  Size: 2.3 KiB Width: 88  |  Height: 88  |  Size: 925 B

BIN
static/images/customerEmpty.png View File

Before After
Width: 864  |  Height: 856  |  Size: 36 KiB Width: 864  |  Height: 856  |  Size: 14 KiB

BIN
static/images/down.png View File

Before After
Width: 38  |  Height: 22  |  Size: 274 B Width: 38  |  Height: 22  |  Size: 222 B

BIN
static/images/down1.png View File

Before After
Width: 40  |  Height: 24  |  Size: 675 B Width: 40  |  Height: 24  |  Size: 336 B

BIN
static/images/down2.png View File

Before After
Width: 40  |  Height: 24  |  Size: 672 B Width: 40  |  Height: 24  |  Size: 332 B

BIN
static/images/edit.png View File

Before After
Width: 30  |  Height: 30  |  Size: 506 B Width: 30  |  Height: 30  |  Size: 300 B

BIN
static/images/exit.png View File

Before After
Width: 36  |  Height: 36  |  Size: 845 B Width: 36  |  Height: 36  |  Size: 421 B

BIN
static/images/function1.png View File

Before After
Width: 136  |  Height: 136  |  Size: 9.2 KiB Width: 136  |  Height: 136  |  Size: 3.0 KiB

BIN
static/images/function2.png View File

Before After
Width: 136  |  Height: 136  |  Size: 8.5 KiB Width: 136  |  Height: 136  |  Size: 3.0 KiB

BIN
static/images/function3.png View File

Before After
Width: 136  |  Height: 136  |  Size: 7.9 KiB Width: 136  |  Height: 136  |  Size: 2.5 KiB

BIN
static/images/function4.png View File

Before After
Width: 136  |  Height: 136  |  Size: 7.5 KiB Width: 136  |  Height: 136  |  Size: 2.4 KiB

BIN
static/images/function5.png View File

Before After
Width: 136  |  Height: 136  |  Size: 9.9 KiB Width: 136  |  Height: 136  |  Size: 3.1 KiB

BIN
static/images/function6.png View File

Before After
Width: 136  |  Height: 136  |  Size: 7.5 KiB Width: 136  |  Height: 136  |  Size: 2.3 KiB

BIN
static/images/function7.png View File

Before After
Width: 136  |  Height: 136  |  Size: 8.6 KiB Width: 136  |  Height: 136  |  Size: 2.8 KiB

BIN
static/images/good.png View File

Before After
Width: 268  |  Height: 268  |  Size: 38 KiB Width: 268  |  Height: 268  |  Size: 12 KiB

BIN
static/images/jianbutton.png View File

Before After
Width: 44  |  Height: 24  |  Size: 809 B Width: 44  |  Height: 24  |  Size: 288 B

BIN
static/images/jiantop.png View File

Before After
Width: 24  |  Height: 44  |  Size: 844 B Width: 24  |  Height: 44  |  Size: 246 B

BIN
static/images/pike.png View File

Before After
Width: 46  |  Height: 43  |  Size: 1.3 KiB Width: 46  |  Height: 43  |  Size: 759 B

Loading…
Cancel
Save