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="../../css/newtheme/main.css" />
|
||
|
<link rel="stylesheet" href="../../layui/css/layui.css" media="all" />
|
||
|
<link rel="stylesheet" href="../../css/newtheme/layuiextend.css" />
|
||
|
|
||
|
<link href="../../css/newtheme/layerextend.css" rel="stylesheet" media="all" />
|
||
|
<link rel="stylesheet" href="../../css/newtheme/layuiextend.css" />
|
||
|
|
||
|
<!--<link rel="stylesheet" href="../../css/public.css" media="all" />-->
|
||
|
<style>
|
||
|
html, body {
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
.laytable-cell-1-ORG_ID {
|
||
|
width: 682px;
|
||
|
}
|
||
|
|
||
|
.laytable-cell-1-AREA_ID {
|
||
|
width: 682px;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="content" style="right:0;top:0;bottom:0;z-index:998;width:auto;overflow:hidden;overflow-y:auto;box-sizing:border-box;background: url(/images/conbg.png) no-repeat;background-size: 100% 100%;">
|
||
|
<div class="content1" style="height: calc(100% - 35px); margin-top: 35px;margin-bottom: 0px;">
|
||
|
<div class="train-list-search">
|
||
|
<form class="layui-form">
|
||
|
<blockquote class="layui-elem-quote quoteBox">
|
||
|
<div class="layui-inline">
|
||
|
<div class="layui-input-inline">
|
||
|
<input type="text" class="layui-input searchVal" placeholder="请输入搜索的内容" />
|
||
|
</div>
|
||
|
<a class="layui-btn search_btn" data-type="reload">搜索</a>
|
||
|
</div>
|
||
|
<div class="layui-inline">
|
||
|
<a class="layui-btn layui-btn-normal add_btn">添加预案</a>
|
||
|
</div>
|
||
|
<div class="layui-inline">
|
||
|
<a class="layui-btn layui-btn-danger layui-btn-normal delAll_btn">批量删除</a>
|
||
|
</div>
|
||
|
</blockquote>
|
||
|
</form>
|
||
|
</div>
|
||
|
<div style="padding:14px 14px 0 14px">
|
||
|
<table id="firePlanList" lay-filter="firePlanList"></table>
|
||
|
<!--操作-->
|
||
|
<script type="text/html" id="firePlanListBar">
|
||
|
<a lay-event="audit"><img src="../../images/xiangqing.png" style=" height:20px; width:20px; margin-right: 20px; cursor:pointer;" title="查看文件" /></a>
|
||
|
<a lay-event="edit"><img src="../../images/edit.png" style=" height:20px; width:20px; margin-right: 20px; cursor:pointer;" title="编辑" /></a>
|
||
|
</script>
|
||
|
<script type="text/html" id="firePlanListBar2">
|
||
|
<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/javascript" src="../../layui/layui.js"></script>
|
||
|
<script src="YuAn.js" type="text/javascript"></script>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|