You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
3.5 KiB
72 lines
3.5 KiB
11 months ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>车辆进出记录</title>
|
||
|
<meta name="renderer" content="webkit">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||
|
<meta name="format-detection" content="telephone=no">
|
||
|
<link rel="stylesheet" href="/js/layui/css/layui.css" media="all" />
|
||
|
<link rel="stylesheet" href="../../css/public.css" media="all" />
|
||
|
<link rel="stylesheet" href="../../css/ztree/metro/ztree.css">
|
||
|
<script src="../../js/jquery-2.1.3.min.js" type="text/javascript"></script>
|
||
|
<script src="../../js/jquery.cookie.js" type="text/javascript"></script>
|
||
|
<link href="../../Index/css/zhgl-style.css" rel="stylesheet" />
|
||
|
<style>
|
||
|
.ztree {
|
||
|
overflow: auto;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="divOrgDept" style=" position: absolute;
|
||
|
top: 0;
|
||
|
bottom: 0px;
|
||
|
left: 0;
|
||
|
width: 270px;
|
||
|
min-height: 500px;
|
||
|
border: 1px solid #0c6f89;
|
||
|
background: rgba(12, 70, 100, 0.8);
|
||
|
border-radius: 4px;
|
||
|
">
|
||
|
<blockquote class="layui-elem-quote title">机构目录</blockquote>
|
||
|
<ul id="ztree" class="ztree"></ul>
|
||
|
</div>
|
||
|
<div id="divEmpBody" class="layui-col-lg10 layui-col-md10 layui-col-xs10" style="position: absolute; left: 290px; right: 0; top: 0; bottom: 0; z-index: 998; width: auto; overflow: hidden; overflow-y: auto; box-sizing: border-box; border: 1px solid #0c6f89; background: rgba(12, 70, 100, 0.8); border-radius: 4px; padding: 20px;">
|
||
|
<blockquote class="layui-elem-quote quoteBox">
|
||
|
<form class="layui-form">
|
||
|
<div class="layui-inline">
|
||
|
<div class="layui-input-inline" style="width: 240px">
|
||
|
<input type="text" class="layui-input searchVal" placeholder="请输入车牌或颜色搜索" />
|
||
|
</div>
|
||
|
<div class="layui-input-inline" style="width: 300px;">
|
||
|
<input type="text" class="layui-input" id="searchTime" placeholder="开始日期 - 结束日期" />
|
||
|
</div>
|
||
|
<div id="divIsSub" class="layui-input-inline">
|
||
|
<input type="checkbox" id="is_content" lay-filter="bellow" name='is_content' value="1" title="包含下级所属单位">
|
||
|
</div>
|
||
|
<a class="layui-btn search_btn" data-type="reload">搜索</a>
|
||
|
</div>
|
||
|
</form>
|
||
|
</blockquote>
|
||
|
<table id="VehicleAccessList" lay-filter="VehicleAccessList"></table>
|
||
|
</div>
|
||
|
<script type="text/html" id="VehicleAccessListBar">
|
||
|
<a lay-event="audit"><img src="../../images/xiangqing.png" style=" height:20px; width:20px; margin-right: 20px; cursor:pointer;" title="出入详情" /></a>
|
||
|
</script>
|
||
|
<script type="text/html" id="VehicleAccessListBar2">
|
||
|
<a lay-event="audit"><img src="../../images/xiangqing.png" style=" height:20px; width:20px; margin-right: 20px; cursor:pointer;" title="出入详情" /></a>
|
||
|
</script>
|
||
|
|
||
|
<script>
|
||
|
document.write('<script src="/js/layui/layui.js"><\/script>')
|
||
|
document.write('<script src="index.js"><\/script>')
|
||
|
</script>
|
||
|
<link rel="stylesheet" href="../../css/right-list.css" media="all" />
|
||
|
<link rel="stylesheet" href="../../css/bulletframebg.css" media="all" />
|
||
|
</body>
|
||
|
</html>
|