HnRealNameBmwWeb/pages/work/migrant/workInformationReleaseAcc.html

96 lines
5.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">
<style>
.layui-form input[type=checkbox], .layui-form input[type=radio], .layui-form select {
display: inline !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="form-inline layui-form" onsubmit="return false">
<div class="form-group" style="width: 40%;">
<div class="layui-inline" style="width: 98%" >
<div class="layui-input-inline" style="display: flex;align-items: center;">
<input id="keyWord" name="keyWord" lay-verify="required" style="height: 26px;width: 325%;" lay-search="" lay-filter="keyWord"
placeholder="请输入持证、工种、班组类型、班组长"/>
<span style="width: 400px">审核结果:</span>
<select id="auditResult" name="auditResult" style="height: 26px">
<option value="">请选择</option>
<option value="0">待审核</option>
<option value="1">已通过</option>
<option value="2">未通过</option>
</select>
<span style="width: 400px">是否下线:</span>
<select id="isOnline" name="auditResult" style="height: 26px">
<option value="">请选择</option>
<option value="0"></option>
<option value="1"></option>
</select>
<button id="searchBt" style="margin-top: -0.6%" class="layui-btn layui-btn-sm"
permission="sys:releaseWorkInfo:query"><i class="layui-icon">&#xe615;</i>搜索
</button>
</div>
</div>
</div>
</form>
</td>
</tr>
</table>
</div>
</header>
<div>
<div class="widget-body no-padding">
<table id="dt-table" class="table table-striped table-bordered table-hover" style="width:100%">
<thead>
<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>
</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/select.js" ></script>
<script type="text/javascript" src="../../../js/dict.js"></script>
<script type="text/javascript" src="../../../js/work/migrant/workInformationReleaseAcc.js"></script>