#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.SearchTop>
@ZKUI.Searchbar>
-->
<@ZKUI.Layout style="position:absolute; top:70px;bottom:0px;${leftRTL!'left'}:0px;right:0px;height:auto;">
<@ZKUI.Cell treeId="tree${uuid!}" width="240" hideArrow="true">
<@ZKUI.Tree id="tree${uuid!}" url="parkAuthorize.do?getEntranceAreaTree&init=false" onClick="treeClick${uuid}">@ZKUI.Tree>
@ZKUI.Cell>
<@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="parking_fixedAuth.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="parking_tempAuth.png" action="editAuthorizeTemp" permission="park:authorize:tempAdd"/>
<@ZKUI.ToolItem id="skip.do?page=park_authorize_opParkAuthorizeByEntArea" text="park_authorize_batchArea" img="parking_fixedAuth.png" action="parkAuthBatchArea" permission="park:authorize:batchArea"/>
<@ZKUI.ToolItem id="parkAuthorize.do?syncAuth" isShow="${isShowSyncAuth}" text="park_offlineSet_syncAuth" img="sync_fixedAuth.png" action="parkCommonOperateSync" permission="park:authorize:syncAuth">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="parkAuthorize.do?del&names=(personName)" text="park_authorize_del" img="parking_delAuth.png" action="parkCommonOperate" permission="park:authorize:del"/>
<@ZKUI.ToolItem id="parkAuthorize.do?parkAuthorizeExport" text="common_op_export" img="comm_export.png" action="commonExport" type="export" permission="park:authorize:export"/>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.park.vo.ParkAuthorizeItem" query="parkAuthorize.do?list"/>
@ZKUI.Cell>
@ZKUI.Layout>
@ZKUI.GridBox>