#assign gridName="flowableGrid${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.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>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.att.vo.AttProcessInfoItem" showColumns="!taskStatus" query="attFlowable.do?pendingTaskList"/>
@ZKUI.GridBox>