539ec80c2c7bf825d64bb2628d6e8175417d02db.svn-base 6.26 KB
<%@ 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>