123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384 |
- <template>
- <view class="index-box">
- <mescroll-empty :option="option" v-if="!project.id" @emptyclick="$navigateTo('/pages/login/login')"
- :key="reloadMecroll">
- </mescroll-empty>
- <view class="index-container" v-else>
- <view class="project">
- <view class="project-box" @click="$navigateTo('/pages/projectList/projectList')">
- <uni-icons custom-prefix="iconfont" type="icon-wodegongsi-gaoliang" class="inherit-icons"
- color="#08979c">
- </uni-icons>
- <text class="name hui-ellipsis">{{project.name}}</text>
- <uni-icons class="inherit-icons" type="forward" size="18" color="#c1c0c8"></uni-icons>
- </view>
- </view>
- <view class="banner-box">
- <uv-swiper :list="list" indicator indicatorMode="line" circular bgColor="transparent" height="200">
- </uv-swiper>
- </view>
- <view class="index-group">
- <view class="title">合同管理</view>
- <view class="group-box">
- <view class="group-item">
- <view class="group-veiw bg1" @click="$navigateTo('/pages/contract/contract?type=1')">
- <text class="label">合同列表</text>
- <view class="group-icon">
- <uni-icons custom-prefix="iconfont" type="icon-hetongguanli" color="#fff" size="30">
- </uni-icons>
- </view>
- </view>
- </view>
- <view class="small-box">
- <view class="small">
- <view class="group-veiw bg2" @click="$navigateTo('/pages/contract/contract?type=2')">
- <text class="label">公司合同</text>
- <view class="group-icon">
- <uni-icons custom-prefix="iconfont" type="icon-anli" color="#fff" size="30">
- </uni-icons>
- </view>
- </view>
- </view>
- <view class="small">
- <view class="group-veiw bg3" @click="$navigateTo('/pages/contract/contract?type=3')">
- <text class="label">个人合同</text>
- <view class="group-icon">
- <uni-icons custom-prefix="iconfont" type="icon-gerenhetongchaxun" color="#fff"
- size="30">
- </uni-icons>
- </view>
- </view>
- </view>
- </view>
- </view>
- <view class="title">账单管理</view>
- <view class="group-box">
- <view class="small-box small-boxs">
- <view class="small">
- <view class="group-veiw bg7" @click="$navigateTo('/pages/bill/bill?type=1')">
- <text class="label">合同账单</text>
- <view class="group-icon">
- <uni-icons custom-prefix="iconfont" type="icon-jiesuanguanli" color="#fff"
- size="30">
- </uni-icons>
- </view>
- </view>
- </view>
- </view>
- <view class="small-box small-boxs">
- <view class="small">
- <view class="group-veiw bg8" @click="$navigateTo('/pages/bill/bill?type=2')">
- <text class="label">常规账单</text>
- <view class="group-icon">
- <uni-icons custom-prefix="iconfont" type="icon-yuemingxi" color="#fff" size="30">
- </uni-icons>
- </view>
- </view>
- </view>
- </view>
- </view>
- <view class="title">发票管理</view>
- <view class="group-box">
- <view class="small-box small-boxs">
- <view class="small">
- <view class="group-veiw bg9" @click="$navigateTo('/pages/invoice/invoice?type=1')">
- <text class="label">合同发票</text>
- <view class="group-icon">
- <uni-icons custom-prefix="iconfont" type="icon-app-hetongguanli-hetongfapiao"
- color="#fff" size="30">
- </uni-icons>
- </view>
- </view>
- </view>
- </view>
- <view class="small-box small-boxs">
- <view class="small">
- <view class="group-veiw bg10" @click="$navigateTo('/pages/invoice/invoice?type=2')">
- <text class="label">付款发票</text>
- <view class="group-icon">
- <uni-icons custom-prefix="iconfont" type="icon-integralrecord" color="#fff"
- size="30">
- </uni-icons>
- </view>
- </view>
- </view>
- </view>
- </view>
- <view class="title">工单管理</view>
- <view class="group-box">
- <view class="small-box">
- <view class="small">
- <view class="group-veiw bg5" @click="$navigateTo('/pages/order/order?type=1')">
- <text class="label">维修工单</text>
- <view class="group-icon">
- <uni-icons custom-prefix="iconfont" type="icon-weixiugongdan" color="#fff"
- size="30">
- </uni-icons>
- </view>
- </view>
- </view>
- <view class="small">
- <view class="group-veiw bg6" @click="$navigateTo('/pages/order/order?type=2')">
- <text class="label">保洁工单</text>
- <view class="group-icon">
- <uni-icons custom-prefix="iconfont" type="icon-jinribaojie" color="#fff" size="30">
- </uni-icons>
- </view>
- </view>
- </view>
- </view>
- <view class="group-item">
- <view class="group-veiw bg4" @click="$navigateTo('/pages/order/order?type=3')">
- <text class="label">运维工单</text>
- <view class="group-icon">
- <uni-icons custom-prefix="iconfont" type="icon-yunwei-jiancebaogao" color="#fff"
- size="30">
- </uni-icons>
- </view>
- </view>
- </view>
- </view>
- <view class="title">物联管理</view>
- <view class="group-box">
- <view class="small-box small-boxs">
- <view class="small">
- <view class="group-veiw bg1" @click="$navigateTo('/pages/deviceList/deviceList')">
- <text class="label">物联设备</text>
- <view class="group-icon">
- <uni-icons custom-prefix="iconfont" type="icon-weixiugongdan" color="#fff"
- size="30">
- </uni-icons>
- </view>
- </view>
- </view>
- </view>
- <view class="small-box small-boxs">
- <view class="small">
- <view class="group-veiw bg7" @click="$navigateTo('/pages/monitorList/monitorList')">
- <text class="label">视频监控</text>
- <view class="group-icon">
- <uni-icons custom-prefix="iconfont" type="icon-weixiugongdan" color="#fff"
- size="30">
- </uni-icons>
- </view>
- </view>
- </view>
- </view>
- </view>
- <view class="title">模型管理</view>
- <view class="group-box">
- <view class="small-box small-boxs">
- <view class="small">
- <view class="group-veiw bg2" @click="$navigateTo('/pages/bim/bim')">
- <text class="label">模型列表</text>
- <view class="group-icon">
- <uni-icons custom-prefix="iconfont" type="icon-weixiugongdan" color="#fff"
- size="30">
- </uni-icons>
- </view>
- </view>
- </view>
- </view>
- <view class="small-box small-boxs">
- <view class="small">
- <view class="group-veiw bg8"
- @click="$navigateTo('/pages/bimShow/bimShow?title=楼层分布&fileId=10000890570651&type=model&showType=2')">
- <text class="label">楼层分布</text>
- <view class="group-icon">
- <uni-icons custom-prefix="iconfont" type="icon-weixiugongdan" color="#fff"
- size="30">
- </uni-icons>
- </view>
- </view>
- </view>
- </view>
- </view>
- </view>
- </view>
- </view>
- </template>
- <script>
- import {
- getProjectDetailById
- } from '@/request/api/project.js'
- export default {
- data() {
- return {
- list: [],
- project: {},
- option: {
- tip: '暂未加入项目'
- },
- reloadMecroll: false
- }
- },
- onShow() {
- this.project = this.$store.getters.project;
- if (!uni.getStorageSync('token')) {
- this.option = {
- tip: '暂未登录',
- btnText: '点击登录'
- }
- } else {
- this.option = {
- tip: '暂未加入项目'
- }
- }
- this.reloadMecroll = !this.reloadMecroll;
- if (this.project.id && this.project.picture) {
- this.list = JSON.parse(this.project.picture);
- this.init();
- }
- },
- methods: {
- init() {
- getProjectDetailById(this.project.id).then(res => {
- if (res.code === 200) {
- this.$store.dispatch('app/changeProject', res.data);
- this.project = res.data;
- this.list = JSON.parse(this.project.picture);
- }
- })
- }
- }
- }
- </script>
- <style lang="scss">
- .index-container {
- background: #fff;
- box-sizing: border-box;
- border-top: 2rpx solid $uni-border-1;
- min-height: 100vh;
- padding-bottom: 40rpx;
- .project {
- max-width: 100%;
- display: inline-block;
- padding: 30rpx;
- box-sizing: border-box;
- .project-box {
- box-sizing: border-box;
- padding: 0 30rpx;
- height: 80rpx;
- background-color: #ffffff;
- border-radius: 80rpx;
- box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
- display: flex;
- align-items: center;
- .name {
- margin: 0 12rpx;
- font-weight: 500;
- flex: 1;
- }
- }
- }
- .banner-box {
- padding: 0 30rpx;
- }
- .index-group {
- padding: 0 20rpx;
- .title {
- font-size: 32rpx;
- font-weight: 700;
- padding: 30rpx 10rpx 20rpx 10rpx;
- }
- .group-box {
- display: flex;
- flex-wrap: wrap;
- align-items: flex-start;
- }
- .group-item {
- width: 50%;
- height: 400rpx;
- padding: 10rpx;
- box-sizing: border-box;
- }
- .small-box {
- width: 50%;
- height: 400rpx;
- box-sizing: border-box;
- &.small-boxs {
- height: 200rpx;
- }
- .small {
- height: 200rpx;
- padding: 10rpx;
- box-sizing: border-box;
- }
- }
- .group-veiw {
- width: 100%;
- height: 100%;
- border-radius: 16rpx;
- position: relative;
- .label {
- color: #fff;
- font-weight: 500;
- position: absolute;
- top: 40rpx;
- left: 40rpx;
- }
- .group-icon {
- position: absolute;
- bottom: 40rpx;
- right: 40rpx;
- }
- }
- .bg1 {
- background-color: #88d498;
- }
- .bg2 {
- background-color: #7ad9ff;
- }
- .bg3 {
- background-color: #ffb997;
- }
- .bg4 {
- background-color: #f67e7d;
- }
- .bg5 {
- background-color: #ffaaaa;
- }
- .bg6 {
- background-color: #9ac0cd;
- }
- .bg7 {
- background-color: #d8d8ff;
- }
- .bg8 {
- background-color: #bfbfbf;
- }
- .bg9 {
- background-color: #40e0d0;
- }
- .bg10 {
- background-color: #f8d3da;
- }
- }
- }
- </style>
|