现场勘验笔录
勘验号:{{ data.inquestNum }}
现场勘验单位:{{ data.deptName }}
指派/报告单位:{{ data.reportDept }}
时间:{{ data.inquestTime }}
勘验事由:{{ data.inquestResource }}
现场勘验时间:
{{ dayjs(data.times[0]).format("YYYY-MM-DD HH:mm:ss") }} ~ {{ dayjs(data.times[1]).format("YYYY-MM-DD HH:mm:ss") }}
现场地点:{{ data.address }}
现场保护情况:{{ data.protectionSituation }}
现场保护人:姓名 {{ data.protector.name }}单位
{{ data.protector.unit }}职务 {{ data.protector.job }}
保护措施:
现场情况:
变动原因:
{{ data.changeReasonOtherValue }}
天气:
温度:{{ data.weatherInfo.temperature }}℃
湿度:{{ data.weatherInfo.humidity }}%
风向:{{ data.weatherInfo.windDirection }}
现场勘验利用的光线:
现场勘验指挥人:姓名{{ data.inquestCommander.name }}单位{{
data.inquestCommander.unit
}}职务{{ data.inquestCommander.job }}
现场勘验情况:{{ data.inquestSituation }}
现场勘验制图 {{ data.imageNum }} 张;照相 {{
data.photographNum
}} 张;摄像 {{ data.photographyMinNum }} 分{{
data.photographySecNum
}}秒;录音{{ data.recordingMinNum }} 分{{ data.recordingSecNum }}秒;
现场勘验记录人员:
{{ info.typeLabel }} 姓名: {{ info.name }} 单位:
{{ info.unit }} 职务:
{{ info.job }}
现场勘验人员:
姓名: {{ info.name || "_____" }} 单位: {{ info.unit }} 职务:
{{ info.job }}
现场勘验见证人:
姓名: {{ info.name || "_____" }} 性别:
{{ info.sex ? "女" : "男" }}出生日期:
{{
info.birthday && dayjs(info.birthday).format("YYYY-MM-DD")
}}
住址: {{ info.address }}
备注:{{ data.remark }}