#assign gridName="flowableHisGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Combo width="148" maxlength="50" id="personPin${uuid}"
title="att_common_person" readonly="false" empty="false">
@ZKUI.Combo>
|
<@ZKUI.Combo empty="true" name="flowType" title="wf_flow_type">
@ZKUI.Combo>
|
<@ZKUI.Combo empty="true" name="taskStatus" 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.ToolItem type="more" text="wf_flow_apply" img="comm_add.png">
<@ZKUI.ToolItem id="attWfSelfApply.do?startApply&flowType=sign" text="wf_leftMenu_sign" img="comm_add.png" action="commonOpen" width="500" height="450" />
<@ZKUI.ToolItem id="attWfSelfApply.do?startApply&flowType=leave" text="wf_leftMenu_leave" img="comm_add.png" action="commonOpen" width="500" height="455" />
<@ZKUI.ToolItem id="attWfSelfApply.do?startApply&flowType=trip" text="wf_leftMenu_trip" img="comm_add.png" action="commonOpen" width="500" height="450" />
<@ZKUI.ToolItem id="attWfSelfApply.do?startApply&flowType=out" text="wf_leftMenu_out" img="comm_add.png" action="commonOpen" width="500" height="450" />
<@ZKUI.ToolItem id="attWfSelfApply.do?startApply&flowType=overtime" text="wf_leftMenu_overtime" img="comm_add.png" action="commonOpen" width="500" height="450" />
<@ZKUI.ToolItem id="attWfSelfApply.do?startApply&flowType=adjust" text="wf_leftMenu_adjust" img="comm_add.png" action="commonOpen" width="500" height="450" />
<@ZKUI.ToolItem id="attWfSelfApply.do?startApply&flowType=classShift" text="wf_leftMenu_class" img="comm_add.png" action="commonOpen" width="500" height="450" />
@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.workflow.vo.FlowTaskItem" query="attFlowable.do?hisList"/>
@ZKUI.GridBox>