{include file="Backend/Common/tpl/nav.tpl"}>
<{include file="Backend/Common/tpl/sidebar.tpl"}>
商品名称 |
价格 |
订单数量/采购数量 |
小计 |
客户 |
备注 |
|
{{g.name}} |
{{goods.goods_name}} |
{{goods.purchasing}} |
{{item.purchasing}} |
{{item.amount}} |
{{(item.purchasing_amount * item.purchasing).toFixed(2)}} |
{{item.buyer_name}} |
{{item.item_remark}} |
{{item.purchaser_name}} |
{{item.purchasing}} |
{{item.amount}} |
{{(item.purchasing_amount * item.purchasing).toFixed(2)}} |
{{item.buyer_name}} |
{{item.item_remark}} |
{{item.purchaser_name}} |
<{include file="Backend/Common/tpl/subinfo.tpl"}>