{include "header.inc.html"} {$orderLang=$lang.admin.order.form}
{$lang.admin.order.name}
{$lang.admin.order.name_en}
{if $smarty.get.act=="edit"}
{if $smarty.get.act=="edit"} {/if}
{$orderInfo.userId}
    {$orderLang.deliveryType}:
{if $orderInfo.divideTypeId==1}全额支付{else if $orderInfo.divideTypeId==2}分期支付:{$orderInfo.divideNum}期    {$orderInfo.divideMoney}元/期{/if}
{if $cfg_lang=="zh-cn"}{else} {/if}
{foreach from=$orderInfo.goods item=item} {/foreach}
{$lang.admin.goods.form.name}备注数量{$lang.admin.goods.form.price}
{$item.name}{$item.remark}{$item.pnum}{if $item.prizeId} [奖品]{/if}{$item.price}
添加{$lang.edit}
{else}
{if $cfg_lang!="zh-cn"}Email:{/if}
添加订单    {if $smarty.get.act!="add" || $smarty.get.act!="edit"} 删除所选 {/if}
{order limit=15 pager="true" iStatus=$smarty.request.iStatus payStatusId=$smarty.request.payStatusId divideTypeId=$smarty.request.divideTypeId email=$smarty.request.email userId=$smarty.request.userId} {/order}
{$lang.form.id}{$orderLang.goods}{$lang.form.user}{$orderLang.receiver}{$orderLang.amount}支付状态{$orderLang.status}{$lang.form.posttime}{$lang.form.operate}
{$item.id}{foreach from=$item.goods item=goods}{if $goods.name}{$goods.name} (数量:{$goods.pnum}{if $goods.prizeId} [奖品]{/if} 价格:{$goods.price})
{/if}{/foreach}
{$item.userId}
{if $cfg_lang=="zh-cn"}{$item.receiver}{else}{$item.firstName} {$item.lastName}{/if}{$item.amount}{$item.payStatus}{$item.status}{$item.posttime|date_format:"Y-m-d H:i:s"}{$lang.ship} {$lang.edit} {$lang.del} 打印
{if $smarty.request.iStatus} {$iStatus = $smarty.request.iStatus} {$iStatus = "/iStatus/$iStatus"} {/if}
{pager allCount=$allCount url="/qkadmin/order" number="false" dispatcher='false'}
{/if}
{include "footer.inc.html"}