{extend name="../../base/view/common/base" /} {block name="body"}
| Product Name | {$detail.title} | Category | {$detail.cate} | Thumbnail |
|
||
| Product Code | {$detail.code} | Unit | {$detail.unit} | Specification | {$detail.specs} | ||
| Sale Price (CNY) | {$detail.sale_price} | Cost Price (CNY) | {$detail.base_price} | Purchase Price (CNY) | {$detail.purchase_price} | ||
| Physical Item | {eq name="$detail.is_object" value="1"}Yes{/eq} {eq name="$detail.is_object" value="2"}No{/eq} | ||||||
| Attachments |
{volist name="$detail.file_array" id="vo"}
{:file_card($vo,'view')}
{/volist}
|
||||||
| Description | |||||||
| {$detail.content|raw} | |||||||