+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | 主机名 | +{{ device.sys_hostname }} | +SN编号 | +{{ device.sn_number }} | +
| 系统类型 | +{{ device.os_type }} | +设备类型 | +{{ device.device_type }} | +
| 设备地址 | +{{ device.hostname }} | +MAC地址 | +{{ device.mac_address }} | +
| 网络类型 | +{% get_con all_code device.network_type 'value' %} | +服务类型 | +{% get_con all_code device.service_type 'value' %} | +
| 业务类型 | +{% get_con all_code device.operation_type 'value' %} | +机柜信息 | +{% get_con all_cabinet device.dev_cabinet 'number' %} | +
| 购买日期 | +{{ device.buyDate }} | +质保日期 | +{{ device.warrantyDate }} | +
| 所属 | +{% if device.parent %} + {{ device.parent.sys_hostname }}({{ device.parent.hostname }}) + {% endif %} + | +责任人 | +{% get_con all_user device.leader 'name' %} | +
| 入库时间 | +{{ device.add_time }} | +最后变更 | +{{ device.modify_time }} | +
| 最后操作人 | +{{ device.changed_by.name }} | ++ | + |
| 备注信息 | +{{ device.desc }} | +||
+
+
+
+ -
+ {% for file in all_file %}
+
-
+ + + {{ file.file_content|cut:'asset_file/' }} + + + 上传人:{{ file.upload_user }} + + + + + ++
+ {% endfor %}
+
+
+
+
+
+
+ -
+ {% for log in logs %}
+
- + + + + + {{ log.history_date }} + + {{ log.changed_by }} + + {{ log.history_type }} + + + + {{ log.changes | compare_result }} + + + + {% endfor %} +