170 lines
7.4 KiB
HTML
170 lines
7.4 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/proManager.css">
|
|
<link rel="stylesheet" type="text/css" media="screen" href="../../../js/jquery/jquery-confirm.css">
|
|
<style>
|
|
html,
|
|
body {
|
|
width: 100%;
|
|
height: 100%;
|
|
float: left;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.layui-form input[type=checkbox], .layui-form input[type=radio], .layui-form select {
|
|
display: none !important;
|
|
}
|
|
|
|
#folder {
|
|
width: 100%;
|
|
height: 666px;
|
|
overflow: auto;
|
|
}
|
|
|
|
#folder > div {
|
|
float: left;
|
|
}
|
|
|
|
.layui-breadcrumb {
|
|
float: left;
|
|
margin-top: 1%;
|
|
margin-bottom: 1%;
|
|
}
|
|
|
|
.navigation {
|
|
text-indent: 15px;
|
|
cursor: pointer;
|
|
color: #333333;
|
|
padding-top: 14px;
|
|
padding-bottom: 14px
|
|
}
|
|
|
|
.navigation:hover {
|
|
color: #409EFF;
|
|
}
|
|
|
|
.navigation_click {
|
|
background: #E7F0FA;
|
|
border-right: 4px solid #409EFF;
|
|
font-weight: 600;
|
|
color: #409EFF;
|
|
}
|
|
</style>
|
|
</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" style="margin-top: 0.5%;margin-bottom: 0.5%">
|
|
<input id="rewordId" name="proId" type="hidden">
|
|
<input id="month" name="month" type="hidden">
|
|
<input id="name" name="name" type="hidden">
|
|
<input id="subName" name="subName" type="hidden">
|
|
|
|
<div class="form-group">
|
|
<div class="layui-inline" >
|
|
<div class="layui-input-inline" style="display: flex;align-items: center;">
|
|
<input type="text" id="fileName" placeholder="请输入" name="fileName" class="layui-input">
|
|
</div>
|
|
</div>
|
|
|
|
<button id="searchBt" class="layui-btn layui-btn-sm">
|
|
<i class="layui-icon layui-icon-search"></i>
|
|
查询
|
|
</button>
|
|
<button id="resetBt" class="layui-btn layui-btn-sm">
|
|
<i class="layui-icon layui-icon-refresh-3"></i>
|
|
重置
|
|
</button>
|
|
<button id="download" class="layui-btn layui-btn-primary layui-border-blue layui-btn-sm" onclick="downloadClickAllMe()">
|
|
<i class="layui-icon layui-icon-download-circle"></i>
|
|
下载
|
|
</button>
|
|
</div>
|
|
|
|
|
|
<!--<div class="form-group" style="margin-left: 28%;">
|
|
<div class="layui-inline" style="margin-left: 10px;margin-right: 10px;">
|
|
<div onclick="switchList(this)" style="border: 1px solid #409EFF;float: left;padding: 6px 16px" title="列表">
|
|
<img src="../../../img/exam/list1.jpg"/>
|
|
</div>
|
|
<div onclick="switchFolder(this)" style="border: 1px solid #E4E4E4;float: left;padding: 6px 16px" title="文件夹">
|
|
<img src="../../../img/exam/folder2.jpg"/>
|
|
</div>
|
|
</div>
|
|
|
|
</div>-->
|
|
</form>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</header>
|
|
|
|
|
|
<div>
|
|
<span class="layui-breadcrumb" lay-separator="" lay-filter="nav">
|
|
<a href="javascript:void(0)" onclick="navClickPro('0','','全部文件', this)" ><img src="../../../img/fileIcon/folderIcon.png" width="12"/> 全部文件</a>
|
|
|
|
</span>
|
|
<div class="widget-body no-padding" id="table">
|
|
|
|
<table id="dt-table" class="table table-striped table-bordered table-hover" style="width:100%">
|
|
<thead>
|
|
<tr>
|
|
<th class='th'>
|
|
<input type="checkbox" class="checkAll"/>
|
|
</th>
|
|
<th>序号</th>
|
|
<th>文件名称</th>
|
|
<th>文件类型</th>
|
|
<th>月份</th>
|
|
<th>更新人</th>
|
|
<th>最后更新时间</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<div id="folder" style="display: none;">
|
|
<span style="display: inline-block;width: 100%">
|
|
<input id="AddCheckBox" type="checkbox" name="AAA" title="全选">
|
|
<label for="AddCheckBox" style="color: #666666">全选</label>
|
|
<form class="form-inline layui-form" onsubmit="return false" style="margin-left: 85%;width: 8%;display: inline-block">
|
|
<select id="fileSizeTime" name="fileSizeTime" lay-filter="fileSizeTime">
|
|
<option value="" selected>文件名称</option>
|
|
<option value="1">文件大小</option>
|
|
<option value="2">更新时间</option>
|
|
</select>
|
|
</form>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
<script type="text/javascript" src="../../../js/libs/jquery-3.6.0.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>
|
|
<script type="text/javascript" src="../../../js/work/fileLibrary/fileAllLibrary.js"></script>
|
|
<script type="text/javascript">
|
|
</script> |