wangshuai 2 lat temu
rodzic
commit
f70c4855fa
33 zmienionych plików z 33 dodań i 16 usunięć
  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 Wyświetl plik

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


+ 31
- 14
pages/center/Piabodata/index.vue Wyświetl plik

@@ -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 Wyświetl plik

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


BIN
static/images/Customer.png Wyświetl plik

Przed Po
Szerokość: 36  |  Wysokość: 36  |  Rozmiar: 1.5 KiB Szerokość: 36  |  Wysokość: 36  |  Rozmiar: 634 B

BIN
static/images/add.png Wyświetl plik

Przed Po
Szerokość: 156  |  Wysokość: 156  |  Rozmiar: 1.4 KiB Szerokość: 156  |  Wysokość: 156  |  Rozmiar: 1.1 KiB

BIN
static/images/allimg.png Wyświetl plik

Przed Po
Szerokość: 80  |  Wysokość: 80  |  Rozmiar: 1.5 KiB Szerokość: 80  |  Wysokość: 80  |  Rozmiar: 536 B

BIN
static/images/arrow.png Wyświetl plik

Przed Po
Szerokość: 24  |  Wysokość: 56  |  Rozmiar: 902 B Szerokość: 24  |  Wysokość: 56  |  Rozmiar: 250 B

BIN
static/images/audioinfo1.png Wyświetl plik

Przed Po
Szerokość: 80  |  Wysokość: 80  |  Rozmiar: 2.8 KiB Szerokość: 80  |  Wysokość: 80  |  Rozmiar: 994 B

BIN
static/images/audioinfo2.png Wyświetl plik

Przed Po
Szerokość: 80  |  Wysokość: 80  |  Rozmiar: 2.9 KiB Szerokość: 80  |  Wysokość: 80  |  Rozmiar: 1.0 KiB

BIN
static/images/audioinfo3.png Wyświetl plik

Przed Po
Szerokość: 80  |  Wysokość: 80  |  Rozmiar: 2.5 KiB Szerokość: 80  |  Wysokość: 80  |  Rozmiar: 934 B

BIN
static/images/audioinfo4.png Wyświetl plik

Przed Po
Szerokość: 80  |  Wysokość: 80  |  Rozmiar: 2.2 KiB Szerokość: 80  |  Wysokość: 80  |  Rozmiar: 832 B

BIN
static/images/backTop.png Wyświetl plik

Przed Po
Szerokość: 52  |  Wysokość: 68  |  Rozmiar: 1.2 KiB Szerokość: 52  |  Wysokość: 68  |  Rozmiar: 650 B

BIN
static/images/battery.png Wyświetl plik

Przed Po
Szerokość: 88  |  Wysokość: 52  |  Rozmiar: 913 B Szerokość: 88  |  Wysokość: 52  |  Rozmiar: 349 B

BIN
static/images/biaoqianya.png Wyświetl plik

Przed Po
Szerokość: 1254  |  Wysokość: 374  |  Rozmiar: 10 KiB Szerokość: 1254  |  Wysokość: 374  |  Rozmiar: 923 B

BIN
static/images/bishang.png Wyświetl plik

Przed Po
Szerokość: 60  |  Wysokość: 32  |  Rozmiar: 1.5 KiB Szerokość: 60  |  Wysokość: 32  |  Rozmiar: 650 B

BIN
static/images/building.png Wyświetl plik

Przed Po
Szerokość: 88  |  Wysokość: 88  |  Rozmiar: 2.3 KiB Szerokość: 88  |  Wysokość: 88  |  Rozmiar: 925 B

BIN
static/images/customerEmpty.png Wyświetl plik

Przed Po
Szerokość: 864  |  Wysokość: 856  |  Rozmiar: 36 KiB Szerokość: 864  |  Wysokość: 856  |  Rozmiar: 14 KiB

BIN
static/images/down.png Wyświetl plik

Przed Po
Szerokość: 38  |  Wysokość: 22  |  Rozmiar: 274 B Szerokość: 38  |  Wysokość: 22  |  Rozmiar: 222 B

BIN
static/images/down1.png Wyświetl plik

Przed Po
Szerokość: 40  |  Wysokość: 24  |  Rozmiar: 675 B Szerokość: 40  |  Wysokość: 24  |  Rozmiar: 336 B

BIN
static/images/down2.png Wyświetl plik

Przed Po
Szerokość: 40  |  Wysokość: 24  |  Rozmiar: 672 B Szerokość: 40  |  Wysokość: 24  |  Rozmiar: 332 B

BIN
static/images/edit.png Wyświetl plik

Przed Po
Szerokość: 30  |  Wysokość: 30  |  Rozmiar: 506 B Szerokość: 30  |  Wysokość: 30  |  Rozmiar: 300 B

BIN
static/images/exit.png Wyświetl plik

Przed Po
Szerokość: 36  |  Wysokość: 36  |  Rozmiar: 845 B Szerokość: 36  |  Wysokość: 36  |  Rozmiar: 421 B

BIN
static/images/function1.png Wyświetl plik

Przed Po
Szerokość: 136  |  Wysokość: 136  |  Rozmiar: 9.2 KiB Szerokość: 136  |  Wysokość: 136  |  Rozmiar: 3.0 KiB

BIN
static/images/function2.png Wyświetl plik

Przed Po
Szerokość: 136  |  Wysokość: 136  |  Rozmiar: 8.5 KiB Szerokość: 136  |  Wysokość: 136  |  Rozmiar: 3.0 KiB

BIN
static/images/function3.png Wyświetl plik

Przed Po
Szerokość: 136  |  Wysokość: 136  |  Rozmiar: 7.9 KiB Szerokość: 136  |  Wysokość: 136  |  Rozmiar: 2.5 KiB

BIN
static/images/function4.png Wyświetl plik

Przed Po
Szerokość: 136  |  Wysokość: 136  |  Rozmiar: 7.5 KiB Szerokość: 136  |  Wysokość: 136  |  Rozmiar: 2.4 KiB

BIN
static/images/function5.png Wyświetl plik

Przed Po
Szerokość: 136  |  Wysokość: 136  |  Rozmiar: 9.9 KiB Szerokość: 136  |  Wysokość: 136  |  Rozmiar: 3.1 KiB

BIN
static/images/function6.png Wyświetl plik

Przed Po
Szerokość: 136  |  Wysokość: 136  |  Rozmiar: 7.5 KiB Szerokość: 136  |  Wysokość: 136  |  Rozmiar: 2.3 KiB

BIN
static/images/function7.png Wyświetl plik

Przed Po
Szerokość: 136  |  Wysokość: 136  |  Rozmiar: 8.6 KiB Szerokość: 136  |  Wysokość: 136  |  Rozmiar: 2.8 KiB

BIN
static/images/good.png Wyświetl plik

Przed Po
Szerokość: 268  |  Wysokość: 268  |  Rozmiar: 38 KiB Szerokość: 268  |  Wysokość: 268  |  Rozmiar: 12 KiB

BIN
static/images/jianbutton.png Wyświetl plik

Przed Po
Szerokość: 44  |  Wysokość: 24  |  Rozmiar: 809 B Szerokość: 44  |  Wysokość: 24  |  Rozmiar: 288 B

BIN
static/images/jiantop.png Wyświetl plik

Przed Po
Szerokość: 24  |  Wysokość: 44  |  Rozmiar: 844 B Szerokość: 24  |  Wysokość: 44  |  Rozmiar: 246 B

BIN
static/images/pike.png Wyświetl plik

Przed Po
Szerokość: 46  |  Wysokość: 43  |  Rozmiar: 1.3 KiB Szerokość: 46  |  Wysokość: 43  |  Rozmiar: 759 B

Ładowanie…
Anuluj
Zapisz