180 lines
7.6 KiB
HTML
180 lines
7.6 KiB
HTML
{template '_header'}
|
|
<div class="page-heading">
|
|
|
|
<span class='pull-right'>
|
|
|
|
|
|
<a class="btn btn-default btn-sm" href="{php echo webUrl('sale/coupon/coupon')}">返回列表</a>
|
|
|
|
|
|
</span>
|
|
<h2>优惠券记录 <small>{if !empty($coupon)}优惠券: {$coupon['couponname']}{/if} 总数: <span class="text-danger">{$total}</span></small></h2>
|
|
</div>
|
|
|
|
|
|
<form action="./index.php" method="get" class="form-horizontal" role="form" id="form1">
|
|
<input type="hidden" name="c" value="site" />
|
|
<input type="hidden" name="a" value="entry" />
|
|
<input type="hidden" name="m" value="{EWEI_SHOP_V2_MODULE_NAME}" />
|
|
<input type="hidden" name="do" value="web" />
|
|
<input type="hidden" name="r" value="sale.coupon.log" />
|
|
<input type="hidden" name="couponid" value="{$couponid}" />
|
|
|
|
|
|
|
|
|
|
{if empty($coupon)}
|
|
|
|
<div class="page-toolbar row m-b-sm m-t-sm">
|
|
<div class="col-sm-12 pull-right">
|
|
<div class='input-group input-group-sm' style='float:left;' >
|
|
{php echo tpl_daterange('time', array('sm'=>true,'placeholder'=>'获得时间'),true);}
|
|
</div>
|
|
<div class='input-group input-group-sm' style='float:left;' >
|
|
{php echo tpl_daterange('time1', array('sm'=>true,'placeholder'=>'使用时间'),true);}
|
|
</div>
|
|
|
|
|
|
<select name='gettype' class='form-control input-sm select-sm' style='width:110px;'>
|
|
<option value=''>获得方式</option>
|
|
<option value='0' {if $_GPC['gettype']=='0'}selected{/if}>后台发放</option>
|
|
<option value='1' {if $_GPC['gettype']=='1'}selected{/if}>领券中心</option>
|
|
<option value='2' {if $_GPC['gettype']=='2'}selected{/if}>积分商城</option>
|
|
<option value='3' {if $_GPC['gettype']=='3'}selected{/if}>任务海报</option>
|
|
<option value='4' {if $_GPC['gettype']=='4'}selected{/if}>超级海报</option>
|
|
<option value='5' {if $_GPC['gettype']=='5'}selected{/if}>活动海报</option>
|
|
<option value='6' {if $_GPC['gettype']=='6'}selected{/if}>任务发送</option>
|
|
<option value='7' {if $_GPC['gettype']=='7'}selected{/if}>兑换中心</option>
|
|
<option value='8' {if $_GPC['gettype']=='8'}selected{/if}>快速领取</option>
|
|
<option value='9' {if $_GPC['gettype']=='9'}selected{/if}>收银台发送</option>
|
|
<option value='10' {if $_GPC['gettype']=='10'}selected{/if}>微信会员卡激活发送</option>
|
|
<option value='11' {if $_GPC['gettype']=='11'}selected{/if}>直播间领取优惠券</option>
|
|
<option value='12' {if $_GPC['gettype']=='12'}selected{/if}>直播间推送优惠券</option>
|
|
<option value='13' {if $_GPC['gettype']=='13'}selected{/if}>口令优惠券</option>
|
|
<option value='14' {if $_GPC['gettype']=='14'}selected{/if}>新人领券</option>
|
|
<option value='15' {if $_GPC['gettype']=='15'}selected{/if}>发券分享</option>
|
|
</select>
|
|
|
|
<select name='used' class='form-control input-sm select-sm'>
|
|
<option value=''>状态</option>
|
|
<option value='0' {if $_GPC['used']=='0'}selected{/if}>未使用</option>
|
|
<option value='1' {if $_GPC['used']=='1'}selected{/if}>已使用</option>
|
|
</select>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div class="page-toolbar row m-b-sm m-t-sm">
|
|
<div class="col-sm-12 pull-right">
|
|
|
|
<select name='type' class='form-control input-sm select-sm'>
|
|
<option value='' {if $_GPC['type']==''}selected{/if}>类型</option>
|
|
<option value='0' {if $_GPC['type']=='0'}selected{/if}>消费</option>
|
|
<option value='1' {if $_GPC['type']=='1'}selected{/if}>充值</option>
|
|
</select>
|
|
|
|
<select name='searchfield' class='form-control input-sm select-sm'>
|
|
<option value='' >关键词</option>
|
|
<option value='coupon' {if $_GPC['searchfield']=='coupon'}selected{/if}>优惠券</option>
|
|
<option value='member' {if $_GPC['searchfield']=='member'}selected{/if} >会员</option>
|
|
</select>
|
|
|
|
<div class="input-group">
|
|
<input type="text" class="input-sm form-control" name='keyword' value="{$_GPC['keyword']}" placeholder="请输入关键词"> <span class="input-group-btn">
|
|
|
|
|
|
<button class="btn btn-sm btn-primary" type="submit"> 搜索</button>
|
|
{ifp 'sale.coupon.log.export'}
|
|
<button type="submit" name="export" value="1" class="btn btn-success btn-sm">导出</button>
|
|
{/if}
|
|
</span>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
{else}
|
|
<div class="page-toolbar row m-b-sm m-t-sm">
|
|
<div class="col-sm-12 pull-right">
|
|
<div class='input-group input-group-sm' style='float:left;' >
|
|
{php echo tpl_daterange('time', array('sm'=>true,'placeholder'=>'获得时间'),true);}
|
|
</div>
|
|
<div class='input-group input-group-sm' style='float:left;' >
|
|
{php echo tpl_daterange('time1', array('sm'=>true,'placeholder'=>'使用时间'),true);}
|
|
</div>
|
|
<div class="input-group">
|
|
|
|
|
|
|
|
<button class="btn btn-sm btn-primary" type="submit"> 搜索</button>
|
|
{ifp 'sale.coupon.log.export'}
|
|
<button type="submit" name="export" value="1" class="btn btn-success btn-sm">导出</button>
|
|
{/if}
|
|
|
|
</div>
|
|
|
|
</div></div>
|
|
{/if}
|
|
|
|
</form>
|
|
{if count($list)>0}
|
|
<table class="table table-hover table-responsive">
|
|
<thead class="navbar-inner" >
|
|
<tr>
|
|
|
|
<th style='width:150px;'>优惠券名称</th>
|
|
<th style='width:90px;'>会员信息</th>
|
|
<th style='width:100px;'></th>
|
|
<th style='width:80px;'>获得方式</th>
|
|
<th style='width:100px;'>获得时间</th>
|
|
<th style='width:100px;'>使用时间</th>
|
|
<th style='width:180px;'>使用单号</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
{loop $list $row}
|
|
<tr>
|
|
|
|
<td>{if $row['coupontype']==0}
|
|
<label class='label label-success'>消费</label>
|
|
{elseif $row['coupontype']==1}
|
|
<label class='label label-warning'>充值</label>
|
|
{elseif $row['coupontype']==2}
|
|
<label class='label label-warning'>收银台</label>
|
|
{/if}{$row['couponname']}
|
|
</td>
|
|
<td>
|
|
<span data-toggle='tooltip' title='{$row['nickname']}'>
|
|
<img src='{php echo tomedia($row['avatar'])}' style='width:30px;height:30px;padding1px;border:1px solid #ccc' />
|
|
{if empty($row['nickname'])}未更新{else}{$row['nickname']}{/if}</span>
|
|
</td>
|
|
<td>
|
|
{$row['realname']}<br/>{$row['mobile']}
|
|
</td>
|
|
<td>{$row['gettypestr']}</td>
|
|
<td>{php echo date('Y-m-d',$row['gettime'])}<br/>{php echo date('H:i',$row['gettime'])}</td>
|
|
<td>{if empty($row['usetime'])}
|
|
---
|
|
{else}
|
|
{php echo date('Y-m-d',$row['usetime'])}<br/>{php echo date('H:i',$row['usetime'])}
|
|
{/if}
|
|
</td>
|
|
|
|
<td>{php echo empty($row['ordersn'])?'---':$row['ordersn']}</td>
|
|
|
|
|
|
</tr>
|
|
{/loop}
|
|
</tbody>
|
|
</table>
|
|
{$pager}
|
|
{else}
|
|
<div class='panel panel-default'>
|
|
<div class='panel-body' style='text-align: center;padding:30px;'>
|
|
暂时没有任何发放使用记录!
|
|
</div>
|
|
</div>
|
|
{/if}
|
|
{template '_footer'}
|