statistics.html
12.2 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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
<include file="public/layout" />
<style type="text/css">
.flexigrid .sDiv{float: left;margin:10px 0;}
.laybox {
padding: 15px;
}
.laybox ul li{font-size: 0;padding: 5px 0;}
.laybox ul li span:first-child{
text-align: right;
color: #999;
}
.laybox ul li span{
padding-left: 15px;
display: inline-block;
*zoom: 1;
*display: inline;
width: 50%;
color: #333;
font-size: 16px;
}
</style>
<script src="__PUBLIC__/static/js/layer/laydate/laydate.js"></script>
<body style="background-color: rgb(255, 255, 255); overflow: auto; cursor: default; -moz-user-select: inherit;">
<div id="append_parent"></div>
<div id="ajaxwaitid"></div>
<div class="page">
<div class="fixed-bar">
<div class="item-title">
<div class="ftitle">
<h3>生日营销领取记录</h3>
<h5>(共<span id="order_count">{$pager->totalRows}</span>条记录)</h5>
<div title="刷新数据" class="pReload"><i class="fa fa-refresh"></i></div>
</div>
</div>
</div>
<div class="flexigrid">
<div class="mDiv">
<div class="clear"></div>
<form class="navbar-form form-inline" id="search-form" method="get" action="{:U('coupon/statistics')}" onsubmit="return check_form();">
<input type="hidden" name="timegap" id="timegap" value="{$timegap}">
<div class="sDiv" style="float: right">
<div class="sDiv2" style="margin-right: 10px;display: none;">
<input type="text" size="30" name="start" id="add_time_begin" value="{$start_time}" placeholder="起始时间" class="qsbox">
<!--<input type="button" class="btn" value="起始时间">-->
</div>
<div class="sDiv2" style="margin-right: 10px;display: none;">
<input type="text" size="30" name="end" id="add_time_end" value="{$end_time}" placeholder="截止时间" class="qsbox">
<!--<input type="button" class="btn" value="截止时间">-->
</div>
每<input type="text" size="2" maxlength="4" name="pagenum" id="pagenum" class="qsbox" style="vertical-align: middle;"
value="{$pagenum}">条/页
<div class="sDiv2" style="margin-right: 5px;border: none;">
<input type="text" name="key" placeholder="输入手机号码" class="input-txt" value="{$key}"/>
</div>
<include file="public/date" />
<div class="sDiv2" style="margin-right: 5px;border: none;">
<input type="text" name="no" placeholder="活动名称" class="" value="{$no}" style="width: 100px"/>
</div>
<div class="sDiv2" style="margin-right: 5px;border: 0;">
<select name="is" class="form-control">
<option value="0" <if condition="$is_user eq 0">selected</if>>会员权益等级</option>
<option value="1" <if condition="$is_user eq 1">selected</if>>未使用</option>
<option value="2" <if condition="$is_user eq 2">selected</if>>已使用</option>
</select>
</div>
<div class="sDiv2" style="margin-right: 5px;border: none;">
<select name="type" class="form-control">
<option value="" <if condition="$type eq ''">selected</if>>礼品类型</option>
<option value="免费发放" <if condition="$type eq 免费发放">selected</if>>免费发放</option>
<option value="注册发放" <if condition="$type eq 注册发放">selected</if>>注册发放</option>
<option value="邀请发放" <if condition="$type eq 邀请发放">selected</if>>邀请发放</option>
<option value="优惠活动" <if condition="$type eq 优惠活动">selected</if>>优惠活动</option>
</select>
</div>
<div class="sDiv2">
<input type="submit" class="btn" value="搜索">
</div>
<div class="sDiv2">
<input type="button" id="btnxls" onclick="ajax_exportreport('search-form',1)" class="btn" value="导出数据">
</div>
</div>
</form>
</div>
<div class="hDiv">
<div class="hDivBox">
<table cellspacing="0" cellpadding="0">
<thead>
<tr>
<th align="center" abbr="article_title" axis="col3" class="w80">
<div style="text-align: center;" class="">会员昵称</div>
</th>
<th align="center" abbr="ac_id" axis="col4" class="w90">
<div style="text-align: center; " class="">会员手机</div>
</th>
<th align="center" abbr="ac_id" axis="col4" class="w140">
<div style="text-align: center; " class="">活动名称</div>
</th>
<th align="center" abbr="article_show" axis="col5" class="w80">
<div style="text-align: center; " class="">礼包名称</div>
</th>
<th align="center" abbr="article_time" axis="col6" class="w80">
<div style="text-align: center; " class="">礼包类型</div>
</th>
<th align="center" abbr="article_time" axis="col6" class="w130">
<div style="text-align: center; " class="">礼品名称</div>
</th>
<th align="center" abbr="article_time" axis="col6" class="w130">
<div style="text-align: center; " class="">数量</div>
</th>
<th align="center" abbr="article_time" axis="col6" class="w150">
<div style="text-align: center; " class="">会员权益等级</div>
</th>
<th align="center" abbr="article_time" axis="col6" class="w100">
<div style="text-align: center; " class="">时间</div>
</th>
</tr>
</thead>
</table>
</div>
</div>
<div class="bDiv" style="height: auto;">
<div id="flexigrid" cellpadding="0" cellspacing="0" border="0">
<table>
<tbody>
<empty name="list">
<tr>
<td colspan="20" class="norecord">
<div class="warning-option"><i class="icon-warning-sign"></i><span>暂无符合条件的数据记录</span>
</div>
</td>
</tr>
<else/>
<foreach name="list" item="vo" key="k" >
<tr>
<!--<td class="sign w50">-->
<!--<div><i class="ico-check"></i></div>-->
<!--</td>-->
<td align="center" class="w80">
<div style="text-align: center; ">{$vo.VIPName}</div>
</td>
<td align="center" class="w90">
<div style="text-align: center; ">{$vo.MobileTel}</div>
</td>
<td align="center" class="w140">
<div style="text-align: center; ">{$vo.CashRepNo}</div>
</td>
<td align="center" class="w80">
<div style="text-align: center;">{$vo.Sum}</div>
</td>
<td align="center" class="w80">
<div style="text-align: center;">{$vo.BuySum}</div>
</td>
<td align="center" class="w130">
<div style="text-align: center;">
<if condition="empty($vo.BeginDate)">
无限制
<else/>
{$vo.BeginDate}
</if>
</div>
</td>
<td align="center" class="w130">
<div style="text-align: center; ">
<if condition="empty($vo.ValidDate)">
无限制
<else/>
{$vo.ValidDate}
</if>
</div>
</td>
<td align="center" class="w130">
<div style="text-align: center; ">{$vo.BillDate}</div>
</td>
<td align="center" class="w70">
<div style="text-align: center; ">{$vo.SendMan}</div>
</td>
<td align="center" class="w70">
<div style="text-align: center; ">
<if condition="$vo.IsUse eq 0">
<span style="color: red">未使用</span>
<else/>
<span style="color:blue;">已使用</span>
</if>
</div>
</td>
<!--删除 20170425-->
<!--<td align="" class="" style="width: 100%;">
<div> </div>
</td>-->
</tr>
</foreach>
</empty>
</tbody>
</table>
</div>
<div class="iDiv" style="display: none;"></div>
</div>
<!--分页位置-->
{$page}
</div>
</div>
<script>
$(document).ready(function(){
// 表格行点击选中切换
$('#flexigrid > table>tbody >tr').click(function(){
$(this).toggleClass('trSelected');
});
// 点击刷新数据
$('.fa-refresh').click(function(){
location.href = location.href;
});
});
// 导出数据
function ajax_exportreport(form, page) {
cur_page = page; //当前页面 保存为全局变量
var htmlcount=$("#order_count").text();
if (htmlcount>8000)
{
layer.alert('导出数据量大(最大支持8000条),请选择时间段进行导出', {icon: 2});
return false;
}
location.href = "/index.php?m=Admin&c=Coupon&a=exportreport_statistics&p=" + page + "&"+$('#' + form).serialize();
}
function check_form(){
layer.msg('加载中...', {icon: 16,shade: [0.5, '#f5f5f5'],scrollbar: false,offset: '10px', time:100000}) ;
var start_time = $.trim($('#add_time_begin').val());
var end_time = $.trim($('#add_time_end').val());
if(start_time == '' || end_time == ''){
layer.alert('请选择完整的时间间隔', {icon: 2});
return false;
}
return true;
}
</script>
</body>
</html>