流程发起
  • 全部流程
  • 我的收藏
  • 常用流程
<#list PList as list> <#if (list.dtlList?size>0)>
 ${list.name! }
    <#list list.dtlList as dtl> <#if dtl.name!=list.name> <#if dtl_index%4 ==0>
  • ${dtl.name! }

    <#list dtl.dtlList as form>


     ${form.formName! }

    <#if dtl_index%4 == 3||!dtl_has_next>
  • <#else> <#list dtl.dtlList as form> <#if form_index%4 ==0> <#if form_index%4 == 3||!form_has_next>
<#assign colorArr = ['blue', 'green', 'yellow', 'purple', 'orange', 'red']> <#list links as dtl> <#assign num=dtl_index+1 /> <#assign flag =dtl_index%6 /> <#assign color = colorArr[flag] /> <#if dtl_index%4 ==0>
<#if dtl_index%4 == 3||!dtl_has_next>
${num}${dtl.formName!}
<#assign colorArr = ['blue', 'green', 'yellow', 'purple', 'orange', 'red']> <#list fList as dtl> <#assign num=dtl_index+1 /> <#assign flag =dtl_index%6 /> <#assign color = colorArr[flag] /> <#if dtl_index%4 ==0>
<#if dtl_index%4 == 3||!dtl_has_next>
${num}${dtl.formName!}