{include file="Backend/Common/tpl/nav.tpl"}>
<{include file="Backend/Common/tpl/sidebar.tpl"}>
物品名 |
订单数量
/实收数量
|
单价 |
小计 |
备注 |
{{i.goods_name}}
|
{{i.amount}} |
{{i.selling}} |
{{(i.selling * i.delivery_amount).toFixed(2)}} |
总计: |
{{detail.sort}}种 |
|
{{detail.sum_selling}} |
|
商品名称 |
金额 |
备注 |
{{c.goods_name}} |
{{c.purchasing}} |
{{c.item_remark}} |
合计 |
{{sumCost()}} |
|
配送时间 |
{{detail.delivery_date}} |
星期 |
{{detail.week}}
|
买家 |
{{detail.buyer_name}} |
档口 |
|
卖家 |
{{detail.seller_name}} |
订单状态 |
{{detail.status_label.txt}}
|
下单人 |
{{detail.name}}({{detail.nickname}})
|
订单号 |
{{detail.trade_no}}
|
创建时间 |
{{detail.create_time}}
|
<{include file="Backend/Common/tpl/table_resource.tpl"}>
<{include file="Backend/Common/tpl/subinfo.tpl"}>