<#assign gridName="attAreaPersonGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="authAreaName" maxlength="30" title="base_area_name" type="text"/> <@ZKUI.Input name="pin" maxlength="30" title="att_person_pin" type="text"/> <@ZKUI.Input name="likeName" maxlength="30" title="pers_person_wholeName" type="text"/> <@ZKUI.SearchBelow> <@ZKUI.Input name="deptName" maxlength="30" title="pers_dept_deptName" type="text"/> <@ZKUI.Layout style="position:absolute; top:70px;bottom:0px;left:0px;right:0px;height:auto;" onInit="initAttGlobalAreaTree"> <@ZKUI.Cell width="240" treeId="areaTree"> <@ZKUI.Tree dynamic="true" id="areaTree" url="authArea.do?dynaTree&showPersonCount=true" onClick="attGlobalAreaTreeClick"> <@ZKUI.Cell hideHeader="true"> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="att:areaPerson:refresh"/> <@ZKUI.ToolItem id="attAreaPerson.do?addPerson" action="attAreaAddPerson" text="att_areaPerson_addAreaPerson" img="comm_add.png" permission="att:areaPerson:addPerson"> <@ZKUI.ToolItem id="attAreaPerson.do?del&names={name}" action="commonDel" text="att_areaPerson_delAreaPerson" img="comm_del.png" permission="att:areaPerson:del"> <@ZKUI.ToolItem id="attAreaPerson.do?export" type="export" action="commonExport" text="common_op_export" img="comm_export.png" permission="att:areaPerson:export"> <@ZKUI.ToolItem type="more" text="common_op_import" img="comm_import.png"> <@ZKUI.ToolItem id="skip.do?page=att_areaPerson_importAreaPersonRecord" img="comm_import.png" action="commonOpen" text="att_areaPerson_importAreaPerson" title="pers_import_personInfo" width="500" height="280" permission="att:areaPerson:import"/> <@ZKUI.ToolItem id="attAreaPerson.do?importBatchDel" type="import" showImportProcess="true" text="att_areaPerson_importDelAreaPerson" onFinish="attGlobalAreaReloadGrid" title="pers_import_personInfo" width="500" height="250" permission="att:areaPerson:importBatchDel"/> <@ZKUI.ToolItem action="attGlobalImportTemplate" type="export" text="att_exception_downTemplate" title="att_exception_downTemplate" img="common_download.png" permission="att:areaPerson:import"/> <@ZKUI.ToolItem id="attAreaPerson.do?setUserSms" action="commonOpenOperate" text="att_op_dataUserSms" title="att_op_dataUserSms" width="450" img="att_userSms.png" permission="att:areaPerson:setUserSms"/> <@ZKUI.ToolItem id="attAreaPerson.do?syncPerToDev" action="syncAreaPersonToDev" text="att_op_syncPers" width="500" img="comm_syncAllData.png" permission="att:areaPerson:syncPerToDev"/> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.att.vo.AttAreaPersonItem" query="attAreaPerson.do?list"/>