|
|
|
@ -1,17 +1,12 @@
|
|
|
|
|
<template> |
|
|
|
|
<div style="height: 760px;"> |
|
|
|
|
<div style="height: 740px;"> |
|
|
|
|
<div style="height: 100%;"> |
|
|
|
|
|
|
|
|
|
<div style="display: flex;align-items: center;justify-content: stretch;width: 100%;height: 50%"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--待办任务--> |
|
|
|
|
<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 class="top-div ant-col-md-8"> |
|
|
|
|
<a-card class="div-card" title="待办" > |
|
|
|
|
<div style="width: 100%;height: 100%;" v-show="showDate.noDate"> |
|
|
|
|
暂无待办 |
|
|
|
|
</div> |
|
|
|
@ -20,17 +15,13 @@
|
|
|
|
|
<!--用于存放从数据库中查出来的信息并对其进行循环--> |
|
|
|
|
<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> |
|
|
|
|
<a-button class="ant-col-md-4" type="primary" style="width: 80px;height: 25px;">{{task.type}}</a-button> |
|
|
|
|
<span class="ant-col-md-8" :title='task.message' style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-left: 50px;line-height: 25px;"> |
|
|
|
|
{{task.message}} |
|
|
|
|
</span> |
|
|
|
|
<span class="ant-col-md-8" :title='task.time' style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-left: 60px;line-height: 25px;"> |
|
|
|
|
{{task.time}} |
|
|
|
|
</span> |
|
|
|
|
</li> |
|
|
|
|
|
|
|
|
|
</ul> |
|
|
|
@ -38,50 +29,86 @@
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<!--站内消息--> |
|
|
|
|
<div class="top-div" style="margin: 0 0 0 0.5%;width: 45%;" > |
|
|
|
|
<div class="top-div ant-col-md-8" > |
|
|
|
|
<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> |
|
|
|
|
<div class="top-div ant-col-md-8"> |
|
|
|
|
<a-card class="div-card" title="登录日志"> |
|
|
|
|
<ul class="ul-li" style="list-style-type:none;padding-left: 0px;"> |
|
|
|
|
<!--这里可以用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;"> |
|
|
|
|
<a-button class="ant-col-md-4" type="primary" style="width: 80px;height: 25px;">{{loginlog.department}}</a-button> |
|
|
|
|
<span class="ant-col-md-8" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-left: 90px;line-height: 25px;"> |
|
|
|
|
{{loginlog.loginName}} |
|
|
|
|
</span> |
|
|
|
|
<span style="display: block;height: 25px;line-height: 25px;"> |
|
|
|
|
<span class="ant-col-md-8" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-left: 20px;line-height: 25px;"> |
|
|
|
|
{{loginlog.loginTime}} |
|
|
|
|
</span> |
|
|
|
|
|
|
|
|
|
</li> |
|
|
|
|
</ul> |
|
|
|
|
</ul> |
|
|
|
|
</a-card> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<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> |
|
|
|
|
<div class="bottom-div" style="width: 100%;height: 70%;margin-top: 0.5%"> |
|
|
|
|
<a-card style="width: 100%;height: 90%;border-radius: 10px;" title="全部应用"> |
|
|
|
|
<ul class="apply-use" style="list-style-type: none;padding: 0px"> |
|
|
|
|
<li> |
|
|
|
|
<i class="iconfont icon-lianxiren1-copy" style="font-size: 35px;"></i> |
|
|
|
|
<span class="text-style">流程管理</span> |
|
|
|
|
<li @click='processManage' class="ant-col-md-4"> |
|
|
|
|
<i class="iconfont icon-lianxiren1-copy" style="font-size: 35px;"></i> 流程管理 |
|
|
|
|
</li> |
|
|
|
|
<li @click='processManage' class="ant-col-md-4"> |
|
|
|
|
<i class="iconfont icon-lianxiren1-copy" style="font-size: 35px;"></i> 流程管理 |
|
|
|
|
</li> |
|
|
|
|
<li @click='processManage' class="ant-col-md-4"> |
|
|
|
|
<i class="iconfont icon-lianxiren1-copy" style="font-size: 35px;"></i> 流程管理 |
|
|
|
|
</li> |
|
|
|
|
<li @click='processManage' class="ant-col-md-4"> |
|
|
|
|
<i class="iconfont icon-lianxiren1-copy" style="font-size: 35px;"></i> 流程管理 |
|
|
|
|
</li> |
|
|
|
|
<li @click='processManage' class="ant-col-md-4"> |
|
|
|
|
<i class="iconfont icon-lianxiren1-copy" style="font-size: 35px;"></i> 流程管理 |
|
|
|
|
</li> |
|
|
|
|
<li @click='processManage' class="ant-col-md-4"> |
|
|
|
|
<i class="iconfont icon-lianxiren1-copy" style="font-size: 35px;"></i> 流程管理 |
|
|
|
|
</li> |
|
|
|
|
<li @click='processManage' class="ant-col-md-4"> |
|
|
|
|
<i class="iconfont icon-lianxiren1-copy" style="font-size: 35px;"></i> 流程管理 |
|
|
|
|
</li> |
|
|
|
|
<li @click='processManage' class="ant-col-md-4"> |
|
|
|
|
<i class="iconfont icon-lianxiren1-copy" style="font-size: 35px;"></i> 流程管理 |
|
|
|
|
</li> |
|
|
|
|
<li @click='processManage' class="ant-col-md-4"> |
|
|
|
|
<i class="iconfont icon-lianxiren1-copy" style="font-size: 35px;"></i> 流程管理 |
|
|
|
|
</li> |
|
|
|
|
<li @click='processManage' class="ant-col-md-4"> |
|
|
|
|
<i class="iconfont icon-lianxiren1-copy" style="font-size: 35px;"></i> 流程管理 |
|
|
|
|
</li> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <li @click='materialManage' style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">--> |
|
|
|
|
<!-- <i class="iconfont icon-lianxiren1-copy" style="font-size: 35px;margin-right: 6%;"></i>物资管理--> |
|
|
|
|
<!-- </li>--> |
|
|
|
|
<!-- <li @click='statisticalAnalysis' style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">--> |
|
|
|
|
<!-- <i class="iconfont icon-lianxiren1-copy" style="font-size: 35px;margin-right: 6%;"></i>统计分析--> |
|
|
|
|
<!-- </li>--> |
|
|
|
|
<!-- <li @click='dictionaryLibrary' style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">--> |
|
|
|
|
<!-- <i class="iconfont icon-lianxiren1-copy" style="font-size: 35px;margin-right: 6%;"></i>标准字典库--> |
|
|
|
|
<!-- </li>--> |
|
|
|
|
<!-- <li @click='isystemManage' style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">--> |
|
|
|
|
<!-- <i class="iconfont icon-lianxiren1-copy" style="font-size: 35px;margin-right: 6%;"></i>系统管理--> |
|
|
|
|
<!-- </li>--> |
|
|
|
|
<!-- <li @click='statisticalTreatment' style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">--> |
|
|
|
|
<!-- <i class="iconfont icon-lianxiren1-copy" style="font-size: 35px;margin-right: 6%;"></i>统计报表--> |
|
|
|
|
<!-- </li>--> |
|
|
|
|
</ul> |
|
|
|
|
</a-card> |
|
|
|
|
</div> |
|
|
|
@ -132,18 +159,43 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
methods: { |
|
|
|
|
// 跳转地址 |
|
|
|
|
processManage(){ |
|
|
|
|
this.$router.push('/activiti/applyHome') |
|
|
|
|
}, |
|
|
|
|
materialManage(){ |
|
|
|
|
this.$router.push('/modules/suppliesstronger') |
|
|
|
|
}, |
|
|
|
|
statisticalAnalysis(){ |
|
|
|
|
this.$router.push('/statistic_analysis/costStatistic') |
|
|
|
|
}, |
|
|
|
|
dictionaryLibrary(){ |
|
|
|
|
this.$router.push('/dictionaries/data') |
|
|
|
|
}, |
|
|
|
|
isystemManage(){ |
|
|
|
|
this.$router.push('/isystem/user') |
|
|
|
|
}, |
|
|
|
|
statisticalTreatment(){ |
|
|
|
|
this.$router.push('/report/ArchivesStatisticst') |
|
|
|
|
}, |
|
|
|
|
// 对待办任务进行查询查看是否有待办数据 |
|
|
|
|
searchDoneData(){ |
|
|
|
|
// 待添加 |
|
|
|
|
}, |
|
|
|
|
// 判断是否有待办任务数据 |
|
|
|
|
toBeDoneData(){ |
|
|
|
|
this.tasks[0] = |
|
|
|
|
{ |
|
|
|
|
this.tasks = [ |
|
|
|
|
{ |
|
|
|
|
type: "流程审批", |
|
|
|
|
message: "关于帐外物资的xxxx的审批流程", |
|
|
|
|
time: "2002.20.20 10:10:20" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
type: "流程审批", |
|
|
|
|
message: "关于帐外物资的xxxx的审批流程", |
|
|
|
|
time: "2002.20.20 10:10:20" |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
if (this.tasks != null){ |
|
|
|
|
this.showDate.noDate = false; |
|
|
|
|
this.showDate.showDate = true; |
|
|
|
@ -157,6 +209,7 @@ export default {
|
|
|
|
|
<style scoped> |
|
|
|
|
@import url("http://at.alicdn.com/t/c/font_3733417_ws9m9bvag1h.css"); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.top-div { |
|
|
|
|
height: 100%; |
|
|
|
|
} |
|
|
|
@ -164,6 +217,7 @@ export default {
|
|
|
|
|
.div-card { |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
font-weight: 200; |
|
|
|
|
border-radius: 5px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -197,21 +251,24 @@ export default {
|
|
|
|
|
/*border-radius: 10px;*/ |
|
|
|
|
} |
|
|
|
|
.apply-use li{ |
|
|
|
|
float: left; |
|
|
|
|
width: 15%; |
|
|
|
|
height: 60px; |
|
|
|
|
margin: 40px 0 0 60px; |
|
|
|
|
line-height: 60px; |
|
|
|
|
font-weight: bold; |
|
|
|
|
text-align: center; |
|
|
|
|
margin-top: 20px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.mouse:hover { |
|
|
|
|
cursor: pointer; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.text-style { |
|
|
|
|
margin-left: 20px; |
|
|
|
|
cursor: pointer; |
|
|
|
|
/deep/.ant-card-body { |
|
|
|
|
padding: 0px 24px 36px 24px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/deep/.ant-card-head-title{ |
|
|
|
|
font-weight: 600; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bottom-div /deep/.ant-card-head{ |
|
|
|
|
border-bottom: 0px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
i:hover { |
|
|
|
|