539ec80c2c7bf825d64bb2628d6e8175417d02db.svn-base
6.26 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
<%@ page contentType="text/html;charset=UTF-8" %>
<%@ include file="/WEB-INF/views/include/taglib.jsp"%>
<html>
<head>
<title>受理申请管理</title>
<meta name="decorator" content="default"/>
<script type="text/javascript">
var slsqywh,slsqtzrxm,slsqslry,slsqtaskdefkey ;
$(document).ready(function() {
slsqywh = document.getElementById('ywh').value;
slsqtzrxm= document.getElementById('tzrxm').value;
slsqslry = document.getElementById('slry').value;
slsqtaskdefkey = document.getElementById('taskdefkey').value;
});
function page(n,s){
$("#pageNo").val(n);
$("#pageSize").val(s);
$("#searchForm").submit();
return false;
}
function infots(){
alert("对不起,该业务已归档不能进行查阅!");
}
function dispform(id){
<%-- <a href="${ctx}/reg/bus/regBusSlsq/form?id=${regBusSlsq.id}&isslsq=1&actywh=slsqywh&actsqr=${regBusSlsq.tzrxm}&actslry=${regBusSlsq.slry}&acttaskdefkey=${regBusSlsq.taskdefkey}"> --%>
url = "${ctx}/reg/bus/regBusSlsq/form?id="+id+"&isslsq=1&actywh="+slsqywh+"&actsqr="+slsqtzrxm+"&actslry="+slsqslry+"&acttaskdefkey="+slsqtaskdefkey;
window.location.href=url;
}
</script>
</head>
<body>
<ul class="nav nav-tabs">
<li class="active"><a href="${ctx}/reg/bus/regBusSlsq/list?DJXL=${DJXL}">受理申请列表</a></li>
<c:if test="${OfficeCode eq 'S00001001001'}">
<shiro:hasPermission name="reg:bus:regBusSlsq:edit"><li><a href="${ctx}/reg/bus/regBusSlsq/form?DJXL=${DJXL}&YSDM=${YSDM}">受理申请添加</a></li></shiro:hasPermission>
</c:if>
</ul>
<form:form id="searchForm" modelAttribute="regBusSlsq" action="${ctx}/reg/bus/regBusSlsq/list?DJXL=${DJXL}" method="post" class="breadcrumb form-search">
<input id="pageNo" name="pageNo" type="hidden" value="${page.pageNo}"/>
<input id="pageSize" name="pageSize" type="hidden" value="${page.pageSize}"/>
<ul class="ul-form">
<li><label>业务编号:</label>
<form:input path="ywh" id="ywh" htmlEscape="false" maxlength="20" class="input-medium"/>
</li>
<li><label>申请人:</label>
<form:input path="tzrxm" id="tzrxm" htmlEscape="false" maxlength="20" class="input-medium"/>
</li>
<li><label>受理人:</label>
<form:input path="slry" id="slry" htmlEscape="false" maxlength="20" class="input-medium"/>
</li>
<!-- <li><label>受理时间:</label> -->
<!-- <input name="slsj" type="text" maxlength="20" class="input-medium Wdate" -->
<%-- value="<fmt:formatDate value="${regBusSlsq.slsj}" pattern="yyyy-MM-dd"/>" --%>
<!-- onclick="WdatePicker({dateFmt:'yyyy-MM-dd'});"/> -->
<!-- </li> -->
<li><label>当前环节:</label>
<form:select path="taskdefkey" id="taskdefkey" class="input-medium ">
<form:option value="" label=""/>
<form:options items="${fns:getDictList('reg_bus_proc_taskid')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
</form:select>
</li>
<li class="btns"><input id="btnSubmit" class="btn btn-primary" type="submit" value="查询"/></li>
<li class="clearfix"></li>
</ul>
</form:form>
<sys:message content="${message}"/>
<table id="contentTable" class="table table-striped table-bordered table-condensed">
<thead>
<tr>
<th>业务编号</th>
<!--
<th>登记大类</th>
-->
<th>登记小类</th>
<th>申请人姓名</th>
<th>受理人员</th>
<th>受理提交时间</th>
<!--
<th>坐落</th>
<th>通知方式</th>
<th>申请人电话</th>
<th>申请人移动电话</th>
<th>申请人电子邮件</th>
<th>是否问题案件</th>
-->
<th>当前环节开始时间</th>
<!-- <th>案件状态</th>-->
<th>当前环节</th>
<!--
<shiro:hasPermission name="reg:bus:regBusSlsq:edit"><th>操作</th></shiro:hasPermission>
-->
</tr>
</thead>
<tbody>
<c:forEach items="${page.list}" var="regBusSlsq">
<tr>
<c:if test="${regBusSlsq.taskdefkey ne 'reg_end'}">
<%-- <td><a href="${ctx}/reg/bus/regBusSlsq/form?id=${regBusSlsq.id}&isslsq=1&actywh=javascript:(document.getElementById('ywh').value);&actsqr=${regBusSlsq.tzrxm}&actslry=${regBusSlsq.slry}&acttaskdefkey=${regBusSlsq.taskdefkey}">${regBusSlsq.ywh}</a></td>
--%>
<td>
<a href="#" onclick="dispform('${regBusSlsq.id}');">
${regBusSlsq.ywh}
</a>
</td>
<%-- <a href="#" onclick="deleteHisDjxx('${regBaseZdjbxxdr.id}','${regBaseZdjbxxdr.isaudit}','${regBaseZdjbxxdr.id}');">删除</a> --%>
</c:if>
<c:if test="${regBusSlsq.taskdefkey eq 'reg_end'}">
<c:if test="${usertype ne '11'}">
<td><a href="#" onclick="infots()">
${regBusSlsq.ywh}</a>
</td>
</c:if>
<c:if test="${usertype eq '11'}">
<td><a href="${ctx}/reg/bus/regBusSlsq/form?id=${regBusSlsq.id}&isslsq=1">
${regBusSlsq.ywh}</a>
</td>
</c:if>
</c:if >
<!--
<td>
${fns:getDictLabel(regBusSlsq.djdl, 'reg_bus_djlx', '')}
</td>
-->
<td>
${fns:getDictLabel(regBusSlsq.djxl, 'reg_bus_djxl', '')}
</td>
<td>
${regBusSlsq.tzrxm}
</td>
<td>
${regBusSlsq.slry}
</td>
<td>
<fmt:formatDate value="${regBusSlsq.slsj}" pattern="yyyy-MM-dd HH:mm:ss"/>
</td>
<!--
<td>
${regBusSlsq.zl}
</td>
<td>
${regBusSlsq.tzrxm}
</td>
<td>
${fns:getDictLabel(regBusSlsq.tzfs, 'reg_bus_tzfs', '')}
</td>
<td>
${regBusSlsq.tzrdh}
</td>
<td>
${regBusSlsq.tzryddh}
</td>
<td>
${regBusSlsq.tzrdzyj}
</td>
<td>
${fns:getDictLabel(regBusSlsq.sfwtaj, 'yes_no', '')}
</td>
-->
<td>
<fmt:formatDate value="${regBusSlsq.jssj}" pattern="yyyy-MM-dd HH:mm:ss"/>
</td>
<!--
<td>
${fns:getDictLabel(regBusSlsq.ajzt, 'reg_bus_ajzt', '')}
</td>
-->
<td>
${fns:getDictLabel(regBusSlsq.taskdefkey, 'reg_bus_proc_taskid', '')}
</td>
<!--
<shiro:hasPermission name="reg:bus:regBusSlsq:edit"><td>
<a href="${ctx}/reg/bus/regBusSlsq/form?id=${regBusSlsq.id}">修改</a>
<a href="${ctx}/reg/bus/regBusSlsq/delete?id=${regBusSlsq.id}" onclick="return confirmx('确认要删除该受理申请吗?', this.href)">删除</a>
</td></shiro:hasPermission>
-->
</tr>
</c:forEach>
</tbody>
</table>
<div class="pagination">${page}</div>
</body>
</html>