#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"/>
|
#if>
<@ZKUI.Combo empty="true" name="flowType" title="wf_flow_type">
@ZKUI.Combo>
|
<@ZKUI.Combo empty="true" name="flowStatus" title="wf_flow_Status">
@ZKUI.Combo>
|
@ZKUI.SearchTop>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="wf:apply:refresh">@ZKUI.ToolItem>
@ZKUI.Toolbar>
<#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!}"/>
#if>
@ZKUI.GridBox>