|
|
|
@ -1,65 +1,87 @@
|
|
|
|
|
<template> |
|
|
|
|
<div style="width: 1680px;height: 780px;"> |
|
|
|
|
<div style="width: 90%;;height: 100%;"> |
|
|
|
|
<div style="height: 760px;"> |
|
|
|
|
<div style="height: 100%;"> |
|
|
|
|
|
|
|
|
|
<div style="display: flex;align-items: center;justify-content: stretch;width: 100%;height: 50%"> |
|
|
|
|
<div style="width: 55%;;margin-left: 6%;margin-top:3%;height: 100%;"> |
|
|
|
|
<a-card style="width: 100%;height: 100%;border-radius: 20px;"> |
|
|
|
|
<span class="font" style="display: inline-block;height: 10%;"><i class="iconfont icon-daibanrenwu" style="font-size: 35px;"></i>待办 |
|
|
|
|
<i class="iconfont icon-shenglvehao"></i> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--待办任务--> |
|
|
|
|
<div class="top-div" style="width: 33%;"> |
|
|
|
|
<a-card class="div-card"> |
|
|
|
|
<span class="font" style="display: inline-block;height: 10%;"> |
|
|
|
|
<i class="el-icon-s-claim" style="font-size: 25px;"></i>待办 |
|
|
|
|
<i class="iconfont icon-shenglvehao"></i> |
|
|
|
|
</span> |
|
|
|
|
<div style="width: 100%;height: 150px"> |
|
|
|
|
<div style="width: 100%;height: 100%;" v-show="showDate.noDate"> |
|
|
|
|
暂无待办 |
|
|
|
|
</div> |
|
|
|
|
<a-divider style="border: 1px solid #c7c7c7"/> |
|
|
|
|
<ul class="ul-li" style="list-style-type:none;padding-left: 0px;"> |
|
|
|
|
<!-- 这里可以用for循环--> |
|
|
|
|
<li><a-tag color="#539ee6">物资审批1</a-tag><span style="margin-left: 70px">关于xxxx物资的审批流程</span><span style="margin-left: 150px">2020.10.1 10:10:20</span></li> |
|
|
|
|
<li><a-tag color="#539ee6">物资审批2</a-tag><span style="margin-left: 70px">关于xxxx物资的审批流程</span><span style="margin-left: 150px">2020.10.1 10:10:20</span></li> |
|
|
|
|
<li><a-tag color="#539ee6">物资审批3</a-tag><span style="margin-left: 70px">关于xxxx物资的审批流程</span><span style="margin-left: 150px">2020.10.1 10:10:20</span></li> |
|
|
|
|
<ul class="ul-li" style="list-style-type:none;padding-left: 0px;" v-show="showDate.showDate"> |
|
|
|
|
<!--这里可以用for循环--> |
|
|
|
|
<!--用于存放从数据库中查出来的信息并对其进行循环--> |
|
|
|
|
<li v-for="(task,index) in tasks " style="width: 100%;"> |
|
|
|
|
<!--类型--> |
|
|
|
|
<span class="mouse" color="#539ee6" style="font-weight: normal; background-color: #539ee6; |
|
|
|
|
color: white;border-radius: 4px;width: 20%;text-align: center;display: block;height: 25px;line-height: 25px;"> |
|
|
|
|
{{task.type}} |
|
|
|
|
</span> |
|
|
|
|
<span style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 40%;padding-left: 35px; |
|
|
|
|
display: block;height: 25px;line-height: 25px;"> |
|
|
|
|
{{task.message}} |
|
|
|
|
</span> |
|
|
|
|
<span style="display: block;height: 25px;line-height: 25px;"> |
|
|
|
|
{{task.time}} |
|
|
|
|
</span> |
|
|
|
|
</li> |
|
|
|
|
|
|
|
|
|
</ul> |
|
|
|
|
</a-card> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div style="width: 55%;margin-left: 3%;margin-top:3%; height: 100%;"> |
|
|
|
|
<a-card style="width: 100%;height: 100%;border-radius: 20px;"> |
|
|
|
|
<span class="font" style="display: inline-block;height: 10%;"><i class="iconfont icon-rizhi-copy" style="font-size: 30px;"></i>登录日志 |
|
|
|
|
<!--站内消息--> |
|
|
|
|
<div class="top-div" style="margin: 0 0 0 0.5%;width: 45%;" > |
|
|
|
|
<a-card class="div-card" title="站内消息"> |
|
|
|
|
</a-card> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<!--登录日志--> |
|
|
|
|
<div class="top-div" style="margin: 0 0 0 0.5%;width: 45%;"> |
|
|
|
|
<a-card class="div-card"> |
|
|
|
|
<span class="font" style="display: inline-block;height: 10%;"><i class="el-icon-s-order" style="font-size: 30px;"></i>登录日志 |
|
|
|
|
<i class="iconfont icon-shenglvehao"></i> |
|
|
|
|
</span> |
|
|
|
|
<ul class="ul-li" style="list-style-type:none;padding-left: 0px;"> |
|
|
|
|
<!-- 这里可以用for循环--> |
|
|
|
|
<li><a-tag color="#539ee6" style="width: 85px;text-align: center;">企划部</a-tag><span style="margin-left: 50px">李朝阳</span><span style="margin-left: 100px">2002.2.10 10:10:20</span></li> |
|
|
|
|
<li><a-tag color="#539ee6" style="width: 85px;text-align: center;">企划部</a-tag><span style="margin-left: 50px">李朝阳</span><span style="margin-left: 100px">2002.2.10 10:10:20</span></li> |
|
|
|
|
<li><a-tag color="#539ee6" style="width: 85px;text-align: center;">企划部</a-tag><span style="margin-left: 50px">李朝阳</span><span style="margin-left: 100px">2002.2.10 10:10:20</span></li> |
|
|
|
|
<li><a-tag color="#539ee6" style="width: 85px;text-align: center;">企划部</a-tag><span style="margin-left: 50px">李朝阳</span><span style="margin-left: 100px">2002.2.10 10:10:20</span></li> |
|
|
|
|
<li><a-tag color="#539ee6" style="width: 85px;text-align: center;">企划部</a-tag><span style="margin-left: 50px">李朝阳</span><span style="margin-left: 100px">2002.2.10 10:10:20</span></li> |
|
|
|
|
<li><a-tag color="#539ee6" style="width: 85px;text-align: center;">企划部</a-tag><span style="margin-left: 50px">李朝阳</span><span style="margin-left: 100px">2002.2.10 10:10:20</span></li> |
|
|
|
|
<li><a-tag color="#539ee6" style="width: 85px;text-align: center;">企划部</a-tag><span style="margin-left: 50px">李朝阳</span><span style="margin-left: 100px">2002.2.10 10:10:20</span></li> |
|
|
|
|
<li><a-tag color="#539ee6" style="width: 85px;text-align: center;">企划部</a-tag><span style="margin-left: 50px">李朝阳</span><span style="margin-left: 100px">2002.2.10 10:10:20</span></li> |
|
|
|
|
<li><a-tag color="#539ee6" style="width: 85px;text-align: center;">企划部</a-tag><span style="margin-left: 50px">李朝阳</span><span style="margin-left: 100px">2002.2.10 10:10:20</span></li> |
|
|
|
|
</ul> |
|
|
|
|
<!--这里可以用for循环--> |
|
|
|
|
<!--当一个用户登录后增加一条数据--> |
|
|
|
|
<li v-for="(loginlog,index) in loginlogs" style="width: 100%;"> |
|
|
|
|
<!--类型--> |
|
|
|
|
<span class="mouse" color="#539ee6" style="font-weight: normal; background-color: #539ee6; |
|
|
|
|
color: white;border-radius: 4px;width: 17%;text-align: center;display: block;height: 25px;line-height: 25px;"> |
|
|
|
|
{{loginlog.department}} |
|
|
|
|
</span> |
|
|
|
|
<span style="width: 40%;padding-left: 45px;margin-left: 35px; |
|
|
|
|
display: block;height: 25px;line-height: 25px;"> |
|
|
|
|
{{loginlog.loginName}} |
|
|
|
|
</span> |
|
|
|
|
<span style="display: block;height: 25px;line-height: 25px;"> |
|
|
|
|
{{loginlog.loginTime}} |
|
|
|
|
</span> |
|
|
|
|
</li> |
|
|
|
|
</ul> |
|
|
|
|
</a-card> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div style="width: 100%;margin-top: 5%;margin-left: 6%;height: 70%"> |
|
|
|
|
<a-card style="width: 94%;height: 90%;border-radius: 20px;"> |
|
|
|
|
<span class="font" style="display: inline-block;height: 10%;"><i class="iconfont icon-rizhi-copy" style="font-size: 30px;"></i>全部应用 |
|
|
|
|
|
|
|
|
|
<div style="width: 100%;height: 70%;margin-top: 0.5%"> |
|
|
|
|
<a-card style="width: 100%;height: 90%;border-radius: 10px;"> |
|
|
|
|
<span class="font" style="display: inline-block;height: 10%;"> |
|
|
|
|
<i class="el-icon-s-grid" style="font-size: 30px;color: #5cb6ff;cursor: pointer"></i> |
|
|
|
|
<p style="display: inline-block;margin-left: 10px">全部应用</p> |
|
|
|
|
</span> |
|
|
|
|
<ul class="apply-use" style="list-style-type: none;padding: 0px"> |
|
|
|
|
<li><i class="iconfont icon-lianxiren1-copy" style="font-size: 35px;"></i><span style="margin-left: 20px">物资审批</span></li> |
|
|
|
|
<li><i class="iconfont icon-suggest-copy" style="font-size: 35px;"></i><span style="margin-left: 20px">物资申领</span></li> |
|
|
|
|
<li><i class="iconfont icon-process-copy" style="font-size: 35px;"></i><span style="margin-left: 20px">物资报废</span></li> |
|
|
|
|
<li><i class="iconfont icon-suggest-copy" style="font-size: 35px;"></i><span style="margin-left: 20px">物资申领</span></li> |
|
|
|
|
<li><i class="iconfont icon-process-copy" style="font-size: 35px;"></i><span style="margin-left: 20px">物资报废</span></li> |
|
|
|
|
<li><i class="iconfont icon-lianxiren1-copy" style="font-size: 35px;"></i><span style="margin-left: 20px">物资审批</span></li> |
|
|
|
|
<li><i class="iconfont icon-suggest-copy" style="font-size: 35px;"></i><span style="margin-left: 20px">物资申领</span></li> |
|
|
|
|
<li><i class="iconfont icon-process-copy" style="font-size: 35px;"></i><span style="margin-left: 20px">物资报废</span></li> |
|
|
|
|
<li><i class="iconfont icon-suggest-copy" style="font-size: 35px;"></i><span style="margin-left: 20px">物资申领</span></li> |
|
|
|
|
<li><i class="iconfont icon-process-copy" style="font-size: 35px;"></i><span style="margin-left: 20px">物资报废</span></li> |
|
|
|
|
<li><i class="iconfont icon-lianxiren1-copy" style="font-size: 35px;"></i><span style="margin-left: 20px">物资审批</span></li> |
|
|
|
|
<li><i class="iconfont icon-suggest-copy" style="font-size: 35px;"></i><span style="margin-left: 20px">物资申领</span></li> |
|
|
|
|
<li><i class="iconfont icon-process-copy" style="font-size: 35px;"></i><span style="margin-left: 20px">物资报废</span></li> |
|
|
|
|
<li><i class="iconfont icon-suggest-copy" style="font-size: 35px;"></i><span style="margin-left: 20px">物资申领</span></li> |
|
|
|
|
<li><i class="iconfont icon-process-copy" style="font-size: 35px;"></i><span style="margin-left: 20px">物资报废</span></li> |
|
|
|
|
<li> |
|
|
|
|
<i class="iconfont icon-lianxiren1-copy" style="font-size: 35px;"></i> |
|
|
|
|
<span class="text-style">流程管理</span> |
|
|
|
|
</li> |
|
|
|
|
</ul> |
|
|
|
|
</a-card> |
|
|
|
|
</div> |
|
|
|
@ -71,18 +93,85 @@
|
|
|
|
|
<script> |
|
|
|
|
|
|
|
|
|
export default { |
|
|
|
|
name: 'HomePage' |
|
|
|
|
name: 'HomePage', |
|
|
|
|
|
|
|
|
|
data() { |
|
|
|
|
return { |
|
|
|
|
//获取信息的地址 |
|
|
|
|
showDate: { |
|
|
|
|
noDate: true , |
|
|
|
|
showDate: false, |
|
|
|
|
}, |
|
|
|
|
url: { |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
//此处存放数据,如果有数据就在待办任务处显示(现未写查询逻辑) |
|
|
|
|
tasks:[], |
|
|
|
|
loginlogs:[ |
|
|
|
|
{ |
|
|
|
|
department: "企划部", |
|
|
|
|
loginName: "李朝阳", |
|
|
|
|
loginTime: "2022.10.26 12:00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
department: "企划部", |
|
|
|
|
loginName: "李朝阳", |
|
|
|
|
loginTime: "2022.10.26 12:00:00" |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
created() { |
|
|
|
|
// this.searchDoneData(); |
|
|
|
|
// //当页面第一次生成时对进行tasks进行查询如果有数据则显示待办任务 |
|
|
|
|
// //如果没有则显示暂无待办任务 |
|
|
|
|
this.toBeDoneData(); |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
methods: { |
|
|
|
|
// 对待办任务进行查询查看是否有待办数据 |
|
|
|
|
searchDoneData(){ |
|
|
|
|
// 待添加 |
|
|
|
|
}, |
|
|
|
|
// 判断是否有待办任务数据 |
|
|
|
|
toBeDoneData(){ |
|
|
|
|
this.tasks[0] = |
|
|
|
|
{ |
|
|
|
|
type: "流程审批", |
|
|
|
|
message: "关于帐外物资的xxxx的审批流程", |
|
|
|
|
time: "2002.20.20 10:10:20" |
|
|
|
|
} |
|
|
|
|
if (this.tasks != null){ |
|
|
|
|
this.showDate.noDate = false; |
|
|
|
|
this.showDate.showDate = true; |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<style scoped> |
|
|
|
|
@import url("http://at.alicdn.com/t/c/font_3733417_ws9m9bvag1h.css"); |
|
|
|
|
|
|
|
|
|
.top-div { |
|
|
|
|
height: 100%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.div-card { |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
border-radius: 5px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.border-style{ |
|
|
|
|
width: 40%; |
|
|
|
|
height: 50%; |
|
|
|
|
border: 1px solid lightgrey; |
|
|
|
|
border-radius: 15px; |
|
|
|
|
border-radius: 10px; |
|
|
|
|
background-color: #ffffff; |
|
|
|
|
margin: 30px 0 0 50px; |
|
|
|
|
box-shadow: 0 0 2px 2px lightgrey; |
|
|
|
@ -98,18 +187,34 @@ export default {
|
|
|
|
|
|
|
|
|
|
.ul-li li{ |
|
|
|
|
margin-top: 10px; |
|
|
|
|
display: inline-flex; |
|
|
|
|
font-weight: bold; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.iconfont{ |
|
|
|
|
vertical-align: -10%; |
|
|
|
|
/*background-color: #f28123;*/ |
|
|
|
|
/*border-radius: 10px;*/ |
|
|
|
|
} |
|
|
|
|
.apply-use li{ |
|
|
|
|
float: left; |
|
|
|
|
border: 1px solid black; |
|
|
|
|
width: 15%; |
|
|
|
|
height: 60px; |
|
|
|
|
margin: 40px 0 0 60px; |
|
|
|
|
line-height: 60px; |
|
|
|
|
font-weight: bold; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.mouse:hover { |
|
|
|
|
cursor: pointer; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.text-style { |
|
|
|
|
margin-left: 20px; |
|
|
|
|
cursor: pointer; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
i:hover { |
|
|
|
|
color: #5cb6ff; |
|
|
|
|
} |
|
|
|
|
</style> |