b7397ff4e0db590709f11ccff95ae4b7fad5cd25.svn-base 5.57 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/change/regBusCSlsq/form?id=${regBusCSlsq.id}&isslsq=1"> */		
			 url = "${ctx}/reg/bus/change/regBusCSlsq/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/change/regBusCSlsq/list?DJXL=${DJXL}">受理申请列表</a></li>
		<c:if test="${OfficeCode eq 'S00001001001'}">
		<shiro:hasPermission name="reg:bus.change:regBusSlsq:edit">
			<li><a href="${ctx}/reg/bus/change/regBusCSlsq/form?DJXL=${DJXL}&YSDM=${YSDM}&PTYPE=${PTYPE}">受理申请添加</a></li>
		</shiro:hasPermission>
		</c:if>
	</ul>
	<form:form id="searchForm" modelAttribute="regBusCSlsq" action="${ctx}/reg/bus/change/regBusCSlsq/list?DJXL=${DJXL}&YSDM=${YSDM}&PTYPE=${PTYPE}" 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="${regBusCSlsq.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> 
			</tr>
		</thead>
		<tbody>
		<c:forEach items="${page.list}" var="regBusCSlsq">
			<tr>
				<c:if test="${regBusCSlsq.taskdefkey ne 'reg_end'}">
				<td>
				   <%-- <a href="${ctx}/reg/bus/change/regBusCSlsq/form?id=${regBusCSlsq.id}&isslsq=1"> --%>
				    <a href="#"  onclick="dispform('${regBusCSlsq.id}');">
					${regBusCSlsq.ywh}</a>
				</td>
				</c:if>
				<c:if test="${regBusCSlsq.taskdefkey eq 'reg_end'}">
				<c:if test="${usertype ne '11'}">
				<td><a href="#"  onclick="infots()">
					${regBusCSlsq.ywh}</a>
				</td>
				</c:if>
				<c:if test="${usertype eq '11'}">
				<td><a href="${ctx}/reg/bus/change/regBusCSlsq/form?id=${regBusCSlsq.id}&isslsq=1">
					${regBusCSlsq.ywh}</a>
				</td>
				</c:if>
				</c:if >
				<td>
					${fns:getDictLabel(regBusCSlsq.djxl, 'reg_bus_djxl', '')}
				</td>
				<td>
					${regBusCSlsq.tzrxm}
				</td> 
				<td>
					${regBusCSlsq.slry}
				</td>
				<td>
					<fmt:formatDate value="${regBusCSlsq.slsj}" pattern="yyyy-MM-dd HH:mm:ss"/>
				</td>
				<!-- 
				<td>
					${regBusCSlsq.zl}
				</td>
				<td>
					${regBusCSlsq.tzrxm}
				</td>
				<td>
					${fns:getDictLabel(regBusCSlsq.tzfs, 'reg_bus_tzfs', '')}
				</td>
				<td>
					${regBusCSlsq.tzrdh}
				</td>
				<td>
					${regBusCSlsq.tzryddh}
				</td>
				<td>
					${regBusCSlsq.tzrdzyj}
				</td>
				<td>
					${fns:getDictLabel(regBusCSlsq.sfwtaj, 'yes_no', '')}
				</td>
				-->
				<td>
					<fmt:formatDate value="${regBusCSlsq.jssj}" pattern="yyyy-MM-dd HH:mm:ss"/>
				</td> 
				<td>
					${fns:getDictLabel(regBusCSlsq.taskdefkey, 'reg_bus_proc_taskid', '')}
				</td>
				<!-- 
				<shiro:hasPermission name="reg:bus.change:regBusSlsq:edit"><td>
    				<a href="${ctx}/reg/bus/change/regBusCSlsq/form?id=${regBusCSlsq.id}">修改</a>
					<a href="${ctx}/reg/bus/change/regBusCSlsq/delete?id=${regBusCSlsq.id}" onclick="return confirmx('确认要删除该受理申请吗?', this.href)">删除</a>
				</td></shiro:hasPermission>
				 -->
			</tr>
		</c:forEach>
		</tbody>
	</table>
	<div class="pagination">${page}</div>
</body>
</html>