Bladeren bron

提交

dev
wangshuai 2 jaren geleden
bovenliggende
commit
f70c4855fa
33 gewijzigde bestanden met toevoegingen van 33 en 16 verwijderingen
  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 Bestand weergeven

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


+ 31
- 14
pages/center/Piabodata/index.vue Bestand weergeven

@@ -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 Bestand weergeven

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


BIN
static/images/Customer.png Bestand weergeven

Voor Na
Breedte: 36  |  Hoogte: 36  |  Grootte: 1.5 KiB Breedte: 36  |  Hoogte: 36  |  Grootte: 634 B

BIN
static/images/add.png Bestand weergeven

Voor Na
Breedte: 156  |  Hoogte: 156  |  Grootte: 1.4 KiB Breedte: 156  |  Hoogte: 156  |  Grootte: 1.1 KiB

BIN
static/images/allimg.png Bestand weergeven

Voor Na
Breedte: 80  |  Hoogte: 80  |  Grootte: 1.5 KiB Breedte: 80  |  Hoogte: 80  |  Grootte: 536 B

BIN
static/images/arrow.png Bestand weergeven

Voor Na
Breedte: 24  |  Hoogte: 56  |  Grootte: 902 B Breedte: 24  |  Hoogte: 56  |  Grootte: 250 B

BIN
static/images/audioinfo1.png Bestand weergeven

Voor Na
Breedte: 80  |  Hoogte: 80  |  Grootte: 2.8 KiB Breedte: 80  |  Hoogte: 80  |  Grootte: 994 B

BIN
static/images/audioinfo2.png Bestand weergeven

Voor Na
Breedte: 80  |  Hoogte: 80  |  Grootte: 2.9 KiB Breedte: 80  |  Hoogte: 80  |  Grootte: 1.0 KiB

BIN
static/images/audioinfo3.png Bestand weergeven

Voor Na
Breedte: 80  |  Hoogte: 80  |  Grootte: 2.5 KiB Breedte: 80  |  Hoogte: 80  |  Grootte: 934 B

BIN
static/images/audioinfo4.png Bestand weergeven

Voor Na
Breedte: 80  |  Hoogte: 80  |  Grootte: 2.2 KiB Breedte: 80  |  Hoogte: 80  |  Grootte: 832 B

BIN
static/images/backTop.png Bestand weergeven

Voor Na
Breedte: 52  |  Hoogte: 68  |  Grootte: 1.2 KiB Breedte: 52  |  Hoogte: 68  |  Grootte: 650 B

BIN
static/images/battery.png Bestand weergeven

Voor Na
Breedte: 88  |  Hoogte: 52  |  Grootte: 913 B Breedte: 88  |  Hoogte: 52  |  Grootte: 349 B

BIN
static/images/biaoqianya.png Bestand weergeven

Voor Na
Breedte: 1254  |  Hoogte: 374  |  Grootte: 10 KiB Breedte: 1254  |  Hoogte: 374  |  Grootte: 923 B

BIN
static/images/bishang.png Bestand weergeven

Voor Na
Breedte: 60  |  Hoogte: 32  |  Grootte: 1.5 KiB Breedte: 60  |  Hoogte: 32  |  Grootte: 650 B

BIN
static/images/building.png Bestand weergeven

Voor Na
Breedte: 88  |  Hoogte: 88  |  Grootte: 2.3 KiB Breedte: 88  |  Hoogte: 88  |  Grootte: 925 B

BIN
static/images/customerEmpty.png Bestand weergeven

Voor Na
Breedte: 864  |  Hoogte: 856  |  Grootte: 36 KiB Breedte: 864  |  Hoogte: 856  |  Grootte: 14 KiB

BIN
static/images/down.png Bestand weergeven

Voor Na
Breedte: 38  |  Hoogte: 22  |  Grootte: 274 B Breedte: 38  |  Hoogte: 22  |  Grootte: 222 B

BIN
static/images/down1.png Bestand weergeven

Voor Na
Breedte: 40  |  Hoogte: 24  |  Grootte: 675 B Breedte: 40  |  Hoogte: 24  |  Grootte: 336 B

BIN
static/images/down2.png Bestand weergeven

Voor Na
Breedte: 40  |  Hoogte: 24  |  Grootte: 672 B Breedte: 40  |  Hoogte: 24  |  Grootte: 332 B

BIN
static/images/edit.png Bestand weergeven

Voor Na
Breedte: 30  |  Hoogte: 30  |  Grootte: 506 B Breedte: 30  |  Hoogte: 30  |  Grootte: 300 B

BIN
static/images/exit.png Bestand weergeven

Voor Na
Breedte: 36  |  Hoogte: 36  |  Grootte: 845 B Breedte: 36  |  Hoogte: 36  |  Grootte: 421 B

BIN
static/images/function1.png Bestand weergeven

Voor Na
Breedte: 136  |  Hoogte: 136  |  Grootte: 9.2 KiB Breedte: 136  |  Hoogte: 136  |  Grootte: 3.0 KiB

BIN
static/images/function2.png Bestand weergeven

Voor Na
Breedte: 136  |  Hoogte: 136  |  Grootte: 8.5 KiB Breedte: 136  |  Hoogte: 136  |  Grootte: 3.0 KiB

BIN
static/images/function3.png Bestand weergeven

Voor Na
Breedte: 136  |  Hoogte: 136  |  Grootte: 7.9 KiB Breedte: 136  |  Hoogte: 136  |  Grootte: 2.5 KiB

BIN
static/images/function4.png Bestand weergeven

Voor Na
Breedte: 136  |  Hoogte: 136  |  Grootte: 7.5 KiB Breedte: 136  |  Hoogte: 136  |  Grootte: 2.4 KiB

BIN
static/images/function5.png Bestand weergeven

Voor Na
Breedte: 136  |  Hoogte: 136  |  Grootte: 9.9 KiB Breedte: 136  |  Hoogte: 136  |  Grootte: 3.1 KiB

BIN
static/images/function6.png Bestand weergeven

Voor Na
Breedte: 136  |  Hoogte: 136  |  Grootte: 7.5 KiB Breedte: 136  |  Hoogte: 136  |  Grootte: 2.3 KiB

BIN
static/images/function7.png Bestand weergeven

Voor Na
Breedte: 136  |  Hoogte: 136  |  Grootte: 8.6 KiB Breedte: 136  |  Hoogte: 136  |  Grootte: 2.8 KiB

BIN
static/images/good.png Bestand weergeven

Voor Na
Breedte: 268  |  Hoogte: 268  |  Grootte: 38 KiB Breedte: 268  |  Hoogte: 268  |  Grootte: 12 KiB

BIN
static/images/jianbutton.png Bestand weergeven

Voor Na
Breedte: 44  |  Hoogte: 24  |  Grootte: 809 B Breedte: 44  |  Hoogte: 24  |  Grootte: 288 B

BIN
static/images/jiantop.png Bestand weergeven

Voor Na
Breedte: 24  |  Hoogte: 44  |  Grootte: 844 B Breedte: 24  |  Hoogte: 44  |  Grootte: 246 B

BIN
static/images/pike.png Bestand weergeven

Voor Na
Breedte: 46  |  Hoogte: 43  |  Grootte: 1.3 KiB Breedte: 46  |  Hoogte: 43  |  Grootte: 759 B

Laden…
Annuleren
Opslaan