Commit d4957fad by 冷斌

fix bug

parent ee50aefd
......@@ -8,7 +8,7 @@
<li><a href="{:U('Gather/add')}">添加</a></li>
</if>
</ul>
<form class="well form-search" method="post" action="{:U('Gather/index')}">
<form class="well form-search" name="form1" method="post" action="{:U('Gather/index')}">
类型:
<select class="select_2" name="type" id="four">
......@@ -19,7 +19,8 @@
时间段:
<input type="text" name="start_time" class="js-date date" id="start_time" value="{$formget.start_time}" style="width: 80px;" autocomplete="off">-
<input type="text" class="js-date date" name="end_time" id="end_time" value="{$formget.end_time}" style="width: 80px;" autocomplete="off"> &nbsp; &nbsp;
<input type="submit" class="btn btn-primary" value="搜索">
<input type="submit" class="btn btn-primary" value="搜索" onclick="form1.action='{:U('Gather/index')}';form1.submit();">
<input type="button" class="btn btn-primary" style="background-color: #1dccaa;" value="导出" onclick="form1.action='{:U('Gather/export')}';form1.submit();"/>
<div style="margin-top:10px">
{$date}月数据统计 (根据筛选条件统计)
<span style="color:red;font-size: 17px;">
......@@ -40,11 +41,11 @@
<th>注册人数</th>
<th>充值金额</th>
<th>充值人数</th>
<th>守护金额(萌币</th>
<th>商城消费(萌币</th>
<th>自客自销(萌币</th>
<th>他客自销(萌币</th>
<th>自客他销(萌币</th>
<th>守护金额(钻石</th>
<th>商城消费(钻石</th>
<th>自客自销(钻石</th>
<th>他客自销(钻石</th>
<th>自客他销(钻石</th>
</tr>
</thead>
<tbody>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment