{% extends 'base.html' %} {% block content %}
分支机构项目的预算表,包括设备和基础设施明细
{% if budget_templates %}从模板一键导入预算,快速生成预算表
| 项目 | 型号 | 单价 | 采购方式 | 数量 | 小计 |
|---|---|---|---|---|---|
| {{ equipment.project }} | {{ equipment.model }} | ¥{{ equipment.unit_price }} | {{ equipment.get_procurement_method_display }} | {{ equipment.quantity }} | ¥{{ equipment.subtotal }} |
暂无设备预算明细
{% endif %}| 名称 | 备注 | 单价 | 单位 | 数量 | 小计 | 说明 |
|---|---|---|---|---|---|---|
| {{ infrastructure.name }} | {{ infrastructure.remarks }} | ¥{{ infrastructure.unit_price }} | {{ infrastructure.unit }} | {{ infrastructure.quantity }} | ¥{{ infrastructure.subtotal }} | {{ infrastructure.description }} |
暂无基础设施预算明细
{% endif %}暂无预算信息
{% endif %}信息系统分类: {{ branch.category|default:"暂无" }}
联系人: {{ branch.contact_person|default:"暂无" }}
联系电话: {{ branch.contact_phone|default:"暂无" }}
地址: {{ branch.address|default:"暂无" }}
成立时间: {{ branch.established_date|date:"Y-m-d"|default:"暂无" }}
{% if event.end_time %} 开始日期{{ event.start_time|date:"Y年m月d日" }} 结束日期{{ event.end_time|date:"Y年m月d日" }} {% else %} 开始日期{{ event.start_time|date:"Y年m月d日" }},现在进行中 {% endif %}
{{ event.description|truncatechars:100 }}
暂无事件记录
{% endif %}{{ image.description|default:"无描述" }}
{{ image.upload_date|date:"Y-m-d" }}
暂无设备间图片
{% endif %}| 类型 | 描述 | 最后演练 | 更新时间 |
|---|---|---|---|
| {{ screen.get_screen_type_display }} | {{ screen.description|default:"无" }} | {{ screen.last_drill.date|date:"Y-m-d"|default:"未演练" }} | {{ screen.updated_at|date:"Y-m-d H:i" }} |
暂无公共电子屏信息
{% endif %}