{extend name="base"} {block name="content"}
订单号 | 商品名称 | 支付方式 | 总价 | 购买者信息 | 状态 | 取卡状态 | 交易时间 | 操作 |
---|---|---|---|---|---|---|---|---|
{$v.trade_no} | {$v.goods_name} {eq name="v.status" value="1"} ({$v.quantity}张) {else} ({$v.quantity}张) {/eq} {if $v.coupon_type==1} 券 {/if} {if $v.take_card_type==1} {eq name="v.status" value="1"} 取 {else} 取 {/eq} {/if} | {:get_paytype_name($v.paytype)} | {$v.total_product_price} | {$v.contact} | {switch name="v.status"} {case value="1"}已付款{/case} {case value="0"}未付款{/case} {/switch} | {if $v.cards_count>0} {if $v.cards_count>=$v.quantity} 已取 {else/} 已取部分 {/if} {else/} 未取 {/if} | {$v.create_at|date="Y-m-d H:i:s",###} | {if $v.status==1 && $v.cards_count==0} 提卡 导出 {/if} |