<#assign gridName="persPersonGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="userTypeName" maxlength="30" title="pers_userType" type="text"/> <@ZKUI.Input name="pin" maxlength="30" title="pers_person_pin" type="text"/> <@ZKUI.Input name="likeName" maxlength="30" title="pers_person_wholeName" type="text"/> <@ZKUI.SearchBelow> <@ZKUI.Input name="email" maxlength="30" title="pers_person_email" type="text"/> <@ZKUI.Input name="mobilePhone" maxlength="30" title="pers_person_mobilePhone" type="text"/> <@ZKUI.Input name="likeCardNo" maxlength="30" title="pers_card_cardNo" type="text"/> <@ZKUI.Combo empty="true" name="exceptionFlag" title="common_status"> <@ZKUI.Combo empty="true" name="gender" title="common_gender" key="sex"/> <@ZKUI.ComboTree title="common_verifyMode_entiy" url="persPerson.do?verifyModeTree" name="verifyMode" isTree="false"/> <#if Application['system.productCode'] != 'ZKBioAccess'> <@ZKUI.Layout style="position:absolute; top:70px;bottom:0px;left:0px;right:0px;height:auto;"> <@ZKUI.Cell hideHeader="true"> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="pers:person:refresh"/> <@ZKUI.ToolItem id="persPerson.do?edit" text="common_op_new" width="1000" height="670" img="comm_add.png" action="commonAdd" permission="pers:person:add"/> <@ZKUI.ToolItem type="more" text="common_op_del" img="comm_del.png"> <@ZKUI.ToolItem id="persPerson.do?del&pins=(pin)" text="pers_common_delPerson" img="comm_del.png" action="commonDel" callback="reloadPersonTreeAndGrid" permission="pers:person:del"/> <@ZKUI.ToolItem id="persPerson.do?getBioTemplateView" text="pers_person_delBioTemplate" title="pers_person_delBioTemplate" width="350" height="250" img="comm_del.png" action="commonOpenOperate" permission="pers:person:delBioTemplate"/> <@ZKUI.ToolItem id="persPerson.do?resetSelfPwd&pins=(pin)" text="pers_person_resetSelfPwd" img="comm_set.png" action="commonOperate" permission="pers:person:resetSelfPwd" isShow="false"/> <@ZKUI.ToolItem type="more" text="common_op_export" img="comm_export.png"> <@ZKUI.ToolItem id="persPerson.do?export" type="export" action="exportPersRecord" width="650" height="610" text="pers_export_personInfo" title="pers_export_personInfo" permission="pers:person:export" /> <@ZKUI.ToolItem type="more" text="common_op_import" img="comm_import.png"> <@ZKUI.ToolItem id="persPerson.do?import" type="import" showImportProcess="true" updateExistData="true" text="pers_import_personInfo" onFinish="reloadPersonTreeAndGrid" title="pers_import_personInfo" width="500" height="250" permission="pers:person:import" /> <@ZKUI.ToolItem type="more" img="comm_moreActions.png"> <@ZKUI.ToolItem id="skip.do?page=pers_person_opDataCount" text="pers_person_dataCount" title="pers_person_dataCount" width="400" height="450" img="pers_dataCount.png" action="commonAdd" permission="pers:person:dataCount"/> <@ZKUI.ToolItem id="persPerson.do?cardPrint" text="pers_person_cardprint" title="pers_person_cardprint" width="1000" height="725" img="pers_makeCard.png" action="commonOpenOperate" permission="pers:person:cardPrint" isShow="JAVA#persCardPrintTemplateController.isShowCardPrint"/> <@ZKUI.ToolItem id="persPerson.do?resetSelfPwd&pins=(pin)" text="pers_person_resetSelfPwd" img="comm_set.png" action="commonOperate" permission="pers:person:resetSelfPwd"/> <@ZKUI.ToolItem id="persPerson.do?viewBioPhoto" text="pers_person_cropFaceShow" title="pers_person_cropFaceShow" width="1165" height="680" img="comm_uploadTransaction.png" action="commonOpenOperate" permission="pers:person:viewBioPhoto"/> <@ZKUI.ToolItem id="persPerson.do?enabledPersCredential&pins=(pin)" text="common_enable" img="comm_enable.png" selectNumber="50" action="commonOperate" permission="pers:person:enabled"/> <@ZKUI.ToolItem id="persPerson.do?disableCredential&pins=(pin)" text="common_disable" img="comm_disable.png" selectNumber="50" action="commonOperate" permission="pers:person:disable"/> <@ZKUI.ToolItem id="persPerson.do?enabledApplogin&pins=(pin)" text="pers_applogin_enabled" img="comm_enable.png" selectNumber="50" action="commonOperate" permission="pers:person:enabledApplogin"/> <@ZKUI.ToolItem id="persPerson.do?disableApplogin&pins=(pin)" text="pers_applogin_disable" img="comm_disable.png" selectNumber="50" action="commonOperate" permission="pers:person:disableApplogin"/> <@ZKUI.ToolItem id="persPerson.do?makePayment&pins=(pin)" text="pers_person_payment" title="pers_person_payment" width="400" height="300" img="comm_add.png" selectNumber="1" action="commonOpenOperate" permission="pers:person:payment"/> <@ZKUI.ToolItem id="persPerson.do?membershipRenewal&pins=(pin)" text="pers_person_renewal" title="pers_person_renewal" width="380" height="400" img="comm_add.png" selectNumber="1" action="commonOpenOperate" permission="pers:person:renewal"/> <@ZKUI.ToolItem id="persPerson.do?memberMeasurements&pins=(pin)" text="pers_person_memberMeasurements" title="pers_person_memberMeasurements" width="450" height="350" img="comm_add.png" selectNumber="1" action="commonOpenOperate" permission="pers:person:memberMeasurements"/> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.pers.vo.PersPersonItem" onRowSelect="findDeptBypersonId" query="persPerson.do?list" showColumns="!gender,birthday,mobilePhone,email,positionName,exceptionFlag" />