#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.Input type="datetime" endId="endTime" id="startTime" name="startTime" title="common_time_from" max="today" today="-1" todayRange="start" hideLabel="true" noOverToday="true" readonly="false"/> |
| * | <@ZKUI.Input type="datetime" id="endTime" name="endTime" title="common_to" max="today" today="true" todayRange="end" noOverToday="true" hideLabel="true" readonly="false"/> |
