f55b63144a5e1216d95ade0c7e2f1c59c98deada.svn-base 3.94 KB
<%@ page contentType="text/html;charset=UTF-8" %>
<%@ include file="/WEB-INF/views/include/taglib.jsp"%>
<html>
<head>
	<title>s_reg_bus_cfdj管理</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}/sumdata/datatable/sRegBusCfdj/">s_reg_bus_cfdj列表</a></li>
		<shiro:hasPermission name="sumdata:datatable:sRegBusCfdj:edit"><li><a href="${ctx}/sumdata/datatable/sRegBusCfdj/form">s_reg_bus_cfdj添加</a></li></shiro:hasPermission>
	</ul>
	<form:form id="searchForm" modelAttribute="sRegBusCfdj" action="${ctx}/sumdata/datatable/sRegBusCfdj/" 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>ysdm</th>
				<th>bdcdyh</th>
				<th>ywh</th>
				<th>cfjg</th>
				<th>cflx</th>
				<th>cfwj</th>
				<th>cfwh</th>
				<th>cfqssj</th>
				<th>cfjssj</th>
				<th>cffw</th>
				<th>qxdm</th>
				<th>djjg</th>
				<th>dbr</th>
				<th>djsj</th>
				<th>jfywh</th>
				<th>jfjg</th>
				<th>jfwj</th>
				<th>jfwh</th>
				<th>jfdbr</th>
				<th>jfdjsj</th>
				<th>fj</th>
				<th>qszt</th>
				<th>djlx</th>
				<th>update_date</th>
				<th>remarks</th>
				<shiro:hasPermission name="sumdata:datatable:sRegBusCfdj:edit"><th>操作</th></shiro:hasPermission>
			</tr>
		</thead>
		<tbody>
		<c:forEach items="${page.list}" var="sRegBusCfdj">
			<tr>
				<td><a href="${ctx}/sumdata/datatable/sRegBusCfdj/form?id=${sRegBusCfdj.id}">
					${sRegBusCfdj.sareaCode}
				</a></td>
				<td>
					${sRegBusCfdj.ysdm}
				</td>
				<td>
					${sRegBusCfdj.bdcdyh}
				</td>
				<td>
					${sRegBusCfdj.ywh}
				</td>
				<td>
					${sRegBusCfdj.cfjg}
				</td>
				<td>
					${sRegBusCfdj.cflx}
				</td>
				<td>
					${sRegBusCfdj.cfwj}
				</td>
				<td>
					${sRegBusCfdj.cfwh}
				</td>
				<td>
					<fmt:formatDate value="${sRegBusCfdj.cfqssj}" pattern="yyyy-MM-dd HH:mm:ss"/>
				</td>
				<td>
					<fmt:formatDate value="${sRegBusCfdj.cfjssj}" pattern="yyyy-MM-dd HH:mm:ss"/>
				</td>
				<td>
					${sRegBusCfdj.cffw}
				</td>
				<td>
					${sRegBusCfdj.qxdm}
				</td>
				<td>
					${sRegBusCfdj.djjg}
				</td>
				<td>
					${sRegBusCfdj.dbr}
				</td>
				<td>
					<fmt:formatDate value="${sRegBusCfdj.djsj}" pattern="yyyy-MM-dd HH:mm:ss"/>
				</td>
				<td>
					${sRegBusCfdj.jfywh}
				</td>
				<td>
					${sRegBusCfdj.jfjg}
				</td>
				<td>
					${sRegBusCfdj.jfwj}
				</td>
				<td>
					${sRegBusCfdj.jfwh}
				</td>
				<td>
					${sRegBusCfdj.jfdbr}
				</td>
				<td>
					<fmt:formatDate value="${sRegBusCfdj.jfdjsj}" pattern="yyyy-MM-dd HH:mm:ss"/>
				</td>
				<td>
					${sRegBusCfdj.fj}
				</td>
				<td>
					${sRegBusCfdj.qszt}
				</td>
				<td>
					${sRegBusCfdj.djlx}
				</td>
				<td>
					<fmt:formatDate value="${sRegBusCfdj.updateDate}" pattern="yyyy-MM-dd HH:mm:ss"/>
				</td>
				<td>
					${sRegBusCfdj.remarks}
				</td>
				<shiro:hasPermission name="sumdata:datatable:sRegBusCfdj:edit"><td>
    				<a href="${ctx}/sumdata/datatable/sRegBusCfdj/form?id=${sRegBusCfdj.id}">修改</a>
					<a href="${ctx}/sumdata/datatable/sRegBusCfdj/delete?id=${sRegBusCfdj.id}" onclick="return confirmx('确认要删除该s_reg_bus_cfdj吗?', this.href)">删除</a>
				</td></shiro:hasPermission>
			</tr>
		</c:forEach>
		</tbody>
	</table>
	<div class="pagination">${page}</div>
</body>
</html>