<{t}><{$promotion_tag}><{/t}>

<{t}>优惠券名称<{/t}>: <{$coupon_name}>
<{t}>优惠券描述<{/t}>: <{$coupon_desc}>
<{t}>优惠券金额<{/t}>: 满<{$limit_money}>减<{$deduct_money}>
<{t}>优惠券总数量<{/t}>: <{$max_gen_quantity}>
<{t}>用户可领取数量<{/t}>: <{$userlimit_quantity}>
<{t}>时间创建<{/t}>: <{$created_time|cdate:FDATE_STIME}>
<{t}>发优惠券开始时间<{/t}>: <{$cansend_start_time|cdate:FDATE_STIME}>
<{t}>发优惠券结束时间<{/t}>: <{$cansend_end_time|cdate:FDATE_STIME}>
<{t}>优惠券生效时间<{/t}>: <{$canuse_start_time|cdate:FDATE_STIME}>
<{t}>优惠券失效时间<{/t}>: <{$canuse_end_time|cdate:FDATE_STIME}>
<{t}>适用会员<{/t}>: <{$grade_str}>
<{t}>使用平台<{/t}>: <{if $used_platform=='0' || !$used_platform}>全平台(pc+wap) <{elseif $used_platform=='1'}>pc端 <{elseif $used_platform=='2'}>wap端 <{/if}>

<{t}>店铺信息<{/t}>

<{if $examine_setting}> <{if $coupon_status =='refuse'}> <{/if}> <{/if}>
<{t}>店铺名称<{/t}>: <{$shop_id|shopname}>
<{t}>审核状态<{/t}>: <{$coupon_status|json2value:'{"pending":"待审核","agree":"审核通过","refuse":"审核拒绝"}'}>
<{t}>驳回原因<{/t}>: <{$reason}>

<{t}>商品信息<{/t}>

<{foreach from=$itemsList item=item}> <{/foreach}>
<{t}>商品编号:<{/t}> <{t}>商品名称:<{/t}> <{t}>商品售价:<{/t}>
<{$item.item_id}> <{$item.title}> <{$item.price|cur}>

<{t}>审核记录<{/t}>

<{foreach from=$examineLog item=loginfo}> <{if $loginfo['approve_status'] =='agree'}> <{/if}> <{if $loginfo['approve_status'] =='refuse'}> <{/if}> <{/foreach}>
<{t}>审核时间<{/t}> <{t}>审核结果<{/t}> <{t}>拒绝原因<{/t}>
<{$loginfo['time']|cdate:FDATE_STIME}>审核通过审核驳回<{$loginfo['reason']}>
<{if $examine_setting}> <{if $coupon_status == "pending"}>
<{button id="action-agree" class="button" target="{update:'messagebox'}" label="审批通过"}> <{button id="action-refuse-dialog" class="button" label="审批驳回"}>
<{/if}> <{/if}>