{template order_header.html}
订单信息

{$order.sn}

{dr_order_member_option($member.uid, $order)}
{dr_date($order.order_time)}
{dr_date($order.pay_time)}
{if $member.groupid==3} ¥{number_format($order.order_price, 2)} 元 {else} ¥{number_format($order.order_price_sj, 2)} 元 {/if}
媒体信息
{loop $order.goods $t} {/loop}
媒体 价格 执行情况
{$t.title} ¥{number_format($t.price, 2)} {php $sku = dr_string2array($t.sku);} {if $member.uid == $order.sell_uid} {php $cfg =array( 'option' => array ( 'ext' => 'gif,png,jpg', ), 'validate' => array ( 'xss' => 1, ), );$cfg2 =array( 'option' => array ( 'width' => '80%', ), 'validate' => array ( 'xss' => 1, ), ); } {if count($order.goods) > 1}

是否执行:

{/if}

执行截图:{dr_field_input('zx_jietu_'.$t['id'], 'File', $cfg, $sku[jietu])}

相关地址:{dr_field_input('zx_url_'.$t['id'], 'Text', $cfg2, $sku[url])}

{else} {if $sku}

执行状态:{if $sku.jd}媒体主拒单{else}执行中{/if}

相关地址:{$sku.url}

执行截图:

{/if} {/if}
{if $member.uid == $order.sell_uid}
{/if}
主体信息
{str_replace('class="btn blue uploader"', 'class="hide"', $myfield)}
{$order.buy_note}
{template nfooter.html}