hn_cloud_web/smz-web/pages/work/person/faceContrast/noSignalTeamExamine.html

80 lines
4.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/basic.css">
</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="layui-inline">
<div class="layui-input-inline" style="display: flex;align-items: center;">
<input type="text" style="height: 30px;margin: 0px;width:10%;" id="keyWord" name="keyWord" placeholder="工程名称/分包商/班组名称" class="form-control">
<select id="examineStatus" name="examineStatus" class="input-sm">
<option value="-1">全部</option>
<option value="0">未审核</option>
<option value="1">已通过</option>
<option value="2">未通过</option>
<option value="3">已回收</option>
</select>
&nbsp;<button id="searchBt" class="layui-btn layui-btn-sm" permission="sys:noSignalTeamApply:query"><i class="layui-icon">&#xe615;</i>搜索</button>
</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>
</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="../../../../../public/public.js"></script>
<script type="text/javascript" src="../../../../js/publicJs.js"></script>
<script type="text/javascript" src="../../../../js/dict.js"></script>
<!--引入下拉选js-->
<script type="text/javascript" src="../../../../js/select.js"></script>
<script type="text/javascript" src="../../../../js/work/person/faceContrast/noSignalTeamExamine.js"></script>
<script type="text/javascript">
</script>