#assign gridName="parkAuthorizeDelayGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}" showColumns="${showColumns}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Input name="likeName" maxlength="30" title="pers_person_wholeName" type="text"/>
|
<@ZKUI.Input name="carNumber" maxlength="30" title="park_carNumber" type="text"/>
|
<@ZKUI.Input name="cardNo" maxlength="30" title="pers_card_cardNo" type="text"/>
|
<@ZKUI.Combo empty="true" name="statusIn" readonly="true" title="park_carDelay_status">
@ZKUI.Combo>
|
@ZKUI.SearchTop>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="park:authorize:refresh"/>
<@ZKUI.ToolItem id="parkAuthorize.do?del&names=(personName)" text="park_authorize_del" img="comm_del.png" action="parkCommonOperate" permission="park:authorize:del"/>
<@ZKUI.ToolItem isShow="${isFixedStatistical}" id="parkAuthorizeDelay.do?batchDelay" width="900" height="640" text="park_authorizeDelay_batchAdd" img="comm_add.png" action="commonAdd" permission="park:authorizeDelay:batchDelay"/>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.park.vo.ParkAuthorizeDelayItem" query="parkAuthorizeDelay.do?list"/>
@ZKUI.GridBox>