#assign gridName="vdbCallRecordsGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}" style="height:100%;width:100%">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@i18n 'common_time_from'/>
<@ZKUI.Input type="datetime" endId="endTimeId${uuid}" id="startTime${uuid}" name="startTime" title="common_time_from" max="today" today="-3" todayRange="start" hideLabel="true" noOverToday="true" readonly="false"/>
<@i18n 'common_to'/>
<@ZKUI.Input type="datetime" id="endTimeId${uuid}" name="endTime" title="common_to" max="today" today="true" todayRange="end" noOverToday="true" hideLabel="true" readonly="false"/>
|
<@ZKUI.Input name="deviceName" maxlength="30" title="common_dev_name" type="text"/>
|
@ZKUI.SearchTop>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" type="refresh" permission="vdb:callRecords:refresh">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="skip.do?page=vdb_callRecords_uploadCallRecords" width="400" title="vdb_records_upload" height="160" action="commonOpen" text="vdb_records_upload" img="vdb_records_upload.png" permission="vdb:callRecords:upload">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="vdbCallRecords.do?export" type="export" text="common_op_export" img="comm_export.png" permission="vdb:callRecords:export">@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid pageList="true" limitCount="200000" vo="com.zkteco.zkbiosecurity.vdb.vo.VdbCallRecordsItem" query="vdbCallRecords.do?list" />
@ZKUI.GridBox>