#assign gridName="vidTransactionGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Input type="datetime" endId="endTimeId${uuid}" id="startTime${uuid}" todayRange="start" name="startTime" max="today" today="-3" maxlength="30" title="base_opLog_opTimeFrom" readonly="false" />
<@i18n 'common_to'/>
<@ZKUI.Input type="datetime" id="endTimeId${uuid}" todayRange="end" name="endTime" max="today" today="true" maxlength="30" hideLabel="true" title="common_to" readonly="false"/>
|
<@ZKUI.Input name="alias" maxlength="30" title="vid_guide_deviceName" type="text"/>
<@ZKUI.Input name="fileType" id="searchFileType" type="hidden" value="0"/>
|
@ZKUI.SearchTop>
<@ZKUI.SearchBelow>
|
<@ZKUI.Input name="channelName" maxlength="30" title="vid_channel_name" type="text"/>
|
<@ZKUI.ComboTree title="base_area_name" type="radio" url="authArea.do?tree" value="${(item.areaId)!}" name="areaId" readonly="readonly"/>
|
@ZKUI.SearchBelow>
@ZKUI.Searchbar>
<@ZKUI.Toolbar gridName="${gridName}">
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="vid:transaction:refresh">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="vidTransaction.do?clearData" text="common_op_clearData" img="comm_del.png" action="clearDataOperate" permission="vid:transaction:clearData">@ZKUI.ToolItem>
<@ZKUI.ToolItem type="more" id="moreActions" text="vid_trans_viewList" permission="vid:transaction:list">
<@ZKUI.ToolItem id="vidViewLists_0" text="vid_trans_viewList" img="comm_moreActions.png" action="switchButton"/>
<@ZKUI.ToolItem id="vidViewImages_2" text="vid_trans_viewImages" img="capture_file.png" action="switchButton"/>
<@ZKUI.ToolItem id="vidViewVideos_1" text="vid_trans_viewVideos" img="video_file.png" action="switchButton"/>
@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid gridName="${gridName}" vo="com.zkteco.zkbiosecurity.vid.vo.VidTransactionItem" query="vidTransaction.do?list"/>
@ZKUI.GridBox>