<!DOCTYPE html>
|
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:layout="http://www.w3.org/1999/xhtml"
|
xmlns:th="http://www.w3.org/1999/xhtml" layout:decorator="MasterPage/CommonPage/Layout">
|
<head>
|
<meta charset="utf-8" />
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<title th:text="'我的申请 - ' + ${systemName}"></title>
|
<link th:href="@{${pubzyWebRoot} + 'ext-4.2.1.883/resources/css/ext-all-neptune.css'}" rel="stylesheet" type="text/css" />
|
<link th:href="@{${pubzyWebRoot} + 'media/css/bootstrap-tree.css'}" rel="stylesheet" type="text/css" />
|
<link rel="stylesheet" th:href="@{${pubzyWebRoot} + 'BootStrap4/expand/plugins/portlet/css/portlet.css'}" />
|
<link th:href="@{${pubzyWebRoot} + 'media/css/select2_metro.css'}" type="text/css" rel="stylesheet" />
|
<link th:href="@{${pubzyWebRoot} + 'media/css/pagination.css'}" type="text/css" rel="stylesheet" />
|
<link rel="stylesheet" th:href="@{${pubzyWebRoot} + 'BootStrap4/assets/plugins/bootstrap-datepicker/old_datepaker/datepicker.css'}" />
|
<link th:href="@{${pubzyWebRoot} + 'zTree/css/metroStyle/metroStyle.css'}" rel="stylesheet" type="text/css" />
|
<script th:src="@{${pubzyWebRoot} + 'jqPaginator/jqpaginator.min.js'}"></script>
|
<script th:src="@{${pubzyWebRoot} + 'BootStrap4/expand/plugins/portlet/portlet.js'}"></script>
|
<script th:src="@{${pubzyWebRoot} + 'ext-4.2.1.883/ext-all.js'}"></script>
|
<script th:src="@{${pubzyWebRoot} + 'ext-4.2.1.883/locale/ext-lang-zh_CN.js'}"></script>
|
<script th:src="@{${pubzyWebRoot} + 'ext-4.2.1.883/PagingToolbar.js'}"></script>
|
<script src="/js/ditufuwu/ShenQingZiYuanGD.js"></script>
|
<script th:src="@{${pubzyWebRoot} + 'media/js/tabPages.js'}"></script>
|
<script th:src="@{${pubzyWebRoot} + 'media/js/winPro.js'}"></script>
|
<script th:src="@{${pubzyWebRoot} + 'echarts/echarts.min-3.0.js'}" type="text/javascript"></script>
|
<script th:src="@{${pubzyWebRoot} + 'media/js/select2.min.js'}" type="text/javascript"></script>
|
<script th:src="@{${pubzyWebRoot} + 'BootStrap4/assets/plugins/bootstrap-datepicker/old_datepaker/bootstrap-datepicker.js'}"></script>
|
<script th:src="@{${pubzyWebRoot} + 'BootStrap4/assets/plugins/bootstrap-datepicker/old_datepaker/bootstrap-datepicker.zh-CN.min.js'}"></script>
|
<script th:src="@{${pubzyWebRoot} + 'zTree/js/jquery.ztree.all.js'}"></script>
|
<script th:src="@{${pubzyWebRoot} + 'zTree/js/jquery.ztree.core.js'}"></script>
|
<script th:src="@{${pubzyWebRoot} + 'zTree/js/jquery.ztree.exedit.js'}"></script>
|
<script th:src="@{${pubzyWebRoot} + 'zTree/js/jquery.ztree.excheck.js'}"></script>
|
<script src="/js/openresource.js"></script>
|
<style>
|
.my_chats {
|
margin: 0;
|
padding: 0;
|
margin-top: 0px;
|
width: 100%;
|
float: left;
|
}
|
|
.my_chats div.yuanjiao {
|
padding: 0.7%;
|
margin-top: 1%;
|
margin-left: 1%;
|
border-radius: 5px;
|
width: 22.21%;
|
height: 300px;
|
float: left;
|
background-color: white;
|
}
|
|
.my_chats div div.itemchar {
|
height: 260px;
|
padding: 0.2%;
|
width: 99%;
|
}
|
|
.my_chats div div.itemchar-title {
|
text-align: center;
|
font-size: 14px;
|
font-weight: bold;
|
width: 100%;
|
}
|
|
.itemchar-title span.unit {
|
/*position:absolute;
|
right:1%;
|
bottom:5px;*/
|
font-size: 12px;
|
font-weight: normal;
|
color: gray;
|
padding: 2px;
|
}
|
|
.mid_num {
|
text-align: center;
|
padding-top: 2px;
|
padding-bottom: 2px;
|
}
|
|
.mid_num span {
|
color: #D08061;
|
margin: 2px;
|
font-weight: bold;
|
}
|
|
.mid_unit {
|
color: #9BA7C4 !important;
|
margin: 2px;
|
font-weight: bold;
|
}
|
|
.my_row {
|
float: left;
|
width: 98%;
|
background-color: #EFF4FA;
|
padding-bottom: 1%;
|
}
|
|
.my_part {
|
width: 100%;
|
}
|
|
.my_part div.my_title {
|
border-bottom: 2px solid #E1E1E1;
|
text-align: right;
|
width: 100%;
|
height: 26px;
|
}
|
|
.my_part div.my_title div.my_lefttitle {
|
width: 4%;
|
border-bottom: 4px solid #61A0A8;
|
color: #61A0A8;
|
font-size: 13px;
|
font-weight: bold;
|
text-align: left;
|
float: left;
|
padding-left: 1%;
|
padding-bottom: 2px;
|
cursor: pointer;
|
min-width: 55px;
|
}
|
|
.my_part div.my_title div.gaishu {
|
width: 89.8%;
|
float: left;
|
text-align: left;
|
margin-top: 6px;
|
padding-left: 0.2%;
|
}
|
|
.my_part div.gaishu a.num {
|
font-size: 14px;
|
color: #FD7F52;
|
background-color: #87CEFA;
|
margin-left: 2px;
|
margin-right: 2px;
|
padding-left: 5px;
|
padding-right: 5px;
|
line-height: 16px;
|
font-weight: bold;
|
-webkit-border-radius: 3px;
|
-moz-border-radius: 3px;
|
border-radius: 3px
|
}
|
|
.my_part div.gaishu a.label {
|
font-size: 12px;
|
/*color:#B6A2DE ;*/
|
background-color: #87CEFA;
|
margin-left: 2px;
|
margin-right: 2px;
|
padding-left: 5px;
|
padding-right: 5px;
|
line-height: 16px;
|
font-weight: bold;
|
}
|
|
.my_part div.my_title div.my_updown {
|
margin: auto;
|
cursor: pointer;
|
float: right;
|
width: 3%;
|
}
|
|
.my_part div.my_body {
|
width: 100%;
|
}
|
|
.page-sidebar-fixed .page-sidebar {
|
position: fixed !important;
|
top: 93px;
|
}
|
|
.navbar .brand {
|
padding: 10px 20px 10px;
|
}
|
|
.thumbnail {
|
display: table-cell;
|
border: none;
|
box-shadow: none !important;
|
}
|
|
.thumbnail:hover, .thumbnail:focus {
|
box-shadow: none !important;
|
}
|
|
.Zyml_Box {
|
white-space: normal;
|
}
|
|
.Zyml_Box span {
|
display: inline-block;
|
margin-right: 9px;
|
margin-bottom: 3px;
|
font-size: 14px;
|
cursor: pointer;
|
}
|
|
.Zyml_Box span.selected {
|
background-color: #4ca9fe;
|
color: white;
|
}
|
|
.Select_Value {
|
background-color: #4ca9fe;
|
color: white;
|
}
|
|
.Select_Value a {
|
padding-left: 3px;
|
color: white;
|
cursor: pointer;
|
}
|
|
.NF_Box {
|
border: 1px solid #D8D8D8 !important;
|
}
|
|
input[type='text'].NF_Box:focus {
|
border: 1px solid #999999 !important;
|
}
|
|
.side-menu {
|
top: 93px !important;
|
position: fixed !important;
|
bottom: 0px !important;
|
margin-bottom: 0px !important;
|
padding-bottom: 0px !important;
|
}
|
|
#sidebar {
|
list-style-typt: none;
|
padding-left: 0;
|
}
|
|
#tab_1_2 label {
|
cursor: pointer;
|
display: inline-block;
|
/*margin-left: 10px;*/
|
}
|
|
.btn:hover, .btn:focus {
|
transition: none !important;
|
}
|
|
input[type="radio"] {
|
margin-bottom: 5px;
|
}
|
|
.jieguo {
|
font-size: 12px;
|
color: #0259FF;
|
text-decoration: none;
|
font-weight: bold;
|
line-height: 22px;
|
}
|
|
.jieguo a {
|
font-size: 12px;
|
color: #0259FF;
|
text-decoration: none;
|
font-weight: bold;
|
}
|
|
.jieguo a:hover {
|
font-size: 12px;
|
color: #0259FF;
|
text-decoration: none;
|
font-weight: bold;
|
}
|
|
.jieguo2 {
|
font-size: 12px;
|
color: #0259FF;
|
text-decoration: none;
|
font-weight: bold;
|
line-height: 22px;
|
padding-left: 25px;
|
}
|
|
.td {
|
border-bottom: 1px #666 dashed;
|
}
|
|
.xiangqing {
|
font-size: 12px;
|
color: #005CFB;
|
line-height: 18px;
|
text-decoration: none;
|
}
|
|
.xiangqing a {
|
font-size: 12px;
|
color: #005CFB;
|
line-height: 18px;
|
text-decoration: none;
|
}
|
|
.xiangqing a:hover {
|
font-size: 12px;
|
color: #005CFB;
|
line-height: 18px;
|
text-decoration: underline;
|
}
|
|
.jieshao {
|
font-size: 12px;
|
color: #000000;
|
line-height: 18px;
|
text-decoration: none;
|
}
|
|
.jieshao a {
|
font-size: 12px;
|
color: #000000;
|
line-height: 18px;
|
text-decoration: none;
|
}
|
|
.jieshao a:hover {
|
font-size: 12px;
|
color: #0000FF;
|
line-height: 18px;
|
text-decoration: none;
|
}
|
|
.control-label {
|
padding-top: 0 !important;
|
width: 160px;
|
float: left;
|
line-height: 30px;
|
padding-right: 1em;
|
}
|
|
.control-group {
|
margin-bottom: 1em;
|
}
|
|
.controls {
|
margin-left: 160px;
|
line-height: 30px;
|
}
|
|
.col-sm-3,
|
.col-sm-5,
|
.col-sm-6,
|
.col-sm-7,
|
.col-sm-10,
|
.col-sm-12,
|
.col-md-4,
|
.col-lg-3,
|
.col-xl-3 {
|
padding-left: 0;
|
padding-right: 0;
|
}
|
|
.row {
|
margin-left: 0;
|
margin-right: 0;
|
margin-bottom: 15px;
|
}
|
|
/*拼音首字母文本框高度*/
|
.select2-container .select2-choice {
|
height: 35px;
|
}
|
|
.tabbable-custom > .tab-content{
|
background-color: #fff;
|
border-left: 1px solid #ddd;
|
border-right: 1px solid #ddd;
|
border-bottom: 1px solid #ddd;
|
-webkit-border-radius: 0;
|
-moz-border-radius: 0;
|
border-radius: 0;
|
padding: 10px;
|
}
|
.querycondition {
|
margin: 6px 0px 6px 12px;
|
width: 98%;
|
}
|
.querycondition tr {
|
height: 30px;
|
}
|
.querycondition td{
|
vertical-align: top;
|
padding-left: 4px;
|
padding: 2px;
|
}
|
.querycondition tr td span {
|
display: inline-block;
|
margin-right: 9px;
|
font-size: 13px;
|
cursor: pointer;
|
}
|
.querycondition span.selected {
|
background: #4ca9fe;
|
padding: 0px 6px;
|
border: solid 1px #4499ff;
|
color: #fff;
|
}
|
</style>
|
<script type="text/javascript">
|
$(function(){
|
$(".date-picker").datepicker({format: 'yyyy-mm-dd', language: 'zh-CN'}); //初始化时间控件
|
});
|
|
//查询事件
|
function Search() {
|
if(!checkDate()) {
|
$("#pubdatefinish").focus();
|
$("#pubdatefinish").focus();
|
return false;
|
}
|
Ext.getCmp('gridexample').dockedItems.items[1].store.currentPage = 1;
|
ZYMLZiYuanStore.load();
|
}
|
|
//查询区清除
|
function Clear() {
|
document.getElementById("SearchForm").reset();
|
}
|
</script>
|
</head>
|
<body>
|
<div id="rapp" layout:fragment="content">
|
<div class="content-page" style="min-height: 978px !important; margin-top: 20px;background-color: #fff;width: 100%;margin-left: 0;">
|
<div class="container-fluid" style="padding-right: 0; padding-left: 0;">
|
<div class="row">
|
<div id="div_content" style="width: 100%;">
|
<div class="tabbable tabbable-custom" id="divTabsView">
|
<div class="tab-pane active" id="tabContent" style="overflow-y: auto;">
|
<div class="row">
|
<div class="col-sm-12">
|
<!--BEGIN TABS-->
|
<div class="tabbable tabbable-custom" style="padding-right: 20px;height: 100%;">
|
<div style="height: 99%;">
|
<div id="tab_1_2">
|
<div id="divSearch">
|
<form action="#" class="form-horizontal" id="SearchForm">
|
<!--<input type="hidden" id="catlogid" value="" />-->
|
|
<input type="hidden" id="securitylev" value="" />
|
<!--<input type="hidden" id="datasources" value="" />-->
|
<input type="hidden" id="FaBuDanWeiRen" value="" />
|
<!--<input type="hidden" id="title" value="" />-->
|
<div class="portlet box ltblue" style="margin-bottom: 5px !important;">
|
<div class="portlet-title">
|
<div class="caption">
|
<i class="icon-reorder"></i>查询区
|
</div>
|
<div class="tools">
|
<a href="javascript:;" class="collapse" onclick="portlet_body_ShowOrHide(this);"></a>
|
</div>
|
</div>
|
<div class="portlet-body SearchBox" style="padding: 20px;">
|
<div class="row">
|
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-3 col-xl-3 DivHeight" style="height:40px;padding-right: 20px;">
|
<div class="control-group">
|
<label class="control-label">资源名称</label>
|
<div class="controls input-icon">
|
<input type="text" id="title" name="title" value="" class="form-control col-sm-12" placeholder="输入资源名称、简称或关键字" />
|
</div>
|
</div>
|
</div>
|
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-3 col-xl-3 DivHeight" style="height:40px;padding-right: 20px;">
|
<div class="control-group">
|
<label class="control-label">资源类型</label>
|
<div class="controls input-icon">
|
<select id="resourceclass" name="resourceclass" class="form-control col-sm-12">
|
<option value="">--请选择--</option>
|
<option th:each="item,itemStat:${ResourceTypeList}" th:value="${item.key}" th:text="${item.value}">
|
</option>
|
</select>
|
</div>
|
</div>
|
</div>
|
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-3 col-xl-3 DivHeight" style="height:40px;padding-right: 20px;">
|
<div class="control-group">
|
<label class="control-label">申请状态</label>
|
<div class="controls input-icon">
|
<select id="auditresult" name="auditresult" class="form-control col-sm-12">
|
<option value="">--请选择--</option>
|
<option value="1">已通过</option>
|
<option value="2">未通过</option>
|
<option value="0">未批复</option>
|
</option>
|
</select>
|
</div>
|
</div>
|
</div>
|
<div class="col-sm-12 col-md-6 col-lg-4 col-xl-3" style="padding-right: 20px;">
|
<label class="control-label">申请时间</label>
|
<div class="controls">
|
<input type="text" class="custom-form-control date-picker" id="pubdateBegin" name="pubdateBegin" readonly="readonly" style="width:49%; display: inline-block;" />
|
<input type="text" class="custom-form-control date-picker" id="pubdatefinish" name="pubdatefinish" readonly="readonly" style="width:49%; display: inline-block;" />
|
</div>
|
</div>
|
</div>
|
<div class="row">
|
|
<div style="float: left; margin-top: 10px;" class="col-sm-6">
|
<span>
|
图 例:<span><img src="/image/ytg.png" align="absmiddle" border="0" style="margin-bottom:3px;" />已通过</span>
|
<span><img src="/image/wtg.png" border="0" style="margin-bottom:3px;" />未通过</span>
|
<span><img src="/image/wpf.png" align="absmiddle" border="0" style="margin-bottom:3px;" />未批复</span>
|
</span>
|
</div>
|
|
<div class="col-sm-6" align="right">
|
<button type="button" class="btn btn-primary" onclick="Search('');">
|
<i class="fa fa-search"></i>查询
|
</button>
|
<button type="button" class="btn btn-primary" onclick="Clear();">
|
<i class="fa fa-trash"></i>清除
|
</button>
|
<button type="button" class="btn btn-primary" onclick="Export();">
|
<i class="fa fa-share-alt"></i>导出
|
</button>
|
</div>
|
</div>
|
</div>
|
</div>
|
</form>
|
</div>
|
<div id="grid"></div>
|
</div>
|
</div>
|
</div>
|
</div>
|
</div>
|
</div>
|
</div>
|
</div>
|
</div>
|
</div>
|
</div>
|
</div>
|
</body>
|
</html>
|