<#assign gridName="wfFlowGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="flowNo" maxlength="30" title="common_number" type="text"/> <@ZKUI.Input name="flowName" maxlength="30" title="common_name" type="text"/> <@ZKUI.Combo empty="true" name="flowType" title="wf_flow_type"> <#if (moduleCode) == "att"> <#if (moduleCode) == "oa"> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="wf:flow:refresh"> <@ZKUI.ToolItem id="wfFlow.do?edit&moduleCode=${moduleCode!}" text="common_op_new" width="850" height="600" img="comm_add.png" action="commonAdd" permission="wf:flow:add"> <@ZKUI.ToolItem id="wfFlow.do?flowUpdate&valid=0" text="common_enable" width="500" img="comm_enable.png" action="commonOperate" permission="wf:flow:enable"/> <@ZKUI.ToolItem id="wfFlow.do?flowUpdate&valid=1" text="common_commStatus_disable" width="500" img="comm_disable.png" action="commonOperate" permission="wf:flow:disable"/> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.workflow.vo.WfFlowItem" query="wfFlow.do?list&moduleCode=${moduleCode!}"/>