|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055 |
- <template>
- <view class="cented-box">
- <view class="Switchingbox">
- <view class="Switching1">
- <image class="Switching1-img" src="../../static/images/building.png" mode=""></image>
- </view>
- <view class="Switching2">项目:</view>
- <view class="Switching3">{{buildingname}}</view>
- <view class="Switching4" v-if="buildingishow" @click="piskbuilding()">切换项目</view>
- </view>
-
- <view class="title" style="margin-top: 30rpx;" v-if="Myworkcard">我的工牌</view>
- <view v-if="Myworkcard">
- <view class="Workcard" v-if="Whetheroffline==true">
- <view class="Workcard-box">
- <view class="Workcardimg">
- <view class="Workcardimg1">
- <view v-if="percentage>20" class="bar" :style="{width : percentage + '%' }"></view>
- <view v-if="percentage<20" class="bar1" :style="{width : percentage + '%' }"></view>
- </view>
- </view>
- <view class="Workcardtext">电量:{{percentage}}%</view>
- </view>
- <view class="Workcard-box">
- <view class="Workcardimg">
- <image v-if="signalDevice==''" class="Workcardimg2" src="../../static/images/signal0.png"
- mode=""></image>
- <image v-else-if="signalDevice<20 && signalDevice>0" class="Workcardimg2"
- src="../../static/images/signal1.png" mode=""></image>
- <image v-else-if="signalDevice<50 && signalDevice>20" class="Workcardimg2"
- src="../../static/images/signal2.png" mode=""></image>
- <image v-else-if="signalDevice<70 && signalDevice>50" class="Workcardimg2"
- src="../../static/images/signal3.png" mode=""></image>
- <image v-else-if="signalDevice<90 && signalDevice>70" class="Workcardimg2"
- src="../../static/images/signal4.png" mode=""></image>
- <image v-else-if="signalDevice<=100 && signalDevice>90" class="Workcardimg2"
- src="../../static/images/signal5.png" mode=""></image>
- </view>
- <view class="Workcardtext">信号:{{signalDevicetext}}</view>
- </view>
- <view class="Workcard-box">
- <view class="Workcardimg">
- <image v-if="audioStatus=='true'" class="Workcardimg3"
- src="../../static/images/Thtapedrive1.png" mode=""></image>
- <image v-if="audioStatus=='false'" class="Workcardimg3"
- src="../../static/images/Thtapedrive2.png" mode=""></image>
- </view>
- <view v-if="audioStatus=='true'" class="Workcardtext">录音:已开启</view>
- <view v-if="audioStatus=='false'" class="Workcardtext">录音:未开启</view>
- </view>
- </view>
- <view class="Workcard" v-if="Whetheroffline==false">
- <view class="Workcard-box">
- <view class="Workcardimg">
- <image class="Workcardimg4" src="../../static/images/offline.png" mode=""></image>
- </view>
- <view class="Workcardtext">设备离线</view>
- </view>
- </view>
- </view>
-
- <view class="title" v-if="equipmentisshow">设备</view>
- <view class="shebenbox" v-if="equipmentisshow" >
- <view class="shebenche" @click="tapjumpequipment(0)">
- <view class="shebenchenum">{{equipmentobj.totalNum || 0}}</view>
- <view class="shebenchetext">设备总数</view>
- </view>
- <view class="shebenche" @click="tapjumpequipment(1)">
- <view class="shebenchenum">{{equipmentobj.onlineNum || 0}}</view>
- <view class="shebenchetext">在线</view>
- </view>
- <view class="shebenche" @click="tapjumpequipment(3)">
- <view class="shebenchenum">{{equipmentobj.activeNum || 0}}</view>
- <view class="shebenchetext">活跃</view>
- </view>
- <view class="shebenche" @click="tapjumpequipment(2)">
- <view class="shebenchenum" style="color: red;">{{equipmentobj.lowPowerNum || 0}}</view>
- <view class="shebenchetext">急需充电</view>
- </view>
- </view>
-
-
-
- <view class="title">实时统计</view>
- <!-- <view class="real-timebox">
- <view class="timebox">
-
- </view>
- <view class="timebox">
-
- </view>
- </view> -->
-
- <view class="real-timebox">
- <view class="timebox">
- <view class="real" @click="tapjumpreception('1')">
- <view class="realnum">{{realtimeobj.receptionCount || 0}}</view>
- <view class="realtext">接待量</view>
- </view>
- <view class="real" @click="tapjumpreception('6')">
- <view class="realnum">{{realtimeobj.activeCustomer|| 0}}</view>
- <view class="realtext">有效接待</view>
- </view>
- <view class="real" @click="tapjumpreception('2')">
- <view class="realnum">{{realtimeobj.receivingCustomer || 0}}</view>
- <view class="realtext">正在接待</view>
- </view>
- <view class="real" @click="tapjumpreception('4')">
- <view class="realnum">{{realtimeobj.tagCustomer || 0}}</view>
- <view class="realtext">未标顾问</view>
- </view>
- </view>
- <view class="timebox">
- <view class="real" @click="tapjumpreception('1')">
- <view class="realnum">{{realtimeobj.avgDuration|| 0}}</view>
- <view class="realtext">平均接待时长</view>
- </view>
- <view class="real" @click="tapjumpreception('1')">
- <view class="realnum">{{realtimeobj.fraction || 0}}%</view>
- <view class="realtext">平均执行率</view>
- </view>
- <view class="real" >
- <view @click="prohibitedtap(1)" v-if="methodsisshow==true" class="realnum" style="color: red;" >{{realtimeobj.prohibitedCustomer || 0}}</view>
- <view @click="prohibitedtap(1)" v-if="methodsisshow==true" class="realtext">违禁预警</view>
- </view>
- <view class="real">
- <view class="realnum"></view>
- <view class="realtext"></view>
- </view>
-
- </view>
- </view>
-
-
-
- <view class="title" style="display: flex;">
- <view style="width: 55%;">概览</view>
- <view class="cet" style="display: flex;">
- <view class="cetview" :class="{ activecllasscet: zhixingcenterindex == 2 }" @click="tabtimeclick(2)">近7天</view>
- <view class="cetview" :class="{ activecllasscet: zhixingcenterindex == 6 }" @click="tabtimeclick(6)">近30天</view>
- <view class="cetview" :class="{ activecllasscet: zhixingcenterindex == 7 }" @click="tabtimeclick(7)">自定义</view>
- </view>
- </view>
- <view class="real-timebox">
- <view class="timebox">
- <view class="real" @click="tapjumpreception('3')">
- <view class="realnum">{{Thisweekobj.receptionCount || 0}}</view>
- <view class="realtext">接待量</view>
- </view>
- <view class="real" @click="tapjumpreception('7')">
- <view class="realnum">{{Thisweekobj.activeCustomer|| 0}}</view>
- <view class="realtext">有效接待</view>
- </view>
- <view class="real" @click="tapjumpreception('3')">
- <view class="realnum">{{Thisweekobj.fraction || 0}}%</view>
- <view class="realtext">平均执行率</view>
- </view>
- </view>
- <view class="timebox">
- <view class="real" @click="tapjumpreception('3')">
- <view class="realnum">{{Thisweekobj.avgDuration|| 0}}</view>
- <view class="realtext">平均接待时长</view>
- </view>
- <view class="real" @click="prohibitedtap(2)" v-if="methodsisshow==true">
- <view class="realnum" style="color: red;" >{{Thisweekobj.prohibitedCustomer || 0}}</view>
- <view class="realtext">违禁预警</view>
- </view>
- <view class="real" v-else>
- <view class="realnum"></view>
- <view class="realtext"></view>
- </view>
- <view class="real">
- <view class="realnum"></view>
- <view class="realtext"></view>
- </view>
- </view>
- </view>
-
- <view class="title">常用功能</view>
- <view class="commonly-box">
- <!-- 权限菜单控制显隐 因为后台添加的按钮权限并不会在此返回所以需要手动添加 showMenu -->
- <view class="commonly" @click="Piabodata(item.name)" v-for="(item,index) in Menulist" :key="index" v-if="showMenu(item.name)">
- <view class="commonly-img">
- <image v-if="item.name=='客户管理'" class="commonly-img1" src="../../static/images/function1.png"
- mode=""></image>
- <image v-if="item.name=='接待记录'" class="commonly-img1" src="../../static/images/function2.png"
- mode=""></image>
- <image v-if="item.name=='销讲数据'" class="commonly-img1" src="../../static/images/function4.png"
- mode=""></image>
- <image v-if="item.name=='设备管理'" class="commonly-img1" src="../../static/images/function5.png"
- mode=""></image>
- <image v-if="item.name=='值班顾问'" class="commonly-img1" src="../../static/images/function6.png"
- mode=""></image>
- <image v-if="item.name=='顾问排名'" class="commonly-img1" src="../../static/images/rankingguwen.png"
- mode=""></image>
- <image v-if="item.name=='违禁记录'" class="commonly-img1" src="../../static/images/prohibited.png"
- mode=""></image>
- </view>
- <view class="commonly-text">{{item.name}}</view>
- </view>
- </view>
-
-
- <!-- 项目切换 -->
- <view v-if="Showhiddenunits">
- <u-select :mask-close-able="false" v-model="Showhiddenunits" mode="single-column" :list="lpanlist"
- @cancel="cancel" @confirm="confirm"></u-select>
- </view>
- <u-calendar v-model="totalTimeShow" mode="range" @change="totalTimeChange"></u-calendar>
- <u-tabbar activeColor="#1296db" inactiveColor="#999999" v-model="current" :list="tabbarList"></u-tabbar>
- <view class="update" v-if="isShowUpdate">
- <view class="updateBox">
- <view class="top">
- <image src="../../static/images/updateIcon.png"></image>
- </view>
- <view class="content">
- <view class="tit">{{tit}}</view>
- <u-parse class="ql-editor" :content="content" @preview="preview" @navigate="navigate"/>
- <!-- <rich-text :nodes="content"></rich-text> -->
- </view>
- <view class="btn" @click="lookDetail">查看详情</view>
- <view class="close" @click="close">
- <u-icon name="close-circle" size="80" color="#FFFFFF"></u-icon>
- </view>
- </view>
- </view>
- </view>
- </template>
-
- <script>
- var config = require("../../config");
- var util = require("../../utils/util.js");
- import tabbarList from '@/utils/tabbar.js'
- import uParse from '../../components/gaoyia-parse/parse.vue'
- export default {
- data() {
- return {
- id:"",
- isShowUpdate:false,
- tit:"",
- content:"",
- tabbarList:tabbarList,
- current: 0,
- userInfo: {},
- Showhiddenunits: false,
- lpanlist: [], //项目列表
- buildingname: '', //项目名
- buildingID: '', //项目id
- buildingishow: false, //是否选择项目
- Myworkcard: false,
- percentage: '', //设备电量
- Whetheroffline: false, //是否离线
- signalDevice: 0, //信号
- signalDevicetext: "",
- audioStatus: false,
- equipmentisshow: false,
- equipmentobj: {
- totalNum: '',
- onlineNum: '',
- activeNum: '',
- lowPowerNum: '',
- },
- Menulist: [],
- realtimeobj: {
- sumCustomer: '',
- receivingCustomer: '',
- activeCustomer: '',
- prohibitedCustomer: '',
- tagCustomer: '',
- fraction: '',
- receptionCount:''
- },
- Thisweekobj: {
- sumCustomer: '',
- receivingCustomer: '',
- activeCustomer: '',
- prohibitedCustomer: '',
- tagCustomer: '',
- fraction: '',
- receptionCount:''
- },
- methodsisshow:false,
- zhixingcenterindex:2,
- totalTimeShow: false,
- statDateStart:'',
- statDateEnd:'',
- };
- },
- computed: {
- showMenu() {
- return name => {
- if (name == '标记有效无效接待' || name == '结束接待' || name == '客户编辑') {
- return false
- } else {
- return true
- }
- }
- }
- },
- components: {
- uParse
- },
- onShow() {
- this.getMenu()
-
- this.userInfo = uni.getStorageSync('weapp_session_userInfo_data');
-
- if(this.userInfo.dataCode==6 || this.userInfo.dataCode==3){
- this.methodsisshow=false;
- }else{
- this.methodsisshow=true;
- }
- if (this.userInfo.zkProperties.length == 1) {
- this.buildingID = uni.getStorageSync('buildingID').id;
- this.buildingname = uni.getStorageSync('buildingID').name;
- this.buildingishow = false;
- } else {
- this.buildingishow = true;
- this.buildingname = uni.getStorageSync('buildingID').name;
- this.buildingID = uni.getStorageSync('buildingID').id;
- this.userInfo.zkProperties.forEach(item => {
- item.label = item.propertyName;
- item.value = item.id
- })
- this.lpanlist = this.userInfo.zkProperties
- }
- if (this.userInfo.dataCode == 6) {
- this.Myworkcard = true;
- this.equipmentisshow = false;
- this.iniodianloang()
- } else {
- this.equipmentisshow = true;
- this.Myworkcard = false;
- this.initequipment()
- }
- this.initworkThisWeek()
- this.initrealTimeStatistics()
- this.updateInit()
- },
- onPullDownRefresh() {
- this.getMenu()
-
- this.userInfo = uni.getStorageSync('weapp_session_userInfo_data');
- if (this.userInfo.dataCode == 6 || this.userInfo.dataCode == 3) {
- this.methodsisshow = false;
- } else {
- this.methodsisshow = true;
- }
- if (this.userInfo.zkProperties.length == 1) {
- this.buildingID = uni.getStorageSync('buildingID').id;
- this.buildingname = uni.getStorageSync('buildingID').name;
- this.buildingishow = false;
- } else {
- this.buildingishow = true;
- this.buildingname = uni.getStorageSync('buildingID').name;
- this.buildingID = uni.getStorageSync('buildingID').id;
- this.userInfo.zkProperties.forEach(item => {
- item.label = item.propertyName;
- item.value = item.id
- })
- this.lpanlist = this.userInfo.zkProperties
- }
- if (this.userInfo.dataCode == 6) {
- // this.Myworkcard = true;
- this.equipmentisshow = false;
- this.iniodianloang()
- } else {
- this.equipmentisshow = true;
- // this.Myworkcard = false;
- this.initequipment()
- // this.waitForOperation()
- }
- this.initworkThisWeek()
- this.initrealTimeStatistics()
- setTimeout(() => {
- uni.stopPullDownRefresh()
- }, 3000)
- },
- onLoad() {
- this.initPopup()
- },
- methods: {
- close(){
- this.isShowUpdate = false;
- },
- lookDetail(){
- let link = encodeURIComponent(JSON.stringify(this.content))
- uni.navigateTo({
- url: "../mine/messageDetail?content=" + link + "&id=" + this.id+"&tit="+this.tit
- })
- let data = {
- id:this.id,
- accountId:uni.getStorageSync('weapp_session_userInfo_data').accountId
- }
- uni.request({
- url: config.service.updateRead,
- method: "GET",
- header: {
- 'content-type': 'application/json',
- 'Access-Token': uni.getStorageSync('weapp_session_login_data').token
- },
- data,
- success: (res) => {
- this.initPopup()
- }
- })
- this.isShowUpdate = false;
- },
- initPopup(){
- uni.request({
- url: config.service.updatePopup,
- method: "GET",
- header: {
- 'content-type': 'application/json',
- 'Access-Token': uni.getStorageSync('weapp_session_login_data').token
- },
- success: (res) => {
- this.first(res.data.data.id)
- this.content = res.data.data.content
- this.tit = res.data.data.title
- this.aid = res.data.data.accountId
- this.id = res.data.data.id
- this.isShowUpdate = res.data.data.readFlag==0?true:false;
- }
- })
- },
- first(id){
- uni.request({
- url: config.service.firstShowPopup,
- method: "GET",
- header: {
- 'content-type': 'application/json',
- 'Access-Token': uni.getStorageSync('weapp_session_login_data').token
- },
- data:{id},
- success: (res) => {
- }
- })
- },
- updateInit() {
- uni.request({
- url: config.service.notReadNum,
- method: "GET",
- data: {
- id: uni.getStorageSync('weapp_session_userInfo_data').accountId
- },
- header: {
- 'content-type': 'application/json',
- 'Access-Token': uni.getStorageSync('weapp_session_login_data').token
- },
- success: (res) => {
- this.count = res.data.data
- this.tabbarList[3].count = res.data.data
- }
- })
- },
-
- //获取权限
- getMenu(){
- this.$u.get("/user/getMenu").then(data => {
- uni.setStorageSync("weapp_session_Menu_data", data)
- this.Menulist = uni.getStorageSync('weapp_session_Menu_data');
- console.log(this.Menulist, 'adasdasds123')
- })
- },
- //自定义时间
- totalTimeChange(e) {
- this.statDateStart=e.startDate;
- this.statDateEnd=e.endDate;
- this.zhixingcenterindex=7;
- this.initworkThisWeek()
- },
- //时间选择
- tabtimeclick(i){
- if(i==7){
- this.totalTimeShow = true;
- }else{
- this.zhixingcenterindex=i;
- this.initworkThisWeek()
- }
- },
- //获取概览数据
- initworkThisWeek() {
- uni.request({
- url: config.service.workThisWeek,
- method: "POST",
- header: {
- 'content-type': 'application/json',
- 'Access-Token': uni.getStorageSync('weapp_session_login_data').token
- },
- data: {
- houseId: this.buildingID,
- dateType:this.zhixingcenterindex==7?null:this.zhixingcenterindex,
- statDateStart:this.statDateStart,
- statDateEnd:this.statDateEnd
- },
- success: (data) => {
- if (data.data.data == null) {
- return
- } else {
- this.Thisweekobj = {
- sumCustomer: data.data.data.sumCustomer,
- receivingCustomer: data.data.data.receivingCustomer,
- activeCustomer: data.data.data.activeCustomer,
- prohibitedCustomer: data.data.data.prohibitedCustomer,
- avgDuration: Math.floor(data.data.data.avgDuration/60) ||0,
- tagCustomer: data.data.data.tagCustomer,
- fraction: data.data.data.fraction,
- receptionCount:data.data.data.receptionCount
- }
- }
- }
- })
- },
- //实时统计
- initrealTimeStatistics() {
- uni.request({
- url: config.service.realTimeStatistics,
- method: "POST",
- header: {
- 'content-type': 'application/json',
- 'Access-Token': uni.getStorageSync('weapp_session_login_data').token
- },
- data: {
- houseId: this.buildingID
- },
- success: (data) => {
- if (data.data.data == null) {
- return
- } else {
- this.realtimeobj = {
- sumCustomer: data.data.data.sumCustomer,
- receivingCustomer: data.data.data.receivingCustomer,
- activeCustomer: data.data.data.activeCustomer,
- prohibitedCustomer: data.data.data.prohibitedCustomer,
- avgDuration: Math.floor(data.data.data.avgDuration/60) ||0,
- tagCustomer: data.data.data.tagCustomer,
- fraction: data.data.data.fraction,
- receptionCount:data.data.data.receptionCount
- }
- }
- }
- })
- },
-
- //设备
- initequipment() {
- uni.request({
- url: config.service.findEquipmentState,
- method: "POST",
- header: {
- 'content-type': 'application/json',
- 'Access-Token': uni.getStorageSync('weapp_session_login_data').token
- },
- data: {
- propertyId: this.buildingID
- },
- success: (data) => {
- if (data.data.data == null) {
- return
- } else {
- this.equipmentobj = {
- totalNum: data.data.data.totalNum,
- onlineNum: data.data.data.onlineNum,
- activeNum: data.data.data.activeNum,
- lowPowerNum: data.data.data.lowPowerNum,
- }
- }
- }
- })
- },
- //我的工牌
- iniodianloang() {
- uni.request({
- url: config.service.findElectricity,
- method: "POST",
- header: {
- 'content-type': 'application/json',
- 'Access-Token': uni.getStorageSync('weapp_session_login_data').token
- },
- data: {},
- success: (data) => {
- if (data.data.data == null) {
- return
- } else {
- if (data.data.data > 100) {
- this.percentage = 100;
- } else {
- if (data.data.data.onLine == 0) {
- this.Whetheroffline = false;
- } else {
- this.Whetheroffline = true;
- this.percentage = data.data.data.electricity;
- this.signalDevice = data.data.data.signalDevice / 1;
- console.log(this.signalDevice)
- this.audioStatus = data.data.data.audioStatus;
- if (this.signalDevice > 80) {
- this.signalDevicetext = '高';
- } else {
- if (this.signalDevice == 0) {
- this.signalDevicetext = '无';
- } else {
- this.signalDevicetext = '低';
- }
- }
- }
-
- }
- }
- }
- })
- },
- //选择项目弹框
- piskbuilding() {
- // this.Showhiddenunits = true;
- uni.navigateTo({
- url:"../mine/selectBuilding"
- })
- },
- // 项目选择确认
- confirm(e) {
- this.buildingname = e[0].label;
- this.buildingID = e[0].value;
- let lopan = {
- id: e[0].value,
- name: e[0].label
- }
- uni.setStorageSync("buildingID", lopan); //项目id写入缓存
- this.initworkThisWeek()
- this.initrealTimeStatistics()
- this.initequipment()
- this.iniodianloang()
-
- },
- // 项目选择取消
- cancel() {
- this.Showhiddenunits = false;
- },
- tapjumpequipment(i){
- this.Menulist.forEach(item=>{
- if(item.name=='设备管理'){
- uni.navigateTo({
- url: '/pages/mine/equipment/index?active='+i
- });
- }
- })
- },
- prohibitedtap(i){
- if(i==1){
- uni.navigateTo({
- url: '/pages/center/prohibited/index?refresh='+'refresh'+'&activeTotal='+'0'+'&violatedStatus=1'
- });
- }else{
- if(this.zhixingcenterindex==2){
- uni.navigateTo({
- url: '/pages/center/prohibited/index?refresh='+'refresh'+'&activeTotal='+'2'+'&violatedStatus=1'
- });
- }else if(this.zhixingcenterindex==6){
- uni.navigateTo({
- url: '/pages/center/prohibited/index?refresh='+'refresh'+'&activeTotal='+'3'+'&violatedStatus=1'
- });
- }else{
- uni.navigateTo({
- url: '/pages/center/prohibited/index?refresh='+'refresh'+'&activeTotal='+'4'+'&staTime='+this.statDateStart+'&endtime='+this.statDateEnd+'&violatedStatus=1'
- });
- }
- }
- },
- tapjumpreception(i){
- this.Menulist.forEach(item=>{
- if(item.name=='接待记录'){
- if(i==1){
- uni.navigateTo({
- url: '/pages/center/records/index?refresh='+'refresh'+'&activeTotal='+'0'
- });
- }else if(i==2){
- uni.switchTab({
- url: '/pages/index/customer'
- });
- }else if(i==3){
- if(this.zhixingcenterindex==2){
- uni.navigateTo({
- url: '/pages/center/records/index?refresh='+'refresh'+'&activeTotal='+'2'
- });
- }else if(this.zhixingcenterindex==6){
- uni.navigateTo({
- url: '/pages/center/records/index?refresh='+'refresh'+'&activeTotal='+'3'
- });
- }else{
- uni.navigateTo({
- url: '/pages/center/records/index?refresh='+'refresh'+'&activeTotal='+'4'+'&staTime='+this.statDateStart+'&endtime='+this.statDateEnd
- });
- }
-
- }else if(i==6){
- uni.navigateTo({
- url: '/pages/center/records/index?refresh='+'refresh'+'&activeTotal='+'0'+'&validInvalid=0'
- });
- }else if(i==7){
- if(this.zhixingcenterindex==2){
- uni.navigateTo({
- url: '/pages/center/records/index?refresh='+'refresh'+'&activeTotal='+'2'+'&validInvalid=0'
- });
- }else if(this.zhixingcenterindex==6){
- uni.navigateTo({
- url: '/pages/center/records/index?refresh='+'refresh'+'&activeTotal='+'3'+'&validInvalid=0'
- });
- }else{
- uni.navigateTo({
- url: '/pages/center/records/index?refresh='+'refresh'+'&activeTotal='+'4'+'&staTime='+this.statDateStart+'&endtime='+this.statDateEnd+'&validInvalid=0'
- });
- }
- }else{
- uni.navigateTo({
- url: '/pages/center/records/index?refresh='+'refresh'+'&activeTotal=0'+'&markAdvisor=0'
- });
- }
- }
- })
- },
- Piabodata(item) {
- if (item == '销讲数据') {
- uni.navigateTo({
- url: '/pages/center/Piabodata/index'
- });
- } else if (item == '接待记录') {
- uni.navigateTo({
- url: '/pages/center/records/index?refresh='+'refresh'
- });
- } else if (item == '值班顾问') {
- uni.navigateTo({
- url: '/pages/mine/consultanonduty/index'
- });
- } else if (item == '设备管理') {
- uni.navigateTo({
- url: '/pages/mine/equipment/index'
- });
- } else if(item == '顾问排名') {
- uni.navigateTo({
- url: '/pages/center/Piabodata/Employeesstatistics'
- });
- }else if(item == '违禁记录'){
- uni.navigateTo({
- url: '/pages/center/prohibited/index?refresh='+'refresh'
- });
- }else{
- uni.navigateTo({
- url: '/pages/center/consumer/index?refresh='+'refresh'
- });
- }
- },
- },
-
- };
- </script>
-
- <style lang="scss" scoped>
- .update{
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, 0.5);
- position: fixed;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- z-index: 9999;
- .updateBox{
- width: 80%;
- background: #FFFFFF;
- position: relative;
- left: 50%;
- margin-left: -40%;
- padding: 20rpx;
- border-radius: 10rpx;
- top: 140rpx;
- .top{
- width: 350rpx;
- height: 220rpx;
- margin: 0 auto;
- image{
- width: 100%;
- height: 100%;
- }
- }
- .btn{
- width: 510rpx;
- height: 88rpx;
- background: #2671E2;
- margin: 0 auto;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 36rpx;
- border-radius: 8rpx;
- color: #FFFFFF;
- }
- .content{
- height: 268rpx;
- overflow-y: auto;
- margin: 46rpx 0;
- }
- .tit{
- font-size: 40rpx;
- text-align: center;
- font-weight: bold;
- }
- .close{
- position: absolute;
- bottom: -100rpx;
- left: 50%;
- margin-left: -50rpx;
- }
- }
- }
- .activecllasscet{
- font-size: 28rpx;
- font-weight: 400;
- color: #008ef2;
- }
- .cet{
- font-size: 28rpx;
- font-weight: 400;
- color: #333333;
- .cetview{
- margin-left: 20rpx;
- }
- }
- .cented-box {
- padding: 30rpx;
- background: #F8F8F8;
- width: 100%;
- height: 100%;
- }
-
- .Switchingbox {
- width: 100%;
- height: 44rpx;
- display: flex;
- align-items: center;
-
- .Switching1 {
- width: 44rpx;
- height: 44rpx;
-
- .Switching1-img {
- width: 44rpx;
- height: 44rpx;
- }
- }
-
- .Switching2 {
- margin-left: 12rpx;
- font-size: 32rpx;
- color: #303030;
- font-weight: 500;
- }
-
- .Switching3 {
- width: calc(100% - 280rpx);
- font-size: 32rpx;
- color: #303030;
- font-weight: 500;
- }
-
- .Switching4 {
- width: 112rpx;
- font-size: 28rpx;
- color: #303030;
- font-weight: 400;
- text-align: right;
- text-decoration: underline
- }
- }
-
- .Workcard {
- width: 100%;
- background: #FFFFFF;
- height: 154rpx;
- box-shadow: 0px 0px 12px 0px rgba(224, 224, 224, 0.3);
- border-radius: 12rpx;
- display: flex;
-
- .Workcard-box {
- flex: 1;
- height: 100%;
-
- .Workcardimg {
- width: 100%;
- display: flex;
- justify-content: center;
- margin-top: 42rpx;
-
- .Workcardimg1 {
- width: 64rpx;
- height: 36rpx;
- background-image: url(../../static/images/battery.png);
- background-size: 100% 100%;
- padding: 8rpx;
-
- .bar {
- background-color: #43CD80;
- height: 100%;
- border-radius: 4rpx;
- }
-
- .bar1 {
- background-color: red;
- height: 100%;
- border-radius: 4rpx;
- }
- }
-
- .Workcardimg2 {
- width: 56rpx;
- height: 36rpx;
- }
-
- .Workcardimg3 {
- width: 34rpx;
- height: 36rpx;
- }
-
- .Workcardimg4 {
- width: 50rpx;
- height: 40rpx;
- }
- }
-
- .Workcardtext {
- width: 100%;
- text-align: center;
- font-size: 24rpx;
- font-weight: 400;
- color: #666666;
- margin-top: 20rpx;
- }
- }
- }
-
- .title {
- width: 100%;
- height: 30rpx;
- font-size: 30rpx;
- font-weight: 600;
- color: #333333;
- margin-top: 40rpx;
- margin-bottom: 24rpx;
- }
-
- .shebenbox {
- width: 100%;
- height: 156rpx;
- background: #FFFFFF;
- box-shadow: 0px 0px 12px 0px rgba(224, 224, 224, 0.3);
- border-radius: 12rpx;
- display: flex;
-
- .shebenche {
- width: 25%;
- height: 100%;
-
- .shebenchenum {
- width: 100%;
- font-size: 36rpx;
- font-weight: 600;
- color: #333333;
- text-align: center;
- margin-top: 28rpx;
- }
-
- .shebenchetext {
- width: 100%;
- font-size: 24rpx;
- font-weight: 400;
- color: #666666;
- text-align: center;
- margin-top: 24rpx;
- }
- }
- }
-
- .real-timebox {
- width: 100%;
- background: #FFFFFF;
- box-shadow: 0px 0px 12px 0px rgba(224, 224, 224, 0.3);
- border-radius: 12rpx;
- padding-bottom: 36rpx;
-
- .timebox {
- width: 100%;
- display: flex;
-
- .real {
- flex: 1;
- height: 100%;
-
- .realnum {
- width: 100%;
- font-size: 36rpx;
- font-weight: 600;
- color: #333333;
- text-align: center;
- margin-top: 36rpx;
- }
-
- .realtext {
- width: 100%;
- font-size: 24rpx;
- font-weight: 400;
- color: #666666;
- text-align: center;
- margin-top: 24rpx;
- }
- }
- }
-
- }
-
- .commonly-box {
- width: 100%;
- background: #FFFFFF;
- box-shadow: 0px 0px 12px 0px rgba(224, 224, 224, 0.3);
- border-radius: 12rpx;
- display: flex;
- flex-wrap: wrap;
- padding-bottom: 36rpx;
-
- .commonly {
- width: 25%;
- margin-top: 36rpx;
-
- .commonly-img {
- width: 100%;
- height: 68rpx;
- text-align: center;
-
- .commonly-img1 {
- width: 68rpx;
- height: 68rpx;
- border-radius: 50%;
- }
- }
-
- .commonly-text {
- width: 100%;
- text-align: center;
- font-size: 24rpx;
- font-weight: 400;
- color: #333333;
- margin-top: 16rpx;
- }
- }
- }
- </style>
|