{extend name="../../base/view/common/base" /} {block name="style"} {/block} {block name="body"}

Asset details

{notempty name="$detail.file_ids"} {/notempty}
Asset name {$detail.title} Asset code {$detail.code} Thumbnail
Category {$detail.cate|default=""} Brand {$detail.brand|default=""} Model {$detail.model|default=""}
Purchase price {$detail.price} CNY Purchase date {$detail.buy_time|date='Y-m-d'} Annual depreciation rate {$detail.rate}%
Warranty expiry date {$detail.quality_time|date='Y-m-d'} Assigned users {$detail.users_name|default="-"} Departments {$detail.dids_title|default="-"}
Location {$detail.address} Unit {$detail.unit|default=""}
Asset source {$detail.source_str} Current status {$detail.status_str}
Attachments
{volist name="$detail.fileArray" id="vo"}
{:file_card($vo,'view')}
{/volist}
Description
{:nl2br($detail.content)}
Repair records
{empty name="$detail.repair"} {else/} {volist name="$detail.repair" id="vo"} {/volist} {/empty}
Repair date Repair cost (CNY) Responsible Reason Recorded at Actions
No repair records
{$vo.repair_time|date="Y-m-d"} {$vo.cost} {$vo.director_name} {$vo.content|default="-"} {$vo.create_time|date="Y-m-d H:i"}
{/block} {block name="script"} {/block}