{include file="biz/biz_header.html"} {include file="biz/biz_nav.html"}
| 序列号 | {$LANG.COUPON_BEGIN_TIME} | {$LANG.COUPON_END_TIME} | {$LANG.ORDER_USER} | {$LANG.COUPON_ORDER_GOODS} | {$LANG.COUPON_USE_TIME} |
|---|---|---|---|---|---|
| {$coupon.sn} | {if $coupon.begin_time eq 0}{$LANG.NOT_LIMIT_TIME}{else}{function name="to_date" v=$coupon.begin_time}{/if} | {if $coupon.end_time eq 0}{$LANG.NOT_LIMIT_TIME}{else}{function name="to_date" v=$coupon.end_time}{/if} | {function name="get_user_name" v=$coupon.user_id} | {function name="get_order_item_link" v=$coupon.order_deal_id} | {function name="get_coupon_confirm_time" v=$coupon.confirm_time} |