#assign gridName="accFirstInLastOut${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" todayRange="start" today="-3" 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="pin" maxlength="30" title="pers_person_pin" type="text"/>
|
@ZKUI.SearchTop>
<@ZKUI.SearchBelow>
|
<@ZKUI.Input name="deptCode" maxlength="30" title="pers_dept_deptNo" type="text"/>
|
<@ZKUI.Input name="deptName" maxlength="30" title="pers_dept_deptName" type="text"/>
|
<@ZKUI.Input name="likeName" maxlength="30" title="pers_person_wholeName" type="text"/>
|
@ZKUI.SearchBelow>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" type="refresh" permission="acc:firstInLastOut:refresh">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="/accFirstInLastOut.do?clearData" action="accClearFirstInLastOutData" text="common_op_clearData" img="comm_del.png" permission="acc:firstInLastOut:clearData">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="/accFirstInLastOut.do?export" type="export" permission="acc:firstInLastOut:export">@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.acc.vo.AccFirstInLastOutItem" query="/accFirstInLastOut.do?list"/>
@ZKUI.GridBox>