<#assign gridName="parkAuthorizeGrid${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.Layout style="position:absolute; top:70px;bottom:0px;${leftRTL!'left'}:0px;right:0px;height:auto;" onInit="initHandler${uuid}"> <@ZKUI.Cell width="240" hideArrow="true"> <@ZKUI.Tree id="tree${uuid!}" url="parkAuthorize.do?getEntranceAreaTree&init=false" onClick="treeClick${uuid}"> <@ZKUI.Cell hideHeader="true"> <@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?edit" text="common_op_new" width="450" height="400" img="comm_add.png" action="commonAdd" permission="park:authorize:add"/> <@ZKUI.ToolItem id="parkAuthorize.do?batchAdd" width="900" height="640" text="park_authorize_batchAuthorize" img="comm_add.png" action="commonAdd" permission="park:authorize:batchAuthorize"/> <@ZKUI.ToolItem id="skip.do?page=park_authorize_editParkAuthorizeTemp" width="420" height="220" text="park_authorize_temporaryCaAdd" img="comm_add.png" action="editAuthorizeTemp" permission="park:authorize:tempAdd"/> <@ZKUI.ToolItem isShow="${isShowSyncAuth}" id="parkAuthorize.do?syncAuth" text="park_offlineSet_syncAuth" img="sync_white.png" action="parkCommonOperateSync" permission="park:authorize:syncAuth"> <@ZKUI.ToolItem id="parkAuthorize.do?del&names=(personName)" text="park_authorize_del" img="comm_del.png" action="parkCommonOperate" permission="park:authorize:del"/> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.park.vo.ParkAuthorizeItem" query="parkAuthorize.do?list"/>