#assign gridName="psgTransactionTodayGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}" style="height:100%;width:100%">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@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.Input name="name" maxlength="30" title="pers_person_name" 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="areaName" maxlength="30" title="base_area_name" type="text"/>
|
<@ZKUI.ComboTree url="psgDeviceVerifyMode.do?getDeviceVerifyModeTree" title="common_verifyMode_entiy" name="verifyModeName" readonly="readonly"/>
|
<@ZKUI.Input name="readerName" maxlength="30" title="psg_readerDefine_readerName" 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:transactionToday:refresh">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="psgTransactionToday.do?clearData" action="psgClearData" text="common_op_clearData" img="comm_del.png" permission="psg:transactionToday:del">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="psgTransactionToday.do?export" type="export" text="common_op_export" img="comm_export.png" permission="psg:transactionToday:export">@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.psg.vo.PsgTransactionTodayItem" query="psgTransactionToday.do?list" fixColumn="8"/>
@ZKUI.GridBox>