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

下订单 订单后台录入

录单框

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

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

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

<{if isset($smarty.get.seller) && !empty($carts)}>
<{if isset($tags) && !empty($tags)}>
<{/if}>

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