projectManage.jsp
6.32 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
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%
String contextPath = request.getContextPath();
String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + request.getContextPath();
String text="";
if(request.getParameter("text")!=null){
text =java.net.URLDecoder.decode(request.getParameter("text"),"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="../../libs/zui/css/zui.datatable.css" rel="stylesheet" />
<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/zui/js/zui.datatable.js"></script>
<script src="../../js/projecttask/calculateTime.js"></script><!--hyh 修改 将路径改为审批内calculateTime.js 2017/10/14 -->
<!-- <script src="../assets/js/searchEvent.js"></script> -->
<script type="text/javascript" src="../../js/projecttask/projectManage.js"></script>
<script src="../../common/js/resourceAuthory.js"></script>
<script src="../../libs/vue/vue.js"></script>
<script src="../../js/projecttask/js/projectDate.js"></script>
<!-- <script src="../../libs/colResizable-1.5.min.js"></script> -->
<style>
body{
padding:16px;
}
nav span{
font-size: 14px !important;
}
/*查询*/
.search {
margin-left:15px;
float:left;
}
.search input[type="text"] {
width:200px;
height:30px;
padding-left:8px;
border:1px solid #0096eb;
border-radius:2px;
}
label{
width:65px;
}
.search select {
width:200px;
height:30px;
border:1px solid #0096eb;
border-radius:2px;
}
.search .btn-info{
margin-left:-5px;
box-shadow:none;
margin-right:4px;
}
/* 重写layui 样式*/
.layui-table-hover{
background-color: #ebf2f9;
}
.layui-table-checked {
background-color: #ebf2f9;
}
.layui-laypage-em {
position: absolute;
left: -1px;
top: -1px;
padding: 1px;
width: 100%;
height: 100%;
background-color: #337ab7;
border-color: #337ab7;
}
.approval td, th {
/* padding: 8px 25px !important;//固定樣式列表時 */
}
.bindingAssignee {
color:#0096eb;
font-size: 15px;
margin-left: -26px;
margin-top: 6px;
cursor:pointer;
}
.remove{
position: absolute;
color: red;
font-size: 15px;
top: 25px;
margin-left: -32px;
cursor: pointer;
}
.projectTypes {
color:#0096eb;
font-size: 15px;
position: relative;
margin-left: -26px;
margin-top: 6px;
cursor:pointer;
}
</style>
<!--ljy 2017-09-06 添加 -->
<style>
tr td{
cursor: pointer;
}
</style>
</head>
<body>
<div class="data-operation">
<div class="button-operation">
<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="deleteProject" class="btn buttonStatusStyle disabled" type="button" onclick="deleteproject()" style=" display: none; ">
<span class="glyphicon glyphicon-trash"></span>
<a class="bumpbox_white">删除</a>
</button>
</div>
<div class="zySearch" id="zySearch">
<input id="searchInput" placeholder="按项目编号、项目名称、建设位置、建设单位、主办科室搜索" style="width: 370px; border-radius: 2px 0px 0px 2px;" type="text" value="<%=text %>" >
<button id="searchbtninfo" class="btn btn-info btn-search" style="margin-top: -4px; height: 30px; border-radius: 0px 2px 2px 0px;" >查询</button>
</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>--%>
<div style="clear: both;"></div>
<div style="border-bottom: 1px solid #cac8c8; margin-top: 5px;"></div>
<div id="nvaTab" style="visibility:hidden; width:100%">
<table class="layui-hide" id="dataList" lay-filter="listEvent"></table>
<div id="page" style="float:right"></div>
</div>
<!--<div id="nvaTab" class="data-list" style="margin-top: 10px;">
<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>
</body>
</html>