{php include wl_template('common/header');}
| 商户ID | 商户名称 | 微信用户ID | 微信用户昵称 | {if $_GPC['level'] == 5}岗位名称 | {/if}总{$unit}数 | 已使用{$unit}数 | 剩余{$unit}数 | 开始时间 | 结束时间 | 状态 | 操作 |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {$row['storeid']} |
|
{$row['mid']} |
|
{if $_GPC['level'] == 5}
{$row['recruit_title']} | {/if}{$row['use_total_amount']} | {$row['use_amount']} | {$row['remaining_amount']} | {$row['start_time']} | {$row['end_time']} | {if $row['status'] == '0'} {elseif $row['status'] == '1'} {elseif $row['status'] == '2'} {/if} | {if empty($row['status']) && $_GPC['level'] == 1} 开始 {/if} {if $row['use_total_amount'] > $row['use_amount'] && $_GPC['level'] == 5} 去推送 {/if} |