<#assign gridName="esdcPersonnelSearchGrid"> <@ZKUI.Layout id="layout${uuid}" pattern="2U" style="position:relative; top:0px;bottom:0px;left:0px;right:0px;height:100%;"> <@ZKUI.Cell title="esdc_personnelSearch_manager" width="250">
* <@ZKUI.Combo id="name${uuid!}" name="name" type="radio" width="137" empty="false" path="esdcPersonnelSearch.do?getNameList" readonly="false" hideLabel="true" />
* <@ZKUI.ComboGrid id="deviceId${uuid}" queryField="devAlias" name="deviceId" value="${(item.deviceId)!}" textField="devAlias" text="${(item.deviceAlias)!}" grid_showColumns="checkbox,devAlias,ipAddress" grid_vo="com.zkteco.zkbiosecurity.esdc.vo.EsdcDeviceSelectItem" grid_query="/esdcDevice.do?listSelect" />
*
<@i18n 'esdc_common_twelve_hours'/>
<@i18n 'esdc_common_twenty_four_hours'/>
<@i18n 'esdc_common_seven_day'/>
<@i18n 'esdc_common_custom'/>
<@ZKUI.Cell hideHeader="true"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="startTime" type="text"/> <@ZKUI.Input name="endTime" type="text"/> <@ZKUI.Input name="deviceId" type="text"/> <@ZKUI.Input name="name" type="text"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem type="refresh" permission="esdc:transaction:refresh" > <@ZKUI.ToolItem id="/esdcPersonnelExport.do?export" action="exportEsdcRecord" type="export" height ="300" title="">

<@i18n 'esdc_personnelSearch_not_data'/>
<@ZKUI.Grid gridName="${gridName}" vo="com.zkteco.zkbiosecurity.esdc.vo.EsdcTransactionSearchItem" onXLE="getExportCount" query="esdcPersonnelSearch.do?esdcPersonnelSearchList"/>