2
13693261870
2022-09-16 653761a31dfeb50dd3d007e892d69c90bf0cdafc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE html>
<html xmlns:th="http://www.w3.org/1999/xhtml">
<head>
    <meta charset="UTF-8" />
    <title th:text="${systemName}"></title>
    <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport" />
    <link rel="stylesheet" th:href="@{${pubzyWebRoot} + 'BootStrap4/assets/css/style.css'}" />
    <link rel="stylesheet" th:href="@{${pubzyWebRoot} + 'BootStrap4/expand/css/bootstrap-extract.css'}" />
    <link rel="stylesheet" th:href="@{${pubzyWebRoot} + 'BootStrap4/assets/plugins/bootstrap-datepicker/old_datepaker/datepicker.css'}" />
    <link rel="stylesheet" th:href="@{${pubzyWebRoot} + 'BootStrap4/expand/plugins/portlet/css/portlet.css'}" />
    <script th:src="@{${pubzyWebRoot} + 'BootStrap4/expand/plugins/portlet/portlet.js'}"></script>
    <script th:src="@{${pubzyWebRoot} + 'BootStrap4/assets/js/jquery.min.js'}"></script>
    <script th:src="@{${pubzyWebRoot} + 'BootStrap4/expand/plugins/layer/layer.js'}"></script>
    <script th:src="@{${pubzyWebRoot} + 'BootStrap4/assets/js/tether.min.js'}"></script>
    <script th:src="@{${pubzyWebRoot} + 'BootStrap4/assets/js/bootstrap.min.js'}"></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} + 'media/js/bootstrap-datepicker.zh-CN.min.js'}"></script>
    <link th:href="@{${pubzyWebRoot} + 'ext-4.2.1.883/resources/css/ext-all-neptune.css'}" rel="stylesheet" type="text/css" />
    <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/manage/applyrecommend.js"></script>
    <script th:src="@{${pubzyWebRoot} + 'media/js/winPro.js'}"></script>
    <script src="/js/openresource.js"></script>
    <link href="/css/grid-selfAdaptH.css" rel="stylesheet" type="text/css"/>
    <style>
        .x-grid-with-row-lines .x-grid-td {
            vertical-align: text-top;
        }
        .DivHeight {
            height: 45px;
        }
 
        .form-horizontal .control-label {
            width: 70px;
        }
 
        [class*='span'] {
            margin-left: 0 !important;
        }
 
        .row-fluid [class*='span'] {
            margin-left: 0 !important;
        }
 
        .row {
            margin-left: 0;
            margin-right: 0;
        }
 
        .x-grid-row td,
        .x-grid-data-row td {
            border-right: 1px solid #E3E3E3;
        }
 
        .col-sm-12, .col-md-6, .col-lg-4, .col-xl-3 {
            padding-left: 0;
            padding-right: 0;
        }
 
        body {
            padding-bottom: 10px;
        }
 
        .panel-body {
            padding-right: 40px;
        }
 
        .x-grid-view {
            overflow: hidden !important;
        }
 
        .x-body{
            overflow-x: hidden;
        }
    </style>
</head>
<body>
<div id="rapp">
    <div>
        <div class="panel panel-default">
            <div class="panel-heading">
                查询区
            </div>
            <div class="panel-body SearchBox">
                <form id="SearchForm">
                    <div class="row">
                        <div class="col-sm-12 col-md-6 col-lg-4 col-xl-3 DivHeight">
                            <label class="control-label">资源名称</label>
                            <div class="controls">
                                <input type="text" class="form-control" id="title" name="title" placeholder="输入资源名称、简称或关键字" />
                            </div>
                        </div>
                        <div class="col-sm-12 col-md-6 col-lg-4 col-xl-3 DivHeight">
                            <label class="control-label">批复状态</label>
                            <div class="controls">
                                <select class="form-control col-sm-12" name="auditresult" id="auditresult">
                                    <option value="">全部</option>
                                    <option value="0" selected="selected">待批复</option>
                                    <option value="3">已批复</option>
                                </select>
                            </div>
                        </div>
                        <div class="col-sm-12 col-md-6 col-lg-4 col-xl-3">
                            <label class="control-label">申请时间</label>
                            <div class="controls">
                                <input type="text" class="custom-form-control date-picker" readonly="readonly" id="appdateBeg" name="appdateBeg" style="width:49%; display: inline-block;" />
                                <input type="text" class="custom-form-control date-picker" readonly="readonly" id="appdateEnd" name="appdateEnd" style="width:49%; display: inline-block;" />
                            </div>
                        </div>
                        <div class="col-sm-12 col-md-6 col-lg-4 col-xl-3 DivHeight">
                            <label class="control-label">申请类型</label>
                            <div class="controls">
                                <select class="form-control col-sm-12" id="apptype" name="apptype">
                                    <option value="">全部</option>
                                    <option th:each="item:${applyStatusList}" th:value="${item.key}" th:text="${item.value}"></option>
<!--                                  <option value="3">应用申请</option>-->
                                </select>
                            </div>
                        </div>
                        <div class="col-sm-12 col-md-6 col-lg-4 col-xl-3 DivHeight">
                            <label class="control-label">批复权限</label>
                            <div class="controls">
                                <select class="form-control col-sm-12" id="isaudit" name="">
                                    <option value="">全部</option>
                                    <option value="0" selected="selected">有</option>
                                    <option value="1">无</option>
                                </select>
                            </div>
                        </div>
                    </div>
                    <div class="row" style="display:block;">
                        <div style="float: right;">
                            <a class="btn btn-primary-outline" onclick="Search();"><i class="fa fa-search"></i>&nbsp;查询</a>
                            <a class="btn btn-primary-outline" onclick="Clear();"><i class="fa fa-trash-o"></i>&nbsp;清除</a>
                        </div>
                    </div>
                </form>
            </div>
        </div>
        <div id="grid" style="width: 100%"></div>
        <div tabindex="-1" class="modal fade" id="myModal" role="dialog" aria-hidden="true" aria-labelledby="myModalLabel" style="top: 30%;">
            <div class="modal-dialog">
                <div class="modal-content">
                    <div class="modal-header">
                        <button class="close" aria-hidden="true" type="button" data-dismiss="modal">×</button>
                        <h4 style="border-bottom-width:0px;">资源批复<span id="sStatus"></span></h4>
                    </div>
                    <div class="modal-body">
                        <label style="float: left; margin-top: 30px;">批复意见</label>
                        <div class="controls" style="margin-left: 90px !important">
                            <textarea id="opinion" name="auditopinion" class="col-sm-12" style="border: 1px solid #e3e3e3;height: 191px;"></textarea>
                        </div>
                    </div>
                    <div class="modal-footer">
                        <input type="hidden" id="APPID" />
                        <input type="hidden" id="Status" />
                        <button type="button" class="btn btn-primary" id="btnShenHe" onclick="Save()">确定</button>
                        <button type="button" class="btn" id="btnCloseShenHe" onclick="CloseModal()">关闭</button>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
</body>
</html>