<{include file="Backend/Common/tpl/nav.tpl"}> <{include file="Backend/Common/tpl/sidebar.tpl"}>

下订单 订单后台录入

录单框

<{if isset($smarty.get.seller)}>
<{if isset($smarty.get.wid)}>
<{/if}> <{/if}>
<{if isset($smarty.get.wid)}>

配送单列表( <{$total}>种 )

   返回      
<{foreach from=$data item=d }> <{/foreach}>
食品名称 购买数量 操作
<{$d.goods_name}> <{$d.amount}><{$d.unit}>

<{if isset($smarty.get.wid) && !empty($data)}>

<{/if}>
<{/if}>
<{include file="Backend/Common/tpl/table_resource.tpl"}> <{include file="Backend/Common/tpl/subinfo.tpl"}>