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