{include "header.inc.html"} {$orderLang=$lang.admin.order.form}
{$lang.admin.order.name}
{$lang.admin.order.name_en}
{if $smarty.get.act=="edit" || $smarty.get.act=="add"}
{if $smarty.get.act=="edit"} {/if}
{if $cfg_lang=="zh-cn"}{$orderInfo.receiver}{else}{$item.firstName} {$item.lastName}{/if}
{$orderInfo.receiveAddrDetail}
{$orderInfo.zipCode}
{$orderInfo.receiverMobile}
{$orderInfo.receiverTel}
{$orderInfo.remark}
{else}
{order limit=15 pager="true" iStatus=$smarty.request.iStatus} {/order}
{$lang.form.id}{$orderLang.goods}{$lang.form.user}{$orderLang.receiver}{$orderLang.amount}{$orderLang.payType}{$orderLang.status}{$lang.form.posttime}{$lang.form.operate}
{$item.id}{foreach from=$item.goods item=goods}{if $goods.name}{$goods.name}
{/if}{/foreach}
{$item.userInfo.loginName|default:$item.userInfo.email}
{if $cfg_lang=="zh-cn"}{$item.receiver}{else}{$item.firstName} {$item.lastName}{/if}{$item.amount}{$item.paybank}{$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='/admin/order$iStatus/page/' number="false"}
{/if}
{include "footer.inc.html"}