<#assign gridName="persLeavePersonGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@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.Input name="deptName" maxlength="30" title="pers_dept_deptName" type="text"/> <@ZKUI.SearchBelow> <@ZKUI.Combo empty="true" name="leaveType" title="pers_dimission_type" key="PersLeaveType" /> <@ZKUI.Input type="datetime" name="opTimeBegin" maxlength="30" title="pers_dimission_date" readonly="false"/>   <@i18n 'common_to'/>   <@ZKUI.Input type="datetime" name="opTimeEnd" maxlength="30" hideLabel="true" title="common_to" readonly="false"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="pers:leavePerson:refresh"/> <@ZKUI.ToolItem id="/persLeavePerson.do?del&pins=(pin)" text="common_op_del" img="comm_del.png" action="commonDel" permission="pers:leavePerson:del"/> <@ZKUI.ToolItem id="/persLeavePerson.do?export" type="export" permission="pers:leavePerson:export"> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.pers.vo.PersLeavePersonItem" query="persLeavePerson.do?list" />