155 lines
5.2 KiB
Plaintext
155 lines
5.2 KiB
Plaintext
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en" style="background-color: transparent;">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<link rel="stylesheet" href="../../../js/layui/css/layui.css">
|
||
|
|
<link rel="stylesheet" href="../../../css/font.css">
|
||
|
|
<link rel="stylesheet" href="../../../css/table-common.css">
|
||
|
|
<script src="../../../js/public/jquery-3.6.0.js" type="text/javascript"></script>
|
||
|
|
<script src="../../../js/public/sm3.js" type="text/javascript"></script>
|
||
|
|
<script src="../../../js/layui/layui.js"></script>
|
||
|
|
<script src="../../../js/public/public.js" type="text/javascript"></script>
|
||
|
|
<script src="../../../js/public/commonUtils.js" type="text/javascript"></script>
|
||
|
|
<script src="../../../js/public/select.js"></script>
|
||
|
|
<script src="../../../js/public/aes.js"></script>
|
||
|
|
<title>人员信息</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div class="title layout"><p>人员信息</p><img title="关闭" onclick="closePage(1)" style="cursor: pointer;"
|
||
|
|
src="../../../img/compreDisplay/close-btn.png"></div>
|
||
|
|
<div id="content">
|
||
|
|
<div class="search-box layout">
|
||
|
|
<form class="layui-form" onclick="return false;">
|
||
|
|
<div class="layui-form-item">
|
||
|
|
<div class="layui-inline">
|
||
|
|
<label class="layui-form-label" style="width: 70px !important;">日期:</label>
|
||
|
|
<div class="layui-input-inline">
|
||
|
|
<input type="text" id="curryDay" class="layui-input" autocomplete="off" readonly style="cursor: pointer;">
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="layui-inline">
|
||
|
|
<label class="layui-form-label" style="width: 90px !important;">人员姓名:</label>
|
||
|
|
<div class="layui-input-inline">
|
||
|
|
<input type="text" id="personName" class="layui-input" autocomplete="off">
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="layui-inline">
|
||
|
|
<label class="layui-form-label" style="width: 90px !important;">班组名称:</label>
|
||
|
|
<div class="layui-input-inline">
|
||
|
|
<input type="text" id="teamName" class="layui-input" autocomplete="off">
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="layui-inline">
|
||
|
|
<label class="layui-form-label" style="width: 90px !important;">工程名称:</label>
|
||
|
|
<div class="layui-input-inline">
|
||
|
|
<input type="text" id="proName" class="layui-input" autocomplete="off">
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="layui-inline">
|
||
|
|
<button type="button" class="layui-btn layui-btn-normal layui-btn-sm"
|
||
|
|
style="font-size: 13px;margin-left: 32px;background-color: #2F82FB;margin-top: -5px;"
|
||
|
|
onclick="query(1)">查询
|
||
|
|
</button>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</form>
|
||
|
|
</div>
|
||
|
|
<div class="table-box" table-responsive style="z-index: 1;">
|
||
|
|
<table id="personnelTable" class="table" lay-filter="proTable"></table>
|
||
|
|
<div id="voi-page" class="layout"></div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</body>
|
||
|
|
<style>
|
||
|
|
.search-box{
|
||
|
|
height: 60px;
|
||
|
|
}
|
||
|
|
.table-box {
|
||
|
|
width: 100%;
|
||
|
|
height: calc(100% - 80px);
|
||
|
|
}
|
||
|
|
.layui-table-init {
|
||
|
|
background-color: transparent !important;
|
||
|
|
}
|
||
|
|
.layui-laydate .layui-this {
|
||
|
|
background-color: #2F5D6B !important;
|
||
|
|
color: #fff !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laydate, .layui-laydate-hint {
|
||
|
|
border: 1px solid #d2d2d2;
|
||
|
|
background-color: #06182E !important;
|
||
|
|
color: #666;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laydate-list {
|
||
|
|
background-color: #06182E !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laydate-header i {
|
||
|
|
position: absolute;
|
||
|
|
top: 10px;
|
||
|
|
padding: 0 5px;
|
||
|
|
color: #d9d9d9;
|
||
|
|
font-size: 18px;
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laydate-content > table > thead > tr > th {
|
||
|
|
color: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laydate-content td {
|
||
|
|
color: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laydate-content .laydate-day-next, .layui-laydate-content .laydate-day-prev {
|
||
|
|
color: #666;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laydate-footer span:first-child.layui-laydate-preview {
|
||
|
|
color: #fff !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laydate-content td:hover {
|
||
|
|
color: #fff;
|
||
|
|
background-color: #2F5D6B !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laydate-list > li:hover {
|
||
|
|
background-color: #2F5D6B !important;
|
||
|
|
color: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laydate-header i:hover, .layui-laydate-header span:hover {
|
||
|
|
color: #2F5D6B !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.laydate-footer-btns span:hover {
|
||
|
|
color: #2F5D6B !important;
|
||
|
|
}
|
||
|
|
.laydate-set-ym {
|
||
|
|
color: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.laydate-footer-btns {
|
||
|
|
color: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laydate-footer span {
|
||
|
|
display: inline-block;
|
||
|
|
vertical-align: top;
|
||
|
|
height: 26px;
|
||
|
|
line-height: 24px;
|
||
|
|
padding: 0 10px;
|
||
|
|
border: 1px solid #c9c9c9;
|
||
|
|
border-radius: 2px;
|
||
|
|
background-color: transparent !important;
|
||
|
|
font-size: 12px;
|
||
|
|
cursor: pointer;
|
||
|
|
white-space: nowrap;
|
||
|
|
transition: all .3s;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
<script src="../../../js/compreDisplay/child/personnelStatistics.js"></script>
|
||
|
|
</html>
|