| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688 |
- <template>
- <view class="container">
- <!-- 头部 start -->
- <view class="head">
- <u-navbar :is-fixed="false" :border-bottom="false" :is-back="false" title=""
- :background="{ background: '#0BB9C8' }">
- <view class="nav-wrap">
- <!-- <picker mode="selector" :range="positionArr" range-key="name" @change="changePicker"
- class="picker-box">
- {{ position }}
- <u-icon name="arrow-down" class="arrow" size="18" color="#C9C9C9"></u-icon>
- </picker> -->
- <view style="width: 100%;height: auto;align-items: center;text-align: center;" v-if="!focus">
- <text style="color: #ffffff; font-size: 20px;">运维系统</text>
- </view>
- <!-- <image src="/static/images/rider.png" class="rider" mode="widthFix" v-if="!focus"></image>
- -->
- <!-- <view class="search-input" v-else>
- <u-search height="50" placeholder="关键字" @blur="handleSearchBlur" :show-action="false"
- v-model="keyword"></u-search>
- </view> -->
- <!-- <view class="tool">
- <image src="/static/images/home/search.png" class="icon search-icon" mode="widthFix"
- @click="handleFocus" v-if="!focus"></image>
- <image src="/static/images/home/message.png" class="icon message-icon" mode="widthFix"></image>
- <image src="/static/images/home/qr.png" class="icon qr-icon" mode="widthFix"></image>
- </view> -->
- </view>
- </u-navbar>
- <!-- <view class="head-bg"></view>
- <swiper class="swiper-box" :indicator-dots="false" :autoplay="true" :interval="3000" :duration="1000">
- <swiper-item v-for="(item, index) in bannerList" :key="index">
- <navigator :url="item.url" hover-class="none" class="swiper-item">
- <image :src="item.img" class="banner"></image>
- </navigator>
- </swiper-item>
- </swiper> -->
- </view>
- <!-- 头部 end -->
- <!-- 头部按钮 start -->
- <view class="nav">
- <u-grid :col="4" :border="false">
- <u-grid-item bg-color="transparent" v-for="(item, index) in navButton" :key="index">
- <navigator :url="item.url" hover-class="none" class="nav-item" open-type="navigate">
- <image :src="item.img" mode="widthFix" class="nav-item-img"></image>
- <view class="nav-item-name">{{ item.name }}</view>
- </navigator>
- </u-grid-item>
- </u-grid>
- </view>
- <!-- 头部按钮 end -->
- <!-- <view class="video-box">
- <view class="video-body">
- <video style="width: 640rpx; height: 480rpx;" src="/static/video/test.mp4"></video>
- </view>
- <view class="video-title" style="margin-top: 5px;">
- <view class="text">新闻视频提要:据报道....</view>
- </view>
- </view> -->
- <!-- 公告 start -->
- <view class="notice-box">
- <image src="/static/images/home/notice.png" class="img" mode="widthFix"></image>
- <view class="notice-info">
- <navigator hover-class="none" class="notice-cell" v-for="(item, index) in noticeList" :key="index">
- <!-- <image :src="item.img" class="icon" mode="widthFix"></image> -->
- <view class="text">{{item.title}}</view>
- <u-icon name="arrow-right" size="12" color="#C9C9C9"></u-icon>
- </navigator>
- </view>
- </view>
- <!-- 公告 end -->
- <!-- 服务按钮 start -->
- <!-- <view class="service-box">
- <u-grid :col="4" :border="false">
- <u-grid-item bg-color="transparent" v-for="(item, index) in serviceButton" :key="index">
- <navigator url="" hover-class="none" class="service-item">
- <image :src="item.img" mode="widthFix" class="img"></image>
- <view class="name">{{ item.name }}</view>
- </navigator>
- </u-grid-item>
- <u-grid-item bg-color="transparent" key="8">
- <navigator url="/pages/service/service" hover-class="none" class="service-item">
- <image src="/static/images/home/s8.png" mode="widthFix" class="img"></image>
- <view class="name">更多</view>
- </navigator>
- </u-grid-item>
- </u-grid>
- </view> -->
- <!-- 服务按钮 end -->
- <!-- 新闻模块 start -->
- <view class="news">
- <navigator hover-class="none" url="/pages/check-order/checkorderlist" class="cell">
- <view class="ctitle">工单动态</view>
- <view class="more">
- 更多
- <u-icon name="arrow-right" color="#A6ABB5" size="16"></u-icon>
- </view>
- </navigator>
- <view class="news-list">
- <navigator url="/pages/news/detail" hover-class="none" class="news-item"
- v-for="(item, index) in lastCheckOrderList" :key="index">
- <view class="left">
- <view class="info">
- <text>{{item.orderDesc}}</text>
- </view>
- <view class="date">
- <image src="/static/images/home/date.png" class="icon" mode=""></image>
- <text>{{item.updateTime}}</text>
- </view>
- </view>
- <!-- <image src="" mode="" class="img"></image> -->
- </navigator>
- <!-- <u-loadmore :status="status" /> -->
- </view>
- </view>
- <!-- 新闻模块 end -->
- <view class="news">
- <navigator hover-class="none" url="/pages/equipment-inspection/equipmentinspectionplanlist" class="cell">
- <view class="ctitle">巡检动态</view>
- <view class="more">
- 更多
- <u-icon name="arrow-right" color="#A6ABB5" size="16"></u-icon>
- </view>
- </navigator>
- <view class="news-list">
- <navigator url="/pages/news/detail" hover-class="none" class="news-item"
- v-for="(item, index) in lastEquipmentInspectionList" :key="index">
- <view class="left">
- <view class="info">
- <text>{{item.reportDesc}}</text>
- </view>
- <view class="date">
- <image src="/static/images/home/date.png" class="icon" mode=""></image>
- <text>{{item.createTime}}</text>
- </view>
- </view>
- <!-- <image src="" mode="" class="img"></image> -->
- </navigator>
- <!-- <u-loadmore :status="status" /> -->
- </view>
- </view>
-
- </view>
- </template>
- <script>
-
- import {
- fakePosition,
- fakeBannerList,
- fakeNavButton,
- fakeServiceButton
- } from "@/api/mock/home.js";
- import http from '@/http/api.js';
- export default {
- components: {
-
- },
- data() {
- return {
- position: '',
- positionArr: [],
- status: 'loadmore',
- list: 15,
- page: 0,
- keyword: '',
- focus: false,
- bannerList: [],
- noticeList: [],
- warningList: [],
- newsList: [{}, {}],
- navButton: [],
- serviceButton: [],
- lastCheckOrderList: [],
- lastEquipmentInspectionList: [],
- role: {
- 'admin': '系统管理员',
- 'orgAdmin': '运维单位管理员',
- 'orgServicePerson': '运维单位技术员',
- },
- showHome: {
- 'admin': false,
- 'orgAdmin': false,
- 'orgServicePerson': false,
- }
- };
- },
- onLoad() {
- if (this.userInfo.role_name === this.role['admin']) {
- this.showHome.admin = true;
- this.showHome.orgAdmin = false;
- this.showHome.orgServicePerson = false;
- this.adminhome.onLoad();
- } else if (this.userInfo.role_name === this.role['orgAdmin']) {
- this.showHome.admin = false;
- this.showHome.orgAdmin = true;
- this.showHome.orgServicePerson = false;
- } else if (this.userInfo.role_name === this.role['orgServicePerson']) {
- this.showHome.admin = false;
- this.showHome.orgAdmin = false;
- this.showHome.orgServicePerson = true;
- } else {
- this.$u.route({
- url: '/pages/login/login-account'
- })
- }
- // 后续将改为与后端联动
- // 加载banner数据
- fakePosition().then(data => {
- this.position = data.position;
- this.positionArr = data.positionArr;
- });
- // 加载banner数据
- fakeBannerList().then(data => {
- this.bannerList = data;
- });
- // 加载通知公告数据
- // fakeNoticeList().then(data => {
- // this.noticeList = data;
- // });
- // const noticeListTmp = [{
- // id: '1',
- // title: '2022年度巡检计划已经发布'
- // }];
- // this.noticeList = noticeListTmp;
- this.getLastNotice();
- this.getLastCheckOrder();
- this.getLastEquipmentInspectionReport();
- // const lastCheckOrderListTmp = [{
- // id: '1',
- // processDesc: '河道 45222222维修工单创建',
- // reportDate: '2022年8月20日 12时'
- // }];
- // this.lastCheckOrderList=lastCheckOrderListTmp;
- // const lastEquipmentInspectionListTmp = [{
- // id: '1',
- // equipmentInspectionDesc: '测站河道 45222222 已经完成巡检填报',
- // reportDate: '2022年8月20日 15时'
- // }];
- // this.lastEquipmentInspectionList=lastEquipmentInspectionListTmp;
- // 加载顶部按钮数据
- fakeNavButton().then(data => {
- this.navButton = data;
- });
- // 加载服务按钮数据
- fakeServiceButton().then(data => {
- this.serviceButton = data;
- });
- },
- onReachBottom() {
- // 后续将改为与后端联动
- if (this.page >= 3) return;
- this.status = 'loading';
- this.page = ++this.page;
- setTimeout(() => {
- this.list += 10;
- if (this.page >= 3) this.status = 'nomore';
- else this.status = 'loading';
- this.newsList.push(...[{}, {}]);
- }, 2000);
- },
- methods: {
- getLastNotice(){
- const that = this;
- http.request({
- url: '/galaxy-test/notice/last/list',
- method: 'GET'
- }).then(res => {
- console.log(res.data)
- if (res.data != null) {
- const len = res.data['length'];
- var list = [];
- for (var i = 0; i < len; i++) {
- let dict = res.data['' + i];
- list.push(dict);
- }
- that.noticeList = list;
- }
-
- }).catch(err => {
- console.log(err)
- })
- },
- getLastCheckOrder() {
- const that = this;
- http.request({
- url: '/galaxy-test/rtu/check/order/last/list',
- method: 'GET'
- }).then(res => {
- console.log(res.data)
- if (res.data != null) {
- const len = res.data['length'];
- var list = [];
- for (var i = 0; i < len; i++) {
- let dict = res.data['' + i];
- list.push(dict);
- }
- that.lastCheckOrderList = list;
- }
- }).catch(err => {
- console.log(err)
- })
- },
- getLastEquipmentInspectionReport() {
- const that = this;
- http.request({
- url: '/galaxy-test/equipment/inspection/report/last/list',
- method: 'GET'
- }).then(res => {
- console.log(res.data)
- if (res.data != null) {
- const len = res.data['length'];
- var list = [];
- for (var i = 0; i < len; i++) {
- let dict = res.data['' + i];
- list.push(dict);
- }
- that.lastEquipmentInspectionList = list;
- }
- }).catch(err => {
- console.log(err)
- })
- },
- changePicker(e) {
- console.log(this.pickerArr[e.detail.value].name);
- this.position = this.pickerArr[e.detail.value].name;
- },
- handleFocus() {
- this.focus = !this.focus;
- },
- handleSearchBlur() {
- this.focus = false;
- }
- }
- };
- </script>
- <style lang="scss">
- .container {
- background-color: #f7f7f7;
- min-height: 100vh;
- overflow: hidden;
- }
- .head {
- position: relative;
- top: 0;
- left: 0;
- z-index: 1;
- }
- .head-bg {
- position: absolute;
- left: 0px;
- top: 0px;
- z-index: -1;
- width: 750rpx;
- height: 270rpx;
- background: #0bb9c8;
- }
- .nav-wrap {
- width: 100%;
- padding: 0 22rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- .picker-box {
- flex: 1;
- display: flex;
- align-items: center;
- justify-content: flex-start;
- font-size: 32rpx;
- font-family: Microsoft YaHei;
- font-weight: bold;
- color: #ffffff;
- .arrow {
- margin-left: 10rpx;
- }
- }
- .rider {
- flex-shrink: 0;
- width: 131rpx;
- height: auto;
- }
- .search-input {
- width: 300rpx;
- height: 50rpx;
- }
- .tool {
- flex: 1;
- display: flex;
- align-items: center;
- justify-content: flex-end;
- .icon {
- height: auto;
- }
- .search-icon {
- width: 40rpx;
- margin-right: 34rpx;
- }
- .message-icon {
- width: 32rpx;
- margin-right: 27rpx;
- }
- .qr-icon {
- width: 37rpx;
- }
- }
- }
- .swiper-box {
- margin: 50rpx auto 0;
- width: 710rpx;
- height: 253rpx;
- .swiper-item {
- width: 100%;
- height: 100%;
- .banner {
- width: 100%;
- height: 100%;
- }
- }
- }
- .nav {
- margin: 0rpx 0;
- box-sizing: border-box;
- padding: 0 10rpx;
- &-item {
- width: 100%;
- box-sizing: border-box;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: space-between;
- height: 130rpx;
- &-img {
- width: 80rpx;
- height: 80rpx;
- }
- &-name {
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #585b61;
- }
- }
- }
- .video-box {
- display: flex;
- justify-content: flex-start;
- flex-direction: column;
- width: 100%;
- .video-body {
- display: flex;
- justify-content: center;
- flex-direction: row;
- }
- .video-title {
- display: flex;
- justify-content: center;
- flex-direction: row;
- .text {
- margin-top: 10rpx;
- margin-bottom: 10rpx;
- width: 640rpx;
- // flex: 1;
- min-width: 0;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 1;
- -webkit-box-orient: vertical;
- }
- }
- }
- .notice-box {
- display: flex;
- align-items: center;
- background: #ffffff;
- border-radius: 20px 20px 20px 20px;
- margin: 0 20rpx;
- padding: 30rpx 20rpx;
- .img {
- width: 75rpx;
- height: auto;
- margin-right: 36rpx;
- margin-left: 10rpx;
- }
- .notice-info {
- flex: 1;
- .notice-cell:first-of-type {
- margin-bottom: 15rpx;
- }
- }
- .notice-cell {
- display: flex;
- align-items: center;
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #585b61;
- .icon {
- width: 63rpx;
- margin-right: 18rpx;
- }
- .text {
- flex: 1;
- min-width: 0;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 1;
- -webkit-box-orient: vertical;
- }
- }
- }
- .service-box {
- background: #ffffff;
- border-radius: 20px 20px 20px 20px;
- margin: 30rpx 20rpx 0;
- padding: 0rpx 20rpx;
- .service-item {
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- align-items: center;
- width: 100%;
- height: 120rpx;
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #585b61;
- .img {
- width: 70rpx;
- height: auto;
- }
- }
- }
- .news {
- background: #ffffff;
- border-radius: 20px 20px 20px 20px;
- margin: 30rpx 20rpx 60rpx;
- padding: 30rpx 20rpx;
- .cell {
- display: flex;
- justify-content: space-between;
- align-items: center;
- .ctitle {
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #585b61;
- }
- .more {
- display: flex;
- align-items: center;
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #a6abb5;
- }
- }
- .news-list {
- margin-top: 30rpx;
- .news-item {
- &:not(:last-of-type) {
- padding: 0 0 30rpx;
- margin-bottom: 30rpx;
- border-bottom: 1px solid #eeeeee;
- }
- display: flex;
- align-items: center;
- justify-content: space-between;
- .left {
- flex: 1;
- height: 160rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- .info {
- min-width: 0;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #585b61;
- line-height: 36rpx;
- }
- .date {
- display: flex;
- align-items: center;
- .icon {
- width: 21rpx;
- height: 21rpx;
- margin-right: 9rpx;
- }
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #a6abb5;
- }
- }
- .img {
- flex-shrink: 0;
- width: 252rpx;
- height: 160rpx;
- border-radius: 20rpx;
- background-color: #82848a;
- }
- }
- }
- }
- </style>
|