wangshuai před 2 roky
rodič
revize
f70c4855fa
33 změnil soubory, kde provedl 33 přidání a 16 odebrání
  1. +1
    -1
      manifest.json
  2. +31
    -14
      pages/center/Piabodata/index.vue
  3. +1
    -1
      pages/center/consumer/index.vue
  4. binární
      static/images/Customer.png
  5. binární
      static/images/add.png
  6. binární
      static/images/allimg.png
  7. binární
      static/images/arrow.png
  8. binární
      static/images/audioinfo1.png
  9. binární
      static/images/audioinfo2.png
  10. binární
      static/images/audioinfo3.png
  11. binární
      static/images/audioinfo4.png
  12. binární
      static/images/backTop.png
  13. binární
      static/images/battery.png
  14. binární
      static/images/biaoqianya.png
  15. binární
      static/images/bishang.png
  16. binární
      static/images/building.png
  17. binární
      static/images/customerEmpty.png
  18. binární
      static/images/down.png
  19. binární
      static/images/down1.png
  20. binární
      static/images/down2.png
  21. binární
      static/images/edit.png
  22. binární
      static/images/exit.png
  23. binární
      static/images/function1.png
  24. binární
      static/images/function2.png
  25. binární
      static/images/function3.png
  26. binární
      static/images/function4.png
  27. binární
      static/images/function5.png
  28. binární
      static/images/function6.png
  29. binární
      static/images/function7.png
  30. binární
      static/images/good.png
  31. binární
      static/images/jianbutton.png
  32. binární
      static/images/jiantop.png
  33. binární
      static/images/pike.png

+ 1
- 1
manifest.json Zobrazit soubor

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


+ 31
- 14
pages/center/Piabodata/index.vue Zobrazit soubor

@@ -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 Zobrazit soubor

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


binární
static/images/Customer.png Zobrazit soubor

Před Za
Šířka: 36  |  Výška: 36  |  Velikost: 1.5 KiB Šířka: 36  |  Výška: 36  |  Velikost: 634 B

binární
static/images/add.png Zobrazit soubor

Před Za
Šířka: 156  |  Výška: 156  |  Velikost: 1.4 KiB Šířka: 156  |  Výška: 156  |  Velikost: 1.1 KiB

binární
static/images/allimg.png Zobrazit soubor

Před Za
Šířka: 80  |  Výška: 80  |  Velikost: 1.5 KiB Šířka: 80  |  Výška: 80  |  Velikost: 536 B

binární
static/images/arrow.png Zobrazit soubor

Před Za
Šířka: 24  |  Výška: 56  |  Velikost: 902 B Šířka: 24  |  Výška: 56  |  Velikost: 250 B

binární
static/images/audioinfo1.png Zobrazit soubor

Před Za
Šířka: 80  |  Výška: 80  |  Velikost: 2.8 KiB Šířka: 80  |  Výška: 80  |  Velikost: 994 B

binární
static/images/audioinfo2.png Zobrazit soubor

Před Za
Šířka: 80  |  Výška: 80  |  Velikost: 2.9 KiB Šířka: 80  |  Výška: 80  |  Velikost: 1.0 KiB

binární
static/images/audioinfo3.png Zobrazit soubor

Před Za
Šířka: 80  |  Výška: 80  |  Velikost: 2.5 KiB Šířka: 80  |  Výška: 80  |  Velikost: 934 B

binární
static/images/audioinfo4.png Zobrazit soubor

Před Za
Šířka: 80  |  Výška: 80  |  Velikost: 2.2 KiB Šířka: 80  |  Výška: 80  |  Velikost: 832 B

binární
static/images/backTop.png Zobrazit soubor

Před Za
Šířka: 52  |  Výška: 68  |  Velikost: 1.2 KiB Šířka: 52  |  Výška: 68  |  Velikost: 650 B

binární
static/images/battery.png Zobrazit soubor

Před Za
Šířka: 88  |  Výška: 52  |  Velikost: 913 B Šířka: 88  |  Výška: 52  |  Velikost: 349 B

binární
static/images/biaoqianya.png Zobrazit soubor

Před Za
Šířka: 1254  |  Výška: 374  |  Velikost: 10 KiB Šířka: 1254  |  Výška: 374  |  Velikost: 923 B

binární
static/images/bishang.png Zobrazit soubor

Před Za
Šířka: 60  |  Výška: 32  |  Velikost: 1.5 KiB Šířka: 60  |  Výška: 32  |  Velikost: 650 B

binární
static/images/building.png Zobrazit soubor

Před Za
Šířka: 88  |  Výška: 88  |  Velikost: 2.3 KiB Šířka: 88  |  Výška: 88  |  Velikost: 925 B

binární
static/images/customerEmpty.png Zobrazit soubor

Před Za
Šířka: 864  |  Výška: 856  |  Velikost: 36 KiB Šířka: 864  |  Výška: 856  |  Velikost: 14 KiB

binární
static/images/down.png Zobrazit soubor

Před Za
Šířka: 38  |  Výška: 22  |  Velikost: 274 B Šířka: 38  |  Výška: 22  |  Velikost: 222 B

binární
static/images/down1.png Zobrazit soubor

Před Za
Šířka: 40  |  Výška: 24  |  Velikost: 675 B Šířka: 40  |  Výška: 24  |  Velikost: 336 B

binární
static/images/down2.png Zobrazit soubor

Před Za
Šířka: 40  |  Výška: 24  |  Velikost: 672 B Šířka: 40  |  Výška: 24  |  Velikost: 332 B

binární
static/images/edit.png Zobrazit soubor

Před Za
Šířka: 30  |  Výška: 30  |  Velikost: 506 B Šířka: 30  |  Výška: 30  |  Velikost: 300 B

binární
static/images/exit.png Zobrazit soubor

Před Za
Šířka: 36  |  Výška: 36  |  Velikost: 845 B Šířka: 36  |  Výška: 36  |  Velikost: 421 B

binární
static/images/function1.png Zobrazit soubor

Před Za
Šířka: 136  |  Výška: 136  |  Velikost: 9.2 KiB Šířka: 136  |  Výška: 136  |  Velikost: 3.0 KiB

binární
static/images/function2.png Zobrazit soubor

Před Za
Šířka: 136  |  Výška: 136  |  Velikost: 8.5 KiB Šířka: 136  |  Výška: 136  |  Velikost: 3.0 KiB

binární
static/images/function3.png Zobrazit soubor

Před Za
Šířka: 136  |  Výška: 136  |  Velikost: 7.9 KiB Šířka: 136  |  Výška: 136  |  Velikost: 2.5 KiB

binární
static/images/function4.png Zobrazit soubor

Před Za
Šířka: 136  |  Výška: 136  |  Velikost: 7.5 KiB Šířka: 136  |  Výška: 136  |  Velikost: 2.4 KiB

binární
static/images/function5.png Zobrazit soubor

Před Za
Šířka: 136  |  Výška: 136  |  Velikost: 9.9 KiB Šířka: 136  |  Výška: 136  |  Velikost: 3.1 KiB

binární
static/images/function6.png Zobrazit soubor

Před Za
Šířka: 136  |  Výška: 136  |  Velikost: 7.5 KiB Šířka: 136  |  Výška: 136  |  Velikost: 2.3 KiB

binární
static/images/function7.png Zobrazit soubor

Před Za
Šířka: 136  |  Výška: 136  |  Velikost: 8.6 KiB Šířka: 136  |  Výška: 136  |  Velikost: 2.8 KiB

binární
static/images/good.png Zobrazit soubor

Před Za
Šířka: 268  |  Výška: 268  |  Velikost: 38 KiB Šířka: 268  |  Výška: 268  |  Velikost: 12 KiB

binární
static/images/jianbutton.png Zobrazit soubor

Před Za
Šířka: 44  |  Výška: 24  |  Velikost: 809 B Šířka: 44  |  Výška: 24  |  Velikost: 288 B

binární
static/images/jiantop.png Zobrazit soubor

Před Za
Šířka: 24  |  Výška: 44  |  Velikost: 844 B Šířka: 24  |  Výška: 44  |  Velikost: 246 B

binární
static/images/pike.png Zobrazit soubor

Před Za
Šířka: 46  |  Výška: 43  |  Velikost: 1.3 KiB Šířka: 46  |  Výška: 43  |  Velikost: 759 B

Načítá se…
Zrušit
Uložit