事件编号:{{ model.incident.incidentsign }} {{ model.incident.state.name }}
事件分类 {{ model.incident.category.category }}
事件描述
报修科室 {{ model.incident.department ? model.incident.department.dept : "" }}
报修人 {{ model.incident.requester.name }}
联系人 {{ model.incident.contacts }}
联系电话 {{ model.incident.contactsInformation }}
联系地址 {{ model.incident.houseNumber || "" }}
事件来源 {{ model.incident.source.name }}
受理人 {{ model.incident.acceptUser ? model.incident.acceptUser.name : "" }}
处理人 {{ model.incident.handlerUser ? model.incident.handlerUser.name : "" }}
处理人电话 {{ model.incident.handlerUser.phone }}
优先级 {{ model.incident.priority ? model.incident.priority.name : "" }}
逾期响应时间 {{ model.incident.overdueResponseDate }}
逾期解决时间 {{ model.incident.overdueTime }}
区域 {{ model.incident.place ? model.incident.place.area.area : "--" }}
地点 {{ model.incident.place ? model.incident.place.place : "--" }}
耗材
耗材名称 | 价格 | 数量 |
{{ item.consumable.name }} | {{ item.extra1 }} | {{ item.consumablesSum }} |
资产 {{ model.incident.assetId || "无" }}
重新指派原因: {{ model.resignComment }}