userActivityMemberNew.jsp
7.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<?xml version="1.0" encoding="UTF-8" ?>
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<c:set var="ctx" value="${pageContext.request.contextPath}" />
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<jsp:include page="${ctx }/view/common/meta.jsp" />
<link href="${ctx }/resource/css/member.css" rel="stylesheet" type="text/css" />
<link href="${ctx }/resource/css/detail.css" rel="stylesheet" type="text/css" />
<link href="${ctx }/resource/css/home.css" rel="stylesheet" type="text/css" />
<link href="${ctx }/resource/css/userActivity.css" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" type="text/css" href="${ctx }/resource/css/common.css" />
<link href="${ctx }/resource/css/jquery-date/jquery-ui-1.10.1.css" rel="stylesheet" />
<link href="${ctx }/resource/css/jquery-date/siena.datepicker.css" rel="stylesheet" />
<link href="${ctx }/resource/css/jquery-date/santiago.datepicker.css" rel="stylesheet" />
<link href="${ctx }/resource/css/jquery-date/latoja.datepicker.css" rel="stylesheet" />
<link href="${ctx }/resource/css/jquery-date/lugo.datepicker.css" rel="stylesheet" />
<link href="${ctx }/resource/css/jquery-date/cangas.datepicker.css" rel="stylesheet" />
<link href="${ctx }/resource/css/jquery-date/vigo.datepicker.css" rel="stylesheet" />
<link href="${ctx }/resource/css/jquery-date/nigran.datepicker.css" rel="stylesheet" />
<link href="${ctx }/resource/js/utils/easydialog/easydialog.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="${ctx }/resource/js/utils/jquery/jquery-ui-1.10.1.min.js"></script>
<script type="text/javascript" src="${ctx }/resource/js/utils/jquery/jquery.ui.datepicker-zh-cn.js"></script>
<script type="text/javascript" src="${ctx }/resource/js/user/fundRecord.js"></script>
<script type="text/javascript" src="${ctx }/resource/js/user/account/userActivityMember.js"></script>
<link href="${ctx }/resource/js/utils/page/page.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="${ctx}/resource/js/utils/page/query.js"></script>
<script type="text/javascript" src="${ctx}/resource/js/utils/page/page.js"></script>
<script type="text/javascript">
$(function() {
$('#pageToolbar').Paging({pagesize: '${params.rows }', count: '${params._total}',
toolbar:true, current: Number('${params.page}'), callback:function(page, size, count) {
$('#_page').val(page);
$('#_rows').val(size);
$('#search-form').submit();
}});
});
</script>
<style>
.btn1{
background: #d51523;
color:#fff;
border: 0;
border-radius: 5px;
padding: 5px 20px;
margin: 15px 0;
width: 100px;
}
</style>
</head>
<body>
<jsp:include page="${ctx }/view/common/header.jsp" />
<div class="bigbox">
<jsp:include page="${ctx }/view/common/menu.jsp" />
<div class="etlist rightbox0" style="margin-top: 28px">
<h2 style="text-align: left;">推荐人详情</h2>
<div class="crossline"></div>
<ul class="tab">
<%-- <li><a href="${ctx }/user/rebateReward">交易奖励详情</a></li>
<li><a href="${ctx } /user/rebateRecord">历史记录</a></li> --%>
<li class="selected"><a href="${ctx } /user/promotions">推荐人详情</a></li>
<li><a href="${ctx }/user/userChangeReferee">变更推荐人</a></li>
<div class="clear"></div>
</ul>
<div class="activity_detail" style="padding-top:20px;" >
<div class="activity_detail_search">
<form id="search-form" action="${ctx }/user/promotions/new" method="get" class="searchform">
<input type="hidden" name="rows" id="_rows" value=""/>
<input type="hidden" name="page" id="_page" value=""/>
<input type="hidden" id="url" name="url" />
<span>起始日期:</span><input id="start_date" name="start_date" value="${params.start_date }" readonly="readonly" />
<span>结束日期:</span><input id="end_date" name="end_date" value="${params.end_date }" readonly="readonly" />
<span>
会员等级:</span>
<select name="level">
<option value="-1">全部</option>
<c:forEach var="info" items="${levelInfo }">
<option value="${info.level}"
<c:if test="${params.level == info.level }"> selected="selected"</c:if>
>${info.levelName }</option>
</c:forEach>
</select>
<input class="detail-submit" type="submit" value="查询" />
</form>
</div>
<div class="crossline"></div>
<div class="activity_member_indirect ">
<p>查询下辖会员直推数量,可点击“间接会员详情”按钮</p>
<a class="detail-submit" href="javascript:query()" />间接会员详情</a>
</div>
<div class="crossline"></div>
<div class="activity_detail_content" id="activity_detail_content" style="width:100%;" >
<table width="100%" cellpadding="0" cellspacing="0">
<thead>
<td width="10%">序号</td>
<td width="15%">申请时间</td>
<td width="10%">会员号</td>
<td width="10%">姓名</td>
<td width="15%">手机号</td>
<td width="15%">会员等级</td>
<td width="25%">晋级条件</td>
</thead>
<tbody>
<c:if test="${empty promotions }">
<tr>
<td style="background:#f2f2f2;" colspan="10"><img style="width:65%" src="${ctx }/resource/images/noData.png"></img></td>
</tr>
</c:if>
<c:forEach var="promotion" items="${promotions }" varStatus="status">
<tr height="40">
<td >${(status.index + 1)+(params.page-1)*15}</td>
<td>${promotion.OPEN_DATE}</td>
<td >${promotion.CLIENT_ID}</td>
<td>${promotion.CLIENT_NAME }(${promotion.REFERRER })</td>
<td >${promotion.MOBILE_TEL }</td>
<td>${promotion.ASSET_LEVEL }</td>
<td>还需要推荐${promotion.ASSET_LEVEL }${promotion.underUserNum }名</td>
</tr>
</c:forEach>
</tbody>
</table>
<c:if test="${!empty promotions }">
<div id="pageToolbar"></div>
</c:if>
</div>
</div>
</div>
<div class="clear"></div>
</div>
<div class="easyDialog_wrapper" id="remindPopup" style=" width: 500px;">
<div class="easyDialog_content" style="border-top:3px solid #F81919;">
<h4 class="easyDialog_title" id="easyDialogSuccessTitle" style="border:0; background: #fff;">
<i class="close_btn" onclick="easyDialog.close();" >x</i>
</h4>
<div class="easyDialog_text btn2-txt" id="dialog-success-content" style="text-align: center;font-size:16px;">请先选中要查看的会员,再次点击按钮进行查询。</div>
<div class="easyDialog_footer" style="text-align: center;">
<button class="btn1" onclick="easyDialog.close();">确定</button>
</div>
</div>
</div>
<jsp:include page="${ctx }/view/common/bottom.jsp" />
</body>
</html>