155 lines
7.5 KiB
HTML
155 lines
7.5 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<title>Insert title here</title>
|
||
|
|
<link rel="stylesheet" type="text/css" media="screen" href="../../../css/bootstrap.min.css">
|
||
|
|
<link rel="stylesheet" type="text/css" media="screen" href="../../../css/dataTables.bootstrap.min.css">
|
||
|
|
<link rel="stylesheet" type="text/css" media="screen" href="../../../layui/css/layui.css">
|
||
|
|
|
||
|
|
|
||
|
|
<style>
|
||
|
|
/* dataTables列内容居中 */
|
||
|
|
.table>tbody>tr>td{
|
||
|
|
text-align:center;
|
||
|
|
vertical-align: middle;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* dataTables表头居中 */
|
||
|
|
.table>thead:first-child>tr:first-child>th{
|
||
|
|
text-align:center;
|
||
|
|
vertical-align: middle;
|
||
|
|
}
|
||
|
|
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-layer-btn{
|
||
|
|
text-align: center !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.layui-layer-btn .layui-layer-btn0{
|
||
|
|
color: #fff !important;
|
||
|
|
background-color: rgb(65,77,143) !important;
|
||
|
|
border-color: #2e6da4 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-layer-btn a:hover {
|
||
|
|
color: #fff !important;
|
||
|
|
background-color: #286090 !important;
|
||
|
|
border-color: #204d74 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div>
|
||
|
|
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
|
||
|
|
<header style="height: 100%">
|
||
|
|
<div align="left">
|
||
|
|
<table style="width: 100%">
|
||
|
|
<tr>
|
||
|
|
<td>
|
||
|
|
<form class="layui-form" onsubmit="return false">
|
||
|
|
<div class="form-group">
|
||
|
|
<div class="layui-inline" style="margin-left: -1%; display: none">
|
||
|
|
<div class="layui-input-inline" style="margin-left: 7%;">
|
||
|
|
<select id="orgId" name="orgId" lay-filter="orgId" lay-search>
|
||
|
|
</select>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="layui-inline" style="margin-left: 1%">
|
||
|
|
<div class="layui-input-inline">
|
||
|
|
<select id="proId" name="proId" lay-search>
|
||
|
|
</select>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="layui-inline">
|
||
|
|
<div class="layui-input-inline">
|
||
|
|
<select id="examineStatus" name="examineStatus" lay-search>
|
||
|
|
<option value="-1">请选择审核状态</option>
|
||
|
|
<option value="0">待审核</option>
|
||
|
|
<option value="1">已通过</option>
|
||
|
|
<option value="2">未通过</option>
|
||
|
|
</select>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
|
||
|
|
<div class="layui-inline">
|
||
|
|
<div class="layui-input-inline" style="margin-top: -1.5%;">
|
||
|
|
<input id="username" type="text" class="layui-input" placeholder="用户名" style="margin-top: 1%;">
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="layui-inline">
|
||
|
|
<div class="layui-input-inline" style="margin-top: -1.5%;">
|
||
|
|
<input id="phone" type="text" class="layui-input" placeholder="联系方式"style="margin-top: 1%;">
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="layui-inline">
|
||
|
|
<div class="layui-input-inline" style="margin-top: -1.5%;">
|
||
|
|
<input id="keyWord" type="text" class="layui-input" placeholder="请输入关键字"style="margin-top: 1%;">
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<button id="searchBt" class="layui-btn layui-btn-sm" permission="sys:user:query" style="margin-left:1% "><i class="layui-icon"></i>搜索</button>
|
||
|
|
<button class="layui-btn layui-btn-sm" onclick="adds()">
|
||
|
|
<i class="layui-icon"></i> 添加
|
||
|
|
</button>
|
||
|
|
</div>
|
||
|
|
</form>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
</table>
|
||
|
|
</div>
|
||
|
|
</header>
|
||
|
|
|
||
|
|
<div>
|
||
|
|
<div class="widget-body no-padding">
|
||
|
|
<div id="dt-table-length"></div>
|
||
|
|
<table id="dt-table" class="table table-striped table-bordered table-hover" style="width:100%">
|
||
|
|
<thead>
|
||
|
|
<tr>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<th>序号</th>
|
||
|
|
<th>用户名</th>
|
||
|
|
<th>联系方式</th>
|
||
|
|
<th>权限类型</th>
|
||
|
|
<th>岗位</th>
|
||
|
|
<th>公司</th>
|
||
|
|
<th>工程名称</th>
|
||
|
|
<th>分包商</th>
|
||
|
|
<th>班组</th>
|
||
|
|
<th>登录人脸照片</th>
|
||
|
|
<th>创建方式</th>
|
||
|
|
<th>创建时间</th>
|
||
|
|
<th>审核状态</th>
|
||
|
|
<th>审核备注</th>
|
||
|
|
<th>操作</th>
|
||
|
|
</tr>
|
||
|
|
</thead>
|
||
|
|
<tbody>
|
||
|
|
</tbody>
|
||
|
|
</table>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</body>
|
||
|
|
</html>
|
||
|
|
|
||
|
|
<script type="text/javascript" src="../../../js/libs/jquery-3.7.1.min.js"></script>
|
||
|
|
<script type="text/javascript" src="../../../js/jq.js"></script>
|
||
|
|
<script type="text/javascript" src="../../../js/plugin/datatables/jquery.dataTables.min.js"></script>
|
||
|
|
<script type="text/javascript" src="../../../js/plugin/datatables/dataTables.bootstrap.min.js"></script>
|
||
|
|
<script type="text/javascript" src="../../../js/my/permission.js"></script>
|
||
|
|
<script type="text/javascript" src="../../../layui/layui.js"></script>
|
||
|
|
<script type="text/javascript" src="../../../js/publicJs.js"></script>
|
||
|
|
<script type="text/javascript" src="../../../js/dict.js"></script>
|
||
|
|
<script type="text/javascript" src="../../../js/select.js"></script>
|
||
|
|
<script type="text/javascript" src="../../../js/work/sysMag/user.js" defer="defer"></script>
|
||
|
|
<script type="text/javascript">
|
||
|
|
|
||
|
|
</script>
|