|
|
|
<template>
|
|
|
|
<view class="page">
|
|
|
|
<image class="bg" src="@/static/image/index/index2.png" mode="widthFix"></image>
|
|
|
|
<view class="team">
|
|
|
|
<uni-data-picker class="picker-input" placeholder="切换团队" popup-title="切换团队" preload :clear-icon="false" :localdata="list" :map="{text: 'partnerClassificationName', value: 'teamId'}" v-model="teamId" @change="teamChange"></uni-data-picker>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="banner">
|
|
|
|
<image class="img" src="@/static/image/index/index1.png" mode="widthFix"></image>
|
|
|
|
<view class="info">
|
|
|
|
<view class="title">城市合伙人招募中</view>
|
|
|
|
<view class="text">携手共创教育信息化新未来,合伙共享产业互备份</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<ul class="entry">
|
|
|
|
<li v-if="auth('首页:客户')" @click="$util.to('../clients/clients')">
|
|
|
|
<image class="icon" src="@/static/image/index/index3.png" mode="widthFix"></image>
|
|
|
|
<view class="text">客户</view>
|
|
|
|
</li>
|
|
|
|
<li v-if="auth('首页:方案')" @click="$util.to('../plans/plans')">
|
|
|
|
<image class="icon" src="@/static/image/index/index4.png" mode="widthFix"></image>
|
|
|
|
<view class="text">方案</view>
|
|
|
|
</li>
|
|
|
|
<li v-if="auth('首页:订单')" @click="$util.to('../orders/orders')">
|
|
|
|
<image class="icon" src="@/static/image/index/index5.png" mode="widthFix"></image>
|
|
|
|
<view class="text">订单</view>
|
|
|
|
</li>
|
|
|
|
<li v-if="auth('首页:产品')" @click="$util.to('../products/products')">
|
|
|
|
<image class="icon" src="@/static/image/index/index6.png" mode="widthFix"></image>
|
|
|
|
<view class="text">产品</view>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<view class="panel">
|
|
|
|
<view class="title" @click="toPanel(1)">
|
|
|
|
<view class="left">
|
|
|
|
<image class="icon" src="@/static/image/index/index8.png" mode="widthFix"></image>
|
|
|
|
销售进展
|
|
|
|
</view>
|
|
|
|
<view class="right">
|
|
|
|
<image class="date" src="@/static/image/index/index7.png" mode="widthFix"></image>
|
|
|
|
<text>本月</text>
|
|
|
|
<image class="arrow" src="@/static/image/index/index10.png" mode="widthFix"></image>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="data first">
|
|
|
|
<view class="line">
|
|
|
|
<view class="item">
|
|
|
|
<view class="name">本月新增客户</view>
|
|
|
|
<view class="val">0</view>
|
|
|
|
</view>
|
|
|
|
<view class="item">
|
|
|
|
<view class="name">我的客户</view>
|
|
|
|
<view class="val">0</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="line">
|
|
|
|
<view class="item">
|
|
|
|
<view class="name">本月新增产品试用</view>
|
|
|
|
<view class="val">0</view>
|
|
|
|
</view>
|
|
|
|
<view class="item">
|
|
|
|
<view class="name">试用客户</view>
|
|
|
|
<view class="val">0</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
<view class="panel">
|
|
|
|
<view class="title y-title" @click="toPanel(1)">
|
|
|
|
<view class="left">
|
|
|
|
<image class="icon" src="@/static/image/index/index9.png" mode="widthFix"></image>
|
|
|
|
年度业绩看板
|
|
|
|
</view>
|
|
|
|
<image class="arrow" src="@/static/image/index/index10.png" mode="widthFix"></image>
|
|
|
|
</view>
|
|
|
|
<view class="data second">
|
|
|
|
<view class="line">
|
|
|
|
<view class="item">
|
|
|
|
<view class="val">0</view>
|
|
|
|
<view class="name">成交总额</view>
|
|
|
|
</view>
|
|
|
|
<view class="item">
|
|
|
|
<view class="val">0</view>
|
|
|
|
<view class="name">收益金额</view>
|
|
|
|
</view>
|
|
|
|
<view class="item">
|
|
|
|
<view class="val">0</view>
|
|
|
|
<view class="name">已到账</view>
|
|
|
|
</view>
|
|
|
|
<view class="item">
|
|
|
|
<view class="val">0</view>
|
|
|
|
<view class="name">未到账</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view v-if="!per" class="per-mask">功能升级中,敬请期待...</view>
|
|
|
|
</view>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
import { getTeamsByAccountId, getTheBusinessManagerIdsUnderTheTeam } from '@/apis/modules/client.js'
|
|
|
|
import { treeList } from '@/apis/modules/parner.js'
|
|
|
|
export default {
|
|
|
|
data() {
|
|
|
|
return {
|
|
|
|
per: true, // 是否有权限
|
|
|
|
teamId: uni.getStorageSync('team').teamId || '',
|
|
|
|
list: [],
|
|
|
|
id: '',
|
|
|
|
teamList: []
|
|
|
|
}
|
|
|
|
},
|
|
|
|
onShow() {
|
|
|
|
this.initRole()
|
|
|
|
},
|
|
|
|
methods: {
|
|
|
|
// 初始化权限
|
|
|
|
initRole() {
|
|
|
|
if (!uni.getStorageSync('auth').includes('首页')) {
|
|
|
|
this.per = false
|
|
|
|
} else {
|
|
|
|
this.getInfo()
|
|
|
|
}
|
|
|
|
},
|
|
|
|
// 获取团队
|
|
|
|
getInfo() {
|
|
|
|
getTeamsByAccountId().then(({ data }) => {
|
|
|
|
data.map(e => {
|
|
|
|
const n = e.partnerClassificationList
|
|
|
|
e.teamId = n.id
|
|
|
|
e.partnerClassificationName = n.partnerClassificationName
|
|
|
|
delete e.partnerClassificationList
|
|
|
|
})
|
|
|
|
// 如果是第一次进,则默认选中第一个团队
|
|
|
|
if (data.length && !this.teamId) {
|
|
|
|
this.teamId = data[0].teamId
|
|
|
|
uni.setStorageSync('team', data[0])
|
|
|
|
}
|
|
|
|
this.list = data
|
|
|
|
}).catch(e => {})
|
|
|
|
},
|
|
|
|
// 团队选择回调
|
|
|
|
teamChange() {
|
|
|
|
const { teamId } = this
|
|
|
|
const e = this.list.find(e => e.teamId == teamId)
|
|
|
|
uni.setStorageSync('team', e)
|
|
|
|
},
|
|
|
|
// 提示暂未开放
|
|
|
|
toPanel(i) {
|
|
|
|
this.$util.errMsg('功能暂未开放!')
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<style scoped lang="scss">
|
|
|
|
.page {
|
|
|
|
position: relative;
|
|
|
|
min-height: 100%;
|
|
|
|
padding: 30rpx 22rpx;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
.bg {
|
|
|
|
z-index: -1;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.team {
|
|
|
|
width: 300rpx;
|
|
|
|
margin-bottom: 30rpx;
|
|
|
|
}
|
|
|
|
.banner {
|
|
|
|
position: relative;
|
|
|
|
.img {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.info {
|
|
|
|
position: absolute;
|
|
|
|
top: 80rpx;
|
|
|
|
left: 46rpx;
|
|
|
|
}
|
|
|
|
.title {
|
|
|
|
margin-bottom: 15rpx;
|
|
|
|
font-size: 36rpx;
|
|
|
|
font-weight: 600;
|
|
|
|
color: #001D67;
|
|
|
|
}
|
|
|
|
.text {
|
|
|
|
font-size: 20rpx;
|
|
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
|
|
color: #001D67;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.entry {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-around;
|
|
|
|
align-items: center;
|
|
|
|
margin: 10rpx 0 30rpx;
|
|
|
|
text-align: center;
|
|
|
|
.icon {
|
|
|
|
width: 78rpx;
|
|
|
|
}
|
|
|
|
.text {
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.panel {
|
|
|
|
margin: 20rpx 10rpx;
|
|
|
|
background-color: #fff;
|
|
|
|
border-radius: 20rpx;
|
|
|
|
overflow: hidden;
|
|
|
|
.title {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
padding: 17rpx 20rpx;
|
|
|
|
background: linear-gradient(90deg, #E5EFFF 0%, #FFFFFF 100%);
|
|
|
|
}
|
|
|
|
.y-title {
|
|
|
|
background: linear-gradient(90deg, #FFF5E5 0%, #FFFFFF 100%);
|
|
|
|
}
|
|
|
|
.left {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
font-size: 30rpx;
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
.right {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #333;
|
|
|
|
text {
|
|
|
|
margin: 0 15rpx 0 8rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.icon {
|
|
|
|
width: 36rpx;
|
|
|
|
margin-right: 10rpx;
|
|
|
|
}
|
|
|
|
.date {
|
|
|
|
width: 26rpx;
|
|
|
|
}
|
|
|
|
.arrow {
|
|
|
|
width: 16rpx;
|
|
|
|
}
|
|
|
|
.data {
|
|
|
|
padding: 33rpx 36rpx;
|
|
|
|
}
|
|
|
|
.line {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.first {
|
|
|
|
.item:first-child {
|
|
|
|
width: 65%;
|
|
|
|
}
|
|
|
|
.name {
|
|
|
|
margin-bottom: 14rpx;
|
|
|
|
font-size: 24rpx;
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
.val {
|
|
|
|
font-size: 30rpx;
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
.line:first-child {
|
|
|
|
margin-bottom: 32rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.second {
|
|
|
|
padding: 38rpx 36rpx;
|
|
|
|
.line {
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
.item {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.val {
|
|
|
|
margin-bottom: 10rpx;
|
|
|
|
font-size: 30rpx;
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
.name {
|
|
|
|
font-size: 24rpx;
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</style>
|