<#if Application['system.language'] == "zh_CN"> <@ZKUI.SelectContent onSure="afterSelectPerson" type="checkbox" showColumns="checkbox,deptName,personPin,personName" copy="true" textField="personPin" vo="com.zkteco.zkbiosecurity.posid.vo.PosIDOpenAccountSelectItem" query="posIDOpenAccount.do?selectOpemAccountPerson"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="deptName" maxlength="30" title="pers_dept_deptName" type="text"/> <@ZKUI.Input name="personPin" maxlength="30" title="pers_person_pin" type="text"/> <@ZKUI.Input name="likeName" maxlength="30" title="pers_person_wholeName" type="text"/> <#else> <@ZKUI.SelectContent onSure="afterSelectPerson" type="checkbox" showColumns="checkbox,deptName,personPin,personName,personLastName" copy="true" textField="personPin" vo="com.zkteco.zkbiosecurity.posid.vo.PosIDOpenAccountSelectItem" query="posIDOpenAccount.do?selectOpemAccountPerson"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="deptName" maxlength="30" title="pers_dept_deptName" type="text"/> <@ZKUI.Input name="personPin" maxlength="30" title="pers_person_pin" type="text"/> <@ZKUI.Input name="likeName" maxlength="30" title="pers_person_wholeName" type="text"/>