#assign gridName="lockerTransactionGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@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="persPin" maxlength="30" title="pers_person_pin" type="text"/>
|
<@ZKUI.Input name="devName" maxlength="30" title="common_dev_name" type="text"/>
|
@ZKUI.SearchTop>
<@ZKUI.SearchBelow>
|
<@ZKUI.Input name="lockNo" title="locker_lockNo" maxlength="9" type="text" onlyNum="true" onkeyup="lockNoNum(this)" onchange="lockNoNum(this)"/>
|
<@ZKUI.Combo empty="true" name="lockSize" title="locker_lock_size">
@ZKUI.Combo>
|
<@ZKUI.Input name="likeName" maxlength="30" title="pers_person_wholeName" type="text"/>
|
@ZKUI.SearchBelow>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="locker:transaction:refresh">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="lockerTransaction.do?clearData" text="common_op_clearData" img="comm_del.png" action="commonDel" permission="locker:transaction:del">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="lockerTransaction.do?export" text="common_op_export" img="comm_export.png" type="export" permission="locker:transaction:export">@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.locker.vo.LockerTransactionItem" showColumns="!deptCode" query="lockerTransaction.do?list"/>
@ZKUI.GridBox>