{include file='common/_js_css'}
| {:lang("ID")} | {:lang("Order no")} | {:lang("Customer")} | {:lang("Store")} | {:lang("Product")} | {:lang('Rental amount')}(¥) | {:lang('Receivable amount')}(¥) | {:lang('Receive amount')}(¥) | {:lang('Imposed amount')}(¥) | {:lang('Type')} | {:lang('create_time')} | {:lang('operation')} | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {$item.id} | {$item.no} | 【{$item.customer_id}】{$item.customer_name} | 【{$item.store_id}】{$item.store.abbr} | {volist name="$item.products" id="product"}{$product.product_name} {/volist} |
{$item.rental_amount} | {$item.receivable_amount} | {$item.receive_amount} | {$item.imposed_amount} | {if $item.type == 1}{:lang('History order')}{else /}{:lang('Earnest order')}{/if} | {$item.create_time} |