<#assign gridName="flowableHisGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <#if !staff> <@ZKUI.Input name="personPin" maxlength="30" title="att_person_pin" type="text"/> <@ZKUI.Combo empty="true" name="flowType" title="wf_flow_type"> <@ZKUI.Combo empty="true" name="flowStatus" title="wf_flow_Status"> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="wf:apply:refresh"> <#if !staff> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.att.vo.AttProcessInfoItem" query="attFlowable.do?myApplyList&moduleCode=${moduleCode!}"/> <#elseif staff> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.att.vo.AttProcessInfoItem" showColumns="!personPin,personName,deptName,personLastName" query="attFlowable.do?myApplyList&moduleCode=${moduleCode!}"/>