Commit 9a8ed264 by Java-曹文达

页面优化

parent 814ba974
......@@ -68,6 +68,9 @@
.bg-gradient-blue{
background: linear-gradient(to bottom,#3395ff 0%,#006ee6 100%)!important;
}
.bg-gradient-perpol{
background:linear-gradient(to bottom,#ff33f8 0%,#e600c3 100%)!important; ;
}
</style>
<script src="https://cdn.bootcss.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
......@@ -95,7 +98,7 @@
<li class="s_menu_item"><a target="main_frame" href="/web/bpm/user/toDeployment"><span class="nav-icon"><i class="fa fa-qrcode bg-gradient-red text-white"></i></span>查看流程</a></li>
<li class="s_menu_item"><a target="main_frame" href="/model/createNew"><span class="nav-icon"><i class="fa fa-heart bg-gradient-orange text-white"></i></span>创建流程</a></li>
<li class="s_menu_item"><a target="main_frame" href="/web/bpm/user/toOrganization"><span class="nav-icon"><i class="fa fa-table bg-gradient-green text-white"></i></span>组织结构</a></li>
<li class="s_menu_item"><a target="main_frame" href="/web/bpm/user/toUserList"><span class="nav-icon"><i class="fa fa-user bg-gradient-green text-white"></i></span>用户管理</a></li>
<li class="s_menu_item"><a target="main_frame" href="/web/bpm/user/toUserList"><span class="nav-icon"><i class="fa fa-user text-white bg-gradient-perpol"></i></span>用户管理</a></li>
<li class="s_menu_item"><a target="main_frame" href="/swagger-ui.html"><span class="nav-icon"><i class="fa fa-map bg-gradient-blue text-white"></i></span>API 文档</a></li>
</ul>
......
......@@ -374,7 +374,6 @@
pId=0;
}
layer.open({
id:1,
type: 1,
title:'确认删除吗',
skin:'layui-layer-rim',
......@@ -419,7 +418,6 @@
if(pId==1 || pId==''){
layer.open({
id:1,
type: 1,
title:'添加组织',
skin:'layui-layer-rim',
......@@ -459,6 +457,7 @@
layer.close(index);
}
});
$(".layui-layer-content").attr("class","");
$.post(
"/bpm/user/getOrganizationInfo",
{"id":id},
......@@ -470,7 +469,6 @@
)
}else {
layer.open({
id:1,
type: 1,
title:'添加组织',
skin:'layui-layer-rim',
......@@ -506,10 +504,12 @@
)
}
},
btn2:function (index,layero) {
layer.close(index);
}
});
$(".layui-layer-content").attr("class","");
$.post(
"/bpm/user/getOrganizationInfo",
{"id":id},
......@@ -563,7 +563,6 @@
if(type==1){
layer.open({
id:1,
type: 1,
title:'添加组织',
skin:'layui-layer-rim',
......@@ -604,10 +603,10 @@
layer.close(index);
}
});
$(".layui-layer-content").attr("class","");
}
else if(pId==1 && type==2){
layer.open({
id:1,
type: 1,
title:'添加部门人员',
skin:'layui-layer-rim',
......@@ -651,9 +650,9 @@
layer.close(index);
}
});
$(".layui-layer-content").attr("class","");
}else{
layer.open({
id:1,
type: 1,
title:'添加部门人员',
skin:'layui-layer-rim',
......@@ -694,13 +693,10 @@
}
});
}
$(".layui-layer-content").attr("class","");
}
function reload() {
location.reload();
}
</script>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment