{extend name="../../base/view/common/base" /} {block name="body"}
| Item Name | {$detail.title} | Category | {$detail.cate} | Thumbnail |
|
||
| Item Code | {$detail.code} | Unit | {$detail.unit} | Specification | {$detail.specs} | ||
| 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} | |||||||