<{include file="public/head.html"}>
后台管理 > 商户管理 > 管理订单
<{ include file="public/title.html" }>
  •       请输入订单号查询   
  • 订单号 订购人 下单时间 订单金额 订单状态 发货时间 操  作
  • <{ section name=doc loop=$orders }>
  •  <{ $orders[doc].ordersn}> <{$orders[doc].name}> <{ $orders[doc].posttime|date_format:"%Y-%m-%d %H:%M:%S" }> ¥<{$orders[doc].price}> <{if $orders[doc].audit eq 1}> 待付款 <{elseif $orders[doc].audit eq 2}> 待发货 <{elseif $orders[doc].audit eq 3}> 已发货 <{elseif $orders[doc].audit eq 4}> 交易完成 <{else}> 取消 <{/if}> <{if $orders[doc].endtime eq '0'}> --- <{else}> <{ $orders[doc].endtime|date_format:"%Y-%m-%d %H:%M:%S" }> <{/if}> 详情】 <{if $orders[doc].payment eq '1'}> <{if $orders[doc].audit eq "1" || $orders[doc].audit eq "2"}> 【确认发货】 <{else}> 【发货已确认】 <{/if}> <{else}> <{if $orders[doc].unit eq "无"}> 【填写发货单】 <{else}> <{if $orders[doc].audit ne '5' && $orders[doc].audit ne '4'}> 【修改发货单】 <{/if}> <{/if}> <{/if}> 【删除
  • ==订购产品==

      <{ section name=order loop=$orders[doc].ord }>
    • <{$orders[doc].ord[order].proname}> × <{$orders[doc].ord[order].quantity}>件
    • <{/section}>

    ==邮寄地址==

    • 【地址】<{$orders[doc].address}>    【邮编】<{$orders[doc].postal}>    【邮寄方式】<{if $orders[doc].ems eq 'EXPRESS'}>快递<{elseif $orders[doc].ems eq 'POST'}>平邮<{else}>EMS<{/if}>    【邮箱】<{$orders[doc].email}>    【电话】<{$orders[doc].mobile}>

    ==物流信息==

    <{if $orders[doc].unit eq "无"}> 暂未填写物流运输单 <{else}>
    • 【快递公司】<{$orders[doc].unit}>    【快递单号】<{$orders[doc].unitno}>   
    <{/if}>
    <{ sectionelse }>
  •     没有符合条件的订单
  • <{ /section }>
  • 待付款 | 待发货 | 待确认 | 已完成 | 已取消     选中项:        
    <{$fpage}>
<{include file="public/footer.html"}>