使用状态
{$tj->radio(array('0'=>'全部状态'),'orderType')}
{$tj->radio(array('1'=>'已使用'),'orderType')}
{$tj->radio(array('2'=>'未使用'),'orderType')}
导出数据
{$tj->text('keyword','class="input-sm form-control" placeholder="搜索优惠券SN码"')}
SN码
用户信息
使用时间
状态
{loop $res as $r}
{$r->sn}
{name($r->wxid)}
{if $r->usetime}{$r->usetime}{else}------{/if}
{if $r->isuse}已使用{else}未使用{/if}
{/loop}