hn_cloud_web/smz-web/pages/work/uploadResults/personWagesForm.html

94 lines
3.0 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">
</head>
<body>
<div style="padding: 0 24px 0 24px">
<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 layui-form" onsubmit="return false">
<div class="form-group">
</div>
</form>
</td>
</tr>
</table>
</div>
</header>
<div>
<div class="widget-body no-padding">
<div id="dt-table-length2"></div>
<table id="dt-table2"
class="table table-striped table-bordered table-hover"
style="width: 100%">
<thead style="background-color: #FAFAFA !important;">
<tr>
<th style="width:1%">序号</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 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 style="background-color: #FAFAFA !important;">
<tr>
<th style="width:1%">序号</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="../../../../public/public.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/uploadResults/personWagesForm.js"></script>
<script type="text/javascript">
</script>