|
@@ -4,23 +4,39 @@
|
|
<head>
|
|
<head>
|
|
<title>协销更换记录</title>
|
|
<title>协销更换记录</title>
|
|
<meta name="decorator" content="default"/>
|
|
<meta name="decorator" content="default"/>
|
|
- <style></style>
|
|
|
|
|
|
+ <style>
|
|
|
|
+ .handel_data {
|
|
|
|
+ line-height: 50px;
|
|
|
|
+ font-size: 15px;
|
|
|
|
+ margin-left: 10%;
|
|
|
|
+ }
|
|
|
|
+ .table_deli{
|
|
|
|
+ margin-top: 5px;
|
|
|
|
+ border: #0d0d0d 1px solid;
|
|
|
|
+ }
|
|
|
|
+ </style>
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
<ul class="nav nav-tabs">
|
|
<ul class="nav nav-tabs">
|
|
<li><a href="${ctx}/new/user/agency/">机构基本资料列表</a></li>
|
|
<li><a href="${ctx}/new/user/agency/">机构基本资料列表</a></li>
|
|
<li class="active"><a href="${ctx}/new/user/agency/spLogs?clubID=${cmClub.clubID}">协销更换记录</a></li>
|
|
<li class="active"><a href="${ctx}/new/user/agency/spLogs?clubID=${cmClub.clubID}">协销更换记录</a></li>
|
|
</ul>
|
|
</ul>
|
|
-
|
|
|
|
|
|
+<div style="height: 50px; background: #f5f5f5;">
|
|
|
|
+ <span class="handel_data">机构名称:${cmClub.name}</span>
|
|
|
|
+ <span class="handel_data">联系人:${cmClub.linkMan}</span>
|
|
|
|
+ <span class="handel_data">手机号:${cmClub.contractMobile}</span>
|
|
|
|
+ <span class="handel_data">注册时间:${cmClub.addTime}</span>
|
|
|
|
+</div>
|
|
<sys:message content="${message}"/>
|
|
<sys:message content="${message}"/>
|
|
-<table id="contentTable" class="table table-striped table-bordered table-condensed">
|
|
|
|
- <thead>
|
|
|
|
|
|
+<div class="table_deli">
|
|
|
|
+ <table id="contentTable" class="table table-striped table-bordered table-condensed">
|
|
|
|
+ <thead>
|
|
<tr>
|
|
<tr>
|
|
<th>日期</th>
|
|
<th>日期</th>
|
|
<th>更换记录</th>
|
|
<th>更换记录</th>
|
|
</tr>
|
|
</tr>
|
|
- </thead>
|
|
|
|
- <tbody>
|
|
|
|
|
|
+ </thead>
|
|
|
|
+ <tbody>
|
|
<c:forEach items="${page.list}" var="logs">
|
|
<c:forEach items="${page.list}" var="logs">
|
|
<c:if test="${!empty logs.actioncontents}">
|
|
<c:if test="${!empty logs.actioncontents}">
|
|
<tr>
|
|
<tr>
|
|
@@ -33,8 +49,9 @@
|
|
</tr>
|
|
</tr>
|
|
</c:if>
|
|
</c:if>
|
|
</c:forEach>
|
|
</c:forEach>
|
|
- </tbody>
|
|
|
|
-</table>
|
|
|
|
|
|
+ </tbody>
|
|
|
|
+ </table>
|
|
|
|
+</div>
|
|
|
|
|
|
</body>
|
|
</body>
|
|
</html>
|
|
</html>
|