168 lines
6.4 KiB
HTML
168 lines
6.4 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en" xmlns="http://www.w3.org/1999/html">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<title>用户查询--用户列表</title>
|
||
|
|
<link rel="stylesheet" type="text/css" media="screen" href="../../layui-v2.8.18/layui/css/layui.css">
|
||
|
|
<link rel="stylesheet" type="text/css" media="screen" href="../../css/publicStyles.css">
|
||
|
|
<link rel="stylesheet" href="../../css/ztree/zTreeStyle/zTreeStyle.css" type="text/css">
|
||
|
|
<style>
|
||
|
|
body {
|
||
|
|
font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif !important;
|
||
|
|
}
|
||
|
|
.layui-btn-sm {
|
||
|
|
height: 35px;
|
||
|
|
line-height: 30px;
|
||
|
|
padding: 0 10px;
|
||
|
|
font-size: 12px;
|
||
|
|
}
|
||
|
|
.layui-table th{
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
.layui-form-item{
|
||
|
|
margin-left: 0px!important;
|
||
|
|
}
|
||
|
|
.layui-table-tool{
|
||
|
|
padding: 10px 0!important;
|
||
|
|
}
|
||
|
|
.layui-form-item{
|
||
|
|
margin-bottom: 0px!important;
|
||
|
|
}
|
||
|
|
.widget-body,#demo,.layui-table-view{
|
||
|
|
margin: 0!important;
|
||
|
|
}
|
||
|
|
.layui-input, .layui-textarea {
|
||
|
|
display: block;
|
||
|
|
width: 60%;
|
||
|
|
padding-left: 10px;
|
||
|
|
}
|
||
|
|
.layui-form-label {
|
||
|
|
position: relative;
|
||
|
|
float: left;
|
||
|
|
display: block;
|
||
|
|
padding: 12px 15px;
|
||
|
|
width: 80px;
|
||
|
|
font-weight: 400;
|
||
|
|
line-height: 20px;
|
||
|
|
text-align: right;
|
||
|
|
}
|
||
|
|
.layui-form-select .layui-edge {
|
||
|
|
position: absolute;
|
||
|
|
right: 10px;
|
||
|
|
top: 50%;
|
||
|
|
left: 83%;
|
||
|
|
margin-top: -3px;
|
||
|
|
cursor: pointer;
|
||
|
|
border-width: 6px;
|
||
|
|
border-top-color: #c2c2c2;
|
||
|
|
border-top-style: solid;
|
||
|
|
transition: all .3s;
|
||
|
|
-webkit-transition: all .3s;
|
||
|
|
}
|
||
|
|
.layui-form-select dl {
|
||
|
|
position: absolute;
|
||
|
|
left: 30%;
|
||
|
|
top: 50px;
|
||
|
|
padding: 5px 0;
|
||
|
|
z-index: 899;
|
||
|
|
min-width: 60%;
|
||
|
|
border: 1px solid #eee;
|
||
|
|
max-height: 300px;
|
||
|
|
overflow-y: auto;
|
||
|
|
background-color: #fff;
|
||
|
|
border-radius: 2px;
|
||
|
|
box-shadow: 1px 1px 4px rgb(0 0 0 / 8%);
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|
||
|
|
.layui-table-tool-self{
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
#orgContent{
|
||
|
|
display:none;
|
||
|
|
overflow: auto;
|
||
|
|
width: 300px;
|
||
|
|
height: 350px;
|
||
|
|
position: absolute;
|
||
|
|
z-index: 999;
|
||
|
|
background-color: rgb(255 255 255);
|
||
|
|
left: 195.875px;
|
||
|
|
border: 1px solid #e1e1e1;
|
||
|
|
top: 48px;
|
||
|
|
}
|
||
|
|
.ztree li a.curSelectedNode {
|
||
|
|
padding-top: 0px;
|
||
|
|
background-color: #FFE6B0;
|
||
|
|
color: #907244;
|
||
|
|
height: 16px;
|
||
|
|
border: 1px #FFB951 solid;
|
||
|
|
opacity: 0.8;
|
||
|
|
}
|
||
|
|
.ztree li a {
|
||
|
|
padding: 1px 3px 0 0;
|
||
|
|
margin: 0;
|
||
|
|
cursor: pointer;
|
||
|
|
height: 17px;
|
||
|
|
color: #767272;
|
||
|
|
background-color: transparent;
|
||
|
|
text-decoration: none;
|
||
|
|
vertical-align: top;
|
||
|
|
display: inline-block;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<form class="layui-form" action="" onsubmit="return false">
|
||
|
|
</form>
|
||
|
|
|
||
|
|
<div style="margin-left: 15px;margin-right: 15px;">
|
||
|
|
<div class="widget-body">
|
||
|
|
<table id="demo" lay-filter="test" class="layui-table" lay-size="lg">
|
||
|
|
</table>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</body>
|
||
|
|
</html>
|
||
|
|
<script type="text/javascript" src="../../js/jquery/jquery-3.6.0.js"></script>
|
||
|
|
<script type="text/javascript" src="../../js/jq.js"></script>
|
||
|
|
<script type="text/javascript" src="../../layui-v2.8.18/layui/layui.js"></script>
|
||
|
|
<script type="text/javascript" src="../../js/publicJs.js"></script>
|
||
|
|
<script type="text/javascript" src="../../js/common_methon.js"></script>
|
||
|
|
<script type="text/javascript" src="../../js/dict.js"></script>
|
||
|
|
<script src="../../css/ztree/3.5/jquery.ztree.all.min.js"></script>
|
||
|
|
<script type="text/javascript" src="../../js/work/user/UserManagementList.js" defer="defer"></script>
|
||
|
|
<script type="text/html" id="toolsBar">
|
||
|
|
<a lay-event="edit" style="color: #009688;cursor: pointer;font-size: 16px">编辑</a>
|
||
|
|
<span> | </span>
|
||
|
|
<a lay-event="resetPassword" style="color: #009688;cursor: pointer;font-size: 16px">重置密码</a>
|
||
|
|
<span> | </span>
|
||
|
|
<a lay-event="del" style="color: #009688;cursor: pointer;font-size: 16px">删除</a>
|
||
|
|
</script>
|
||
|
|
<script type="text/html" id="switchTpl">
|
||
|
|
<input type="checkbox" id="statusSwitch" name="status" value="{{d.id}}" lay-skin="switch" lay-text="启用|锁定" lay-filter="statusSwitch" {{ d.status == 1 ? 'checked' : '' }}>
|
||
|
|
</script>
|
||
|
|
<script type="text/html" id="toolbar">
|
||
|
|
<div class="layui-form">
|
||
|
|
<div class="layui-form-item">
|
||
|
|
<div class="layui-input-inline" style="margin-top: 2px;margin-left: 1%;">
|
||
|
|
<input type="text" id="keyWord" placeholder="用户名" autocomplete="off" class="layui-input" style="width: 100%">
|
||
|
|
</div>
|
||
|
|
<div class="layui-inline">
|
||
|
|
<input class="inp" id="department" readonly="readonly" style="text-align: center;font-size: 15px;height:40px;border: 1px solid #f1ecec;width: 90%;" value="组织机构" jyValidate="required" type="text" lay-event="roleBtn" onclick="showRole(); return false;" />
|
||
|
|
<input type="hidden" id="departmentId" name="departmentId">
|
||
|
|
<div id='orgContent' class="menuContent ztreeMC">
|
||
|
|
<ul id="departmentTree" class="ztree accountOrgTree"></ul>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="layui-inline" style="width: 5%;margin-top: 4px">
|
||
|
|
<button id="searchBt" class="layui-btn layui-btn-sm" lay-event="searchBt">查询</button>
|
||
|
|
</div>
|
||
|
|
<div class="layui-inline" style="width: 5%;margin-top: 4px;margin-left: 10px;">
|
||
|
|
<button id="resetBt" class="layui-btn layui-btn-sm" lay-event="resetBt">重置</button>
|
||
|
|
</div>
|
||
|
|
<div class="layui-inline" style="width: 5%;margin-top: 4px;margin-left: 10px;">
|
||
|
|
<button id="addBtn" class="layui-btn layui-btn-sm" lay-event="addBtn">新 增</button>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</script>
|