38592244e5c605a7ca58439f4580f71a08514691.svn-base 4.81 KB
<%@ page contentType="text/html;charset=UTF-8" %>
<%@ include file="/WEB-INF/views/include/taglib.jsp"%>
<html>
<head>
	<title>s_reg_bus_dyaq管理</title>
	<meta name="decorator" content="default"/>
	<script type="text/javascript">
		$(document).ready(function() {
			
		});
		function page(n,s){
			$("#pageNo").val(n);
			$("#pageSize").val(s);
			$("#searchForm").submit();
        	return false;
        }
	</script>
</head>
<body>
	<ul class="nav nav-tabs">
		<li class="active"><a href="${ctx}/numdata/datatable/sRegBusDyaq/">s_reg_bus_dyaq列表</a></li>
		<shiro:hasPermission name="numdata:datatable:sRegBusDyaq:edit"><li><a href="${ctx}/numdata/datatable/sRegBusDyaq/form">s_reg_bus_dyaq添加</a></li></shiro:hasPermission>
	</ul>
	<form:form id="searchForm" modelAttribute="sRegBusDyaq" action="${ctx}/numdata/datatable/sRegBusDyaq/" 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 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>s_area_code</th>
				<th>bdcdyh</th>
				<th>ywh</th>
				<th>dybdclx</th>
				<th>dyr</th>
				<th>zwr</th>
				<th>zwrzjzl</th>
				<th>zwrzjh</th>
				<th>dyfs</th>
				<th>djlx</th>
				<th>djyy</th>
				<th>zjjzwzl</th>
				<th>zjjzwdyfw</th>
				<th>zwlxqssj</th>
				<th>zwlxjssj</th>
				<th>zgzqqdss</th>
				<th>jzmjhj</th>
				<th>zxdyywh</th>
				<th>zxdyyy</th>
				<th>zxsj</th>
				<th>bdcdjzmh</th>
				<th>qxdm</th>
				<th>djjg</th>
				<th>dbr</th>
				<th>djsj</th>
				<th>fj</th>
				<th>qszt</th>
				<th>isfdsj</th>
				<th>ysdm</th>
				<th>tdzh</th>
				<th>dyqr</th>
				<th>dygyr</th>
				<th>update_date</th>
				<th>remarks</th>
				<th>dbze</th>
				<th>bdbzzqse</th>
				<th>zgzqse</th>
				<th>pgjz</th>
				<th>pgjzhj</th>
				<shiro:hasPermission name="numdata:datatable:sRegBusDyaq:edit"><th>操作</th></shiro:hasPermission>
			</tr>
		</thead>
		<tbody>
		<c:forEach items="${page.list}" var="sRegBusDyaq">
			<tr>
				<td><a href="${ctx}/numdata/datatable/sRegBusDyaq/form?id=${sRegBusDyaq.id}">
					${sRegBusDyaq.sareaCode}
				</a></td>
				<td>
					${sRegBusDyaq.bdcdyh}
				</td>
				<td>
					${sRegBusDyaq.ywh}
				</td>
				<td>
					${sRegBusDyaq.dybdclx}
				</td>
				<td>
					${sRegBusDyaq.dyr}
				</td>
				<td>
					${sRegBusDyaq.zwr}
				</td>
				<td>
					${sRegBusDyaq.zwrzjzl}
				</td>
				<td>
					${sRegBusDyaq.zwrzjh}
				</td>
				<td>
					${sRegBusDyaq.dyfs}
				</td>
				<td>
					${sRegBusDyaq.djlx}
				</td>
				<td>
					${sRegBusDyaq.djyy}
				</td>
				<td>
					${sRegBusDyaq.zjjzwzl}
				</td>
				<td>
					${sRegBusDyaq.zjjzwdyfw}
				</td>
				<td>
					<fmt:formatDate value="${sRegBusDyaq.zwlxqssj}" pattern="yyyy-MM-dd HH:mm:ss"/>
				</td>
				<td>
					<fmt:formatDate value="${sRegBusDyaq.zwlxjssj}" pattern="yyyy-MM-dd HH:mm:ss"/>
				</td>
				<td>
					${sRegBusDyaq.zgzqqdss}
				</td>
				<td>
					${sRegBusDyaq.jzmjhj}
				</td>
				<td>
					${sRegBusDyaq.zxdyywh}
				</td>
				<td>
					${sRegBusDyaq.zxdyyy}
				</td>
				<td>
					<fmt:formatDate value="${sRegBusDyaq.zxsj}" pattern="yyyy-MM-dd HH:mm:ss"/>
				</td>
				<td>
					${sRegBusDyaq.bdcdjzmh}
				</td>
				<td>
					${sRegBusDyaq.qxdm}
				</td>
				<td>
					${sRegBusDyaq.djjg}
				</td>
				<td>
					${sRegBusDyaq.dbr}
				</td>
				<td>
					<fmt:formatDate value="${sRegBusDyaq.djsj}" pattern="yyyy-MM-dd HH:mm:ss"/>
				</td>
				<td>
					${sRegBusDyaq.fj}
				</td>
				<td>
					${sRegBusDyaq.qszt}
				</td>
				<td>
					${sRegBusDyaq.isfdsj}
				</td>
				<td>
					${sRegBusDyaq.ysdm}
				</td>
				<td>
					${sRegBusDyaq.tdzh}
				</td>
				<td>
					${sRegBusDyaq.dyqr}
				</td>
				<td>
					${sRegBusDyaq.dygyr}
				</td>
				<td>
					<fmt:formatDate value="${sRegBusDyaq.updateDate}" pattern="yyyy-MM-dd HH:mm:ss"/>
				</td>
				<td>
					${sRegBusDyaq.remarks}
				</td>
				<td>
					${sRegBusDyaq.dbze}
				</td>
				<td>
					${sRegBusDyaq.bdbzzqse}
				</td>
				<td>
					${sRegBusDyaq.zgzqse}
				</td>
				<td>
					${sRegBusDyaq.pgjz}
				</td>
				<td>
					${sRegBusDyaq.pgjzhj}
				</td>
				<shiro:hasPermission name="numdata:datatable:sRegBusDyaq:edit"><td>
    				<a href="${ctx}/numdata/datatable/sRegBusDyaq/form?id=${sRegBusDyaq.id}">修改</a>
					<a href="${ctx}/numdata/datatable/sRegBusDyaq/delete?id=${sRegBusDyaq.id}" onclick="return confirmx('确认要删除该s_reg_bus_dyaq吗?', this.href)">删除</a>
				</td></shiro:hasPermission>
			</tr>
		</c:forEach>
		</tbody>
	</table>
	<div class="pagination">${page}</div>
</body>
</html>