110 lines
5.3 KiB
HTML
110 lines
5.3 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<title>管理工资考勤核对审核</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">
|
||
|
|
<link rel="stylesheet" type="text/css" media="screen" href="../../../css/work/basic/proManager.css">
|
||
|
|
<style>
|
||
|
|
#commonFunctionsContent {
|
||
|
|
margin-top: 15px;
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
#commonFunctionsContent > span {
|
||
|
|
border: 1px solid #31A7FF;
|
||
|
|
color: #31A7FF;
|
||
|
|
padding: 5px 10px;
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
#commonFunctionsContent > span:hover {
|
||
|
|
border: 1px solid #4E50F0;
|
||
|
|
color: #4E50F0;
|
||
|
|
}
|
||
|
|
</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="form-inline" onsubmit="return false">
|
||
|
|
<div id="commonFunctionsContent">
|
||
|
|
<span id="" class="checkData" onclick="stateBtn('')"
|
||
|
|
style="border-bottom-left-radius:4px;border-top-left-radius:2px;background-color: #31A7FF;color: #fff">全部</span><span
|
||
|
|
id="1" class="checkData" onclick="stateBtn('1')">待确认</span><span id="2"
|
||
|
|
class="checkData" onclick="stateBtn('3')">已确认</span><span
|
||
|
|
id="3" class="checkData" onclick="stateBtn('2')"
|
||
|
|
style="border-bottom-right-radius:4px;border-top-right-radius:2px;">已驳回</span>
|
||
|
|
</div>
|
||
|
|
<div class="form-group">
|
||
|
|
<input id="keyWord" name="keyWord" type="text" class="form-control" placeholder="搜索关键词">
|
||
|
|
<input type="text" class="form-control" id="months" autocomplete="off"
|
||
|
|
placeholder="选择月份范围">
|
||
|
|
<div class="layui-input-inline">
|
||
|
|
<select id="state" class="form-control" name="state">
|
||
|
|
<option value="">核定结果审核状态</option>
|
||
|
|
<option value="0">待提交</option>
|
||
|
|
<option value="1">待确认</option>
|
||
|
|
<option value="2">已驳回</option>
|
||
|
|
<option value="3">已确认</option>
|
||
|
|
</select>
|
||
|
|
</div>
|
||
|
|
<button id="searchBt" class="layui-btn layui-btn-sm"><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>
|
||
|
|
<th style="width:1%">序号</th>
|
||
|
|
<th>核定编号</th>
|
||
|
|
<th>工资考勤月份</th>
|
||
|
|
<th>工程名称</th>
|
||
|
|
<th>分包名称</th>
|
||
|
|
<th>核定结果审核状态</th>
|
||
|
|
<th>线下确认附件</th>
|
||
|
|
<th>流程状态</th>
|
||
|
|
<th style="width:11%">操作</th>
|
||
|
|
</tr>
|
||
|
|
</thead>
|
||
|
|
<tbody>
|
||
|
|
</tbody>
|
||
|
|
</table>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</body>
|
||
|
|
</html>
|
||
|
|
<script type="text/javascript" src="../../../js/libs/jquery-3.6.0.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/time.js"></script>
|
||
|
|
<script type="text/javascript" src="../../../js/work/managementReview/managementReviewList.js"></script>
|
||
|
|
<script type="text/javascript">
|
||
|
|
|
||
|
|
</script>
|