Commit d4957fad by 冷斌

fix bug

parent ee50aefd
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<li><a href="{:U('Gather/add')}">添加</a></li> <li><a href="{:U('Gather/add')}">添加</a></li>
</if> </if>
</ul> </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"> <select class="select_2" name="type" id="four">
...@@ -19,7 +19,8 @@ ...@@ -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" 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="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"> <div style="margin-top:10px">
{$date}月数据统计 (根据筛选条件统计) {$date}月数据统计 (根据筛选条件统计)
<span style="color:red;font-size: 17px;"> <span style="color:red;font-size: 17px;">
...@@ -40,11 +41,11 @@ ...@@ -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> <th>他客自销(钻石</th>
<th>自客他销(萌币</th> <th>自客他销(钻石</th>
</tr> </tr>
</thead> </thead>
<tbody> <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