dealedproject.jsp
8.39 KB
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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>已办审批</title>
<link href="../../libs/layui/2.2.5/css/layui.css" rel="stylesheet"/>
<jsp:include page="projectinclude.jsp"></jsp:include>
<link href="../../css/projecttask/dealingproject.css" rel="stylesheet" />
<script src="../../common/js/config.js"></script>
<script src="../../common/js/global/global.localStorage.js"></script>
<script src="../../js/common.js"></script>
<script src="../../js/projecttask/common.js"></script>
<script type="text/javascript" src="../../libs/layui/2.2.5/layui.all.js"></script>
<script type="text/javascript" src="../../js/projecttask/dataTable.js"></script>
<script src="../../libs/zui/js/zui.js"></script>
<script src="../../libs/vue/vue.js"></script>
<script src="../../js/projecttask/js/projectDate.js"></script>
<script src="../../js/projecttask/calculateTime.js"></script><!--hyh 修改 将路径改为审批内calculateTime.js 2017/10/14 -->
<script src="../../js/projecttask/dealedproject.js"></script>
<script src="../../common/js/resourceAuthory.js"></script>
<style>
nav span {
font-size: 14px !important;
}
.jedatebox .jedateym .prev, .jedatebox .jedateym .next{
margin-top: 10px;
}
.table>tbody>tr:hover {
background-color: #f2f6fc;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color:#e6e5e5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:#e6e5e5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color:#e6e5e5;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color:#e6e5e5;
}
.trstyle{
font-weight: bold;
}
</style>
<!--ljy 2017-09-06 添加 -->
<style>
tr td{
cursor: pointer;
}
.bindingAssignee {
color:#0096eb;
font-size: 15px;
margin-left: -26px;
margin-top: 6px;
cursor:pointer;
}
.search input[type="text"] {
border: 1px solid #cac8c8;
height: 30px;
width: 200px;
}
.search {
margin-left: 15px;
float: left;
}
.search label {
font-size: 14px!important;
}
.search select {
width: 190px;
height: 30px;
border: 1px solid #cac8c8;
border-radius: 2px;
}
.projectTypes {
color:#0096eb;
font-size: 15px;
position: relative;
margin-left: -26px;
margin-top: 6px;
cursor:pointer;
}
.remove{
position: absolute;
color: red;
font-size: 15px;
top: 25px;
margin-left: -32px;
cursor: pointer;
}
.layui-tab-title li {
border: 0.5px solid rgba(0,0,0,0.28);
}
.layui-tab-title .layui-this:after {
/*display: none;*/
}
.layui-tab-title .layui-this {
color: #0096EB;
border-color: #0096EB;
}
.layui-icon-ok:before {
/*content: "\e605";*/
content: "✓";
font-size: 16px;
color: #fff;
font-weight: bold;
display: inline-block;
line-height: 19px;
}
.layui-form-checkbox[lay-skin=primary] i {
border: 1px solid rgba(000, 000, 000, 0.4);
}
.layui-form-checkbox[lay-skin=primary] i:hover{
border: 1px solid rgba(000, 000, 000, 0.8);
}
.layui-form-checked[lay-skin=primary] i:hover{
background-color: rgb(0, 92, 200) !important;
}
.layui-form-checked[lay-skin=primary] i {
border-color: rgb(0, 117, 255) !important;
background-color: rgb(0, 117, 255) !important;
color: #fff;
}
.layui-table-cell {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1 !important;
-webkit-box-orient: vertical;
white-space: pre-line !important;
word-break: break-all !important;
}
.tabs-changes {
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
font-size: 14px;
transition: all .2s;
-webkit-transition: all .2s;
position: relative;
line-height: 32px;
min-width: 65px;
padding: 0 6px;
text-align: center;
cursor: pointer;
border: 1px solid #ffffff;
}
.tabs-changes:hover{
border: 1px solid #58bdf8;
box-sizing: border-box;
}
.select-tables {
border: 1px solid #d3e0f4;
background-color: #f2f6fc;
}
/* 修改表格 margin 高度*/
.layui-table, .layui-table-view {
margin: 0px 0px !important;
}
.layui-table-view .layui-form-checkbox[lay-skin=primary] i {
border-radius: 3px !important;
}
#nvaTab {
margin: 5px 0 10px 0;
}
</style>
</head>
<body style="padding: 16px;">
<div class="data-operation">
<div class="button-operation">
<button id="recaptionButton" class="btn buttonStatusStyle disabled" type="button" id="takeback" action="send" style=" display: none; ">
<span class="glyphicon glyphicon-export"></span>取回
</button>
<button id="continueProject" class="btn buttonStatusStyle disabled" type="button"
onclick="openlayer_continue()" style=" display: none; ">
<span class="glyphicon glyphicon-play-circle"></span> <a
class="bumpbox_white">续办</a>
</button>
<button id="journal"class="btn buttonStatusStyle disabled" type="button"
onclick="openJournal()" style=" display: none; ">
<span class="glyphicon glyphicon-list-alt" style="font-size: 15px"></span> <a
class="bumpbox_white">日志</a>
</button>
<%--业务协同模块项目储备页面--%>
<button id="ywxt_xmcb_create" class="btn btn-info " type="button" style="display: none;" onclick="start()">
<span class="glyphicon glyphicon-download-alt"
style="font-size: 15px"></span> <a class="bumpbox_white">新建</a>
</button>
<button id="ywxt_xmcb_start" class="btn btn-info"
type="button" style="display: none;" onclick="openlayer_continue()">
<span class="glyphicon glyphicon-play-circle"
style="font-size: 15px"></span> <a class="bumpbox_white">启动</a>
</button>
<button id="ywxt_xmcb_delete" class="btn btn-info"
type="button" style="display: none;">
<span class="glyphicon glyphicon-stop" style="font-size: 15px"></span>
<a class="bumpbox_white">删除</a>
</button>
</div>
<div class="div-search">
<input id="searchInput" type="text" placeholder="搜索已办项目" />
<img id="searchBtn" src="../../image/projecttask/search.png"
style="margin-right: 10px;margin-bottom: 5px; width: 20px; height: 20px;" />
</div>
<div id="optionType" style="width:300px;" class="search">
<label>业务类型</label>
<input id="projectTypes" type="text" oninput="valchange(this)" style="padding-right: 38px;"/>
<a class="glyphicon glyphicon-plus bindingAssignee" title="选择类型" onclick="selectProjecType()"></a>
</div>
<!-- <div class="search" style="position: relative;">
<label>业务类别</label>
<select id="documentType"
onchange="changeType()">
<option>所有</option>
<option v-for="option in options" v-bind:value="option.value">{{option.text}}</option>
</select>
</div> -->
<div id="isTabs" style=" height: 32px;">
<div style="display: flex;height: 32px;">
<div onclick="lyfunc.tabsChanges(2)" id="cgscTable" class="tabs-changes select-tables">
<img src="./img/menu-document-selected.png"/>
<span>成果审查</span>
</div>
<div onclick="lyfunc.tabsChanges(1)" id="sjsqTable" class="tabs-changes">
<img src="./img/menu-document-checkbox.png"/>
<span>数据申请</span>
</div>
</div>
</div>
<div class="clearboth"></div>
<%-- <div style="border-bottom: 1px solid #cac8c8; margin-top: 5px;"></div>--%>
<div id="nvaTab" style="width:100%;">
<table class="layui-hide" id="dataList" lay-filter="listEvent"></table>
<%-- <div id="page" style="float:right"></div>--%>
<div id="page2" style="float:right"></div>
</div>
<!-- <div id="nvaTab" class="data-list" style="margin-top: 10px;display:none">
<div style="width: 100%;" dir="ltr" id="gbox_gridTable"
class="ui-jqgrid ui-widget ui-widget-content ui-corner-all">
<div style="width: 100%;" id="gview_gridTable"
class="ui-jqgrid-view">
<div class="ui-state-default ui-jqgrid-hdiv" style="width: 100%;">
<table class="table datatable">
</table>
<div class="nav-page" id="pageZero">
<div>
共<span id="total_records"></span>条,共<span id="total_page"></span>页
</div>
<nav style="cursor:pointer;">
<ul class="pagination">
</nav>
</div>
</div>
</div>
</div>
</div> -->
<div id="msg" style="display: none;position: absolute;top: 50%;left: 50%;">
<div style="color: #b9b4b4;font-size: 20px;position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);">没有相关数据</div>
</div>
</div>
</body>
</html>