#assign gridName="visAutoExitReportGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Input type="datetime" name="startEnterTime" maxlength="30" title="common_time_from" max="today" today="-3" todayRange="start" noOverToday="true" readonly="false"/>
<@i18n 'common_to'/>
<@ZKUI.Input type="datetime" name="endEnterTime" maxlength="30" hideLabel="true" title="common_to" max="today" today="true" todayRange="end" noOverToday="true" readonly="false"/>
|
<@ZKUI.Input name="pin" maxlength="30" title="vis_emp_pin" type="text"/>
|
@ZKUI.SearchTop>
<@ZKUI.SearchBelow>
|
<@ZKUI.Input name="visEmpName" maxlength="30" title="pers_person_name" type="text"/>
|
<@ZKUI.Combo empty="true" name="exitType" title="vis_exitType">
@ZKUI.Combo>
|
@ZKUI.SearchBelow>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="vis:autoExitReport:refresh">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="visAutoExitReport.do?export" text="common_op_export" img="comm_export.png" type="export" permission="vis:autoExitReport:export">@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid pageList="true" limitCount="200000" vo="com.zkteco.zkbiosecurity.vis.vo.VisAutoExitReportItem" query="visAutoExitReport.do?list"/>
@ZKUI.GridBox>