#assign gridName="psgAlarmTransactionGrid${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="pin" maxlength="30" title="pers_person_pin" type="text"/>
|
<@ZKUI.Input name="devAlias" maxlength="30" title="common_dev_name" 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.ComboTree url="psgDeviceEvent.do?tree" title="common_eventDescription" name="eventName" readonly="readonly"/>
|
<@ZKUI.Input name="cardNo" maxlength="30" title="pers_card_cardNo" type="text"/>
|
|
<@ZKUI.Input name="readerName" maxlength="30" title="psg_readerDefine_readerName" type="text"/>
|
<@ZKUI.ComboTree url="psgDeviceVerifyMode.do?getDeviceVerifyModeTree" title="common_verifyMode_entiy" name="verifyModeName" readonly="readonly"/>
|
<@ZKUI.Input name="areaName" maxlength="30" title="base_area_name" type="text"/>
|
<@ZKUI.Input name="eventPointName" maxlength="30" title="common_eventPoint" 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="psg:alarmTransaction:refresh">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="psgAlarmTransaction.do?clearData" action="clearData" text="common_op_clearData" img="comm_del.png" permission="psg:alarmTransaction:del">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="psgAlarmTransaction.do?export" type="export" text="common_op_export" img="comm_export.png" permission="psg:alarmTransaction:export">@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.psg.vo.PsgAlarmTransactionItem" query="psgAlarmTransaction.do?list"/>
@ZKUI.GridBox>