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.
50 lines
2.1 KiB
50 lines
2.1 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="../../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>
|
||
|
</head>
|
||
|
<body>
|
||
|
<blockquote class="layui-elem-quote quoteBox">
|
||
|
<form class="layui-form">
|
||
|
<div class="layui-inline">
|
||
|
<div class="layui-input-inline">
|
||
|
<input type="text" class="layui-input" id="searchTime" placeholder="请选择入伍时间" />
|
||
|
</div>
|
||
|
<div class="layui-input-inline">
|
||
|
<select id="searchRest" lay-filter="searchRest" lay-search="">
|
||
|
<option value="">请选择假期类型</option>
|
||
|
<option value="0">周末</option>
|
||
|
<option value="1">节假日</option>
|
||
|
</select>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="layui-inline">
|
||
|
<a class="layui-btn layui-btn-normal search_btn">搜索</a>
|
||
|
<a class="layui-btn layui-btn-normal add_btn">新增</a>
|
||
|
</div>
|
||
|
</form>
|
||
|
</blockquote>
|
||
|
<table id="holidayList" lay-filter="holidayList"></table>
|
||
|
|
||
|
<!--操作-->
|
||
|
<script type="text/html" id="toolBar">
|
||
|
<a lay-event="edit"><img src="../../images/edit.png" style=" height:20px; width:20px; margin-right :20px; cursor:pointer;" title="编辑" /></a>
|
||
|
<a lay-event="del"><img src="../../images/del.png" style="height:20px; width:20px; margin-right: 20px; cursor:pointer;" title="删除" /></a>
|
||
|
</script>
|
||
|
<script type="text/javascript" src="../../layui/layui.js"></script>
|
||
|
<script type="text/javascript" src="Holiday.js"></script>
|
||
|
</body>
|
||
|
</html>
|
||
|
|