<#include "/public/template/infoTemplate.html"> <#macro infoContent> <@ZKUI.Layout pattern="3L" style="height:100%;width:100%;"> <@ZKUI.Cell width="33%" hideArrow="true" hideHeader="true">
<@i18n 'ivs_patrolReport_info' />
${(planName)!}
${(userName)!}
${(groupName)!}
${(shiftName)!}
<#if '${(status)!}'=='0'><@i18n 'common_normal'/><#else><@i18n 'common_exception'/>
${(description)!}
<@i18n 'ivs_patrolReport_capturePhoto' />:
<@ZKUI.Cell width="67%" hideArrow="true" title="ivs_patrolReport_ivsInfo"> <@ZKUI.GridBox gridName="ivsReport${uuid}"> <@ZKUI.Grid showColumns="!photoPath" nopaging="true" autoFirst="true" onRowSelect="selectIvsReport" vo="com.zkteco.zkbiosecurity.ivs.vo.patrol.IvsPatrolIvsReportItem" query="ivsPatrolIvsReport.do?list&planId=${(planId)!}&shiftId=${(shiftId)!}&reportDate=${(reportDate)!}"/> <@ZKUI.Cell width="67%" hideArrow="true" title="ivs_patrolReport_alarmInfo"> <@ZKUI.GridBox gridName="alarmReport${uuid}"> <@ZKUI.Grid showColumns="!photoPath" nopaging="true" onRowSelect="selectAlarmReport" vo="com.zkteco.zkbiosecurity.ivs.vo.patrol.IvsSimplePatrolAlarmReportItem" query="ivsPatrolAlarmReport.do?simplList&planId=${(planId)!}&shiftId=${(shiftId)!}&reportDate=${(reportDate)!}"/>