创建新活动
全部类型
{$tj->radio(array('0'=>'全部类型'),'orderType')}
{$tj->radio(array('1'=>'现金券'),'orderType')}
{$tj->radio(array('2'=>'满减券'),'orderType')}
全部状态
{$tj->radio(array('0'=>'全部状态'),'state')}
{$tj->radio(array('1'=>'未开始'),'state')}
{$tj->radio(array('2'=>'进行中'),'state')}
{$tj->radio(array('3'=>'已结束'),'state')}
活动时间
2013/12/04 - 2015/12/03
{$tj->text('keyword','class="input-sm form-control" placeholder="搜索活动名称"')}
活动名称
活动时间
类型
状态
操作
{loop $res as $r}
{$r->Name}
{$r->date}
{if $r->type == 1}优惠券SN码{/if}
{times($r->date)}
{if $r->isflag}
{else}
{/if} {if $r->state == 2}
{/if} {if $r->state == 3}
{/if}
{/loop}