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.2 KiB
72 lines
3.2 KiB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<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/ztree/metro/ztree.css" />
|
|
<link rel="stylesheet" href="/css/newtheme/main.css" />
|
|
<link rel="stylesheet" href="../../layui/css/layui.css" media="all" />
|
|
<link href="../../css/newtheme/layerextend.css" rel="stylesheet" />
|
|
<link rel="stylesheet" href="/css/newtheme/layuiextend.css" />
|
|
|
|
<style>
|
|
.searchVal {
|
|
width: 300px;
|
|
}
|
|
|
|
.layui-laypage {
|
|
margin: 10px 20%;
|
|
}
|
|
|
|
.ztree {
|
|
overflow: auto;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body style="border: 1px solid #0c6f89;
|
|
padding: 20px;
|
|
box-sizing: border-box;
|
|
">
|
|
<div id="divOrgDept" style=" position: absolute; top: 0; bottom: 0px; left: 0; width: 270px; min-height: 500px; border: 1px solid #0c6f89; border-radius: 4px; ">
|
|
<blockquote class="layui-elem-quote title">机构目录</blockquote>
|
|
<div style="width: 100%;height: calc(100% - 52px);overflow: auto">
|
|
<ul id="ztree" class="ztree"></ul>
|
|
</div>
|
|
</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; border-radius: 4px; padding: 20px; ">
|
|
<form class="layui-form">
|
|
<div class="layui-inline">
|
|
<div class="layui-input-inline" style="width: 300px;">
|
|
<input type="text" class="layui-input" id="searchDate" placeholder="请选择日期" />
|
|
</div>
|
|
<div class="layui-input-inline" id="contentDiv">
|
|
<input type="checkbox" id="is_content" lay-filter="bellow" name='is_content' value="1" title="包含下级所属单位" checked="checked" />
|
|
</div>
|
|
<a class="layui-btn search_btn" data-type="reload">搜索</a>
|
|
<div class="layui-inline">
|
|
<a class="layui-btn layui-btn-normal add_btn">添加</a>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
<div id="List" lay-filter="List"></div>
|
|
<!--操作-->
|
|
<script type="text/html" id="ListBar">
|
|
<a lay-event="view"><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 src="../../js/jquery-2.1.3.min.js"></script>
|
|
<script src="../../js/jq_extend.js"></script>
|
|
<script type="text/javascript" src="../../layui/layui.js"></script>
|
|
<script type="text/javascript" src="index.js"></script>
|
|
<!--<link rel="stylesheet" href="../../css/right-list.css" media="all" />
|
|
<link rel="stylesheet" href="../../css/bulletframebg.css" media="all" />-->
|
|
</div>
|
|
</body>
|
|
</html>
|