订单信息 | 用户信息 | 配送方式 | 送货地区 | {if $alsend == DELIV_SEND_ANY} 支付时间 {elseif $alsend == DELIV_SEND_Yes} 发货时间 {elseif $alsend == DELIV_SEND_No} 等待时间 {/if} | 管理操作 |
{$one['product']['flag']}
{$one['orderid']} | {echo app('ucard')->load($one['userid'])} | {$one['express']['name']} | {$one['address']['region']} | {if $alsend == DELIV_SEND_ANY} {echo date('Y-m-d H:i:s', $one['paytime'])} {elseif $alsend == DELIV_SEND_Yes} {echo date('Y-m-d H:i:s', $one['expresstime'])} {elseif $alsend == DELIV_SEND_No} {echo timebefore($one['paytime'], true)} {/if} | [ 处理 ] |
{~page_moyo()} |