创建新活动
使用状态
{$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码
用户信息
类型
使用时间
状态
活动名称:{$sn->Name}
活动时间:{$sn->date}
活动内容:优惠 {$sn->money} 元
活动详情
{loop $res as $r}
{$r->sn}
{name($r->wxid)}
{if $r->type == 1}优惠券SN码{/if}
{if $r->usetime}{$r->usetime}{else}------{/if}
{if $r->isuse}已使用{else}未使用{/if}
{/loop}