提交 61c511f2 编写于 作者: zhouweidong's avatar zhouweidong

流程表单

上级 e3fd6d69
...@@ -60,10 +60,10 @@ zuul: ...@@ -60,10 +60,10 @@ zuul:
</#if> </#if>
</#list> </#list>
<#if haswfentity==true> <#if haswfentity==true>
wfcore: wfcore:
path: /wfcore/** path: /wfcore/**
serviceId: ${r'${ibiz.ref.service.wf:ibzwf-api}'} serviceId: ${r'${ibiz.ref.service.wf:ibzwf-api}'}
stripPrefix: true stripPrefix: true
</#if> </#if>
<#if sys.getPSSystemSetting()?? && sys.getPSSystemSetting().getDataAccCtrlArch()?? && sys.getPSSystemSetting().getDataAccCtrlArch()==1> <#if sys.getPSSystemSetting()?? && sys.getPSSystemSetting().getDataAccCtrlArch()?? && sys.getPSSystemSetting().getDataAccCtrlArch()==1>
loginv7: loginv7:
......
...@@ -212,7 +212,7 @@ TARGET=PSWFVERSION ...@@ -212,7 +212,7 @@ TARGET=PSWFVERSION
<flowable:formProperty id="${msgTempl.getCodeName()?lower_case}" name="${msgTempl.getName()}" variable="${assignGroupCond}" type="${WFProcess.getMsgType()}" /> <flowable:formProperty id="${msgTempl.getCodeName()?lower_case}" name="${msgTempl.getName()}" variable="${assignGroupCond}" type="${WFProcess.getMsgType()}" />
</#if> </#if>
<#if ((WFProcess.getFormCodeName())!'')!='' || ((WFProcess.getMobFormCodeName())!'')!='' > <#if ((WFProcess.getFormCodeName())!'')!='' || ((WFProcess.getMobFormCodeName())!'')!='' >
<flowable:form <#if ((WFProcess.getFormCodeName())!'')!=''>formcode="${msgTempl.getCodeName()?lower_case}"</#if> <#if ((WFProcess.getMobFormCodeName())!'')!=''>mobformcode="${msgTempl.getName()}" </#if> /> <flowable:form <#if ((WFProcess.getFormCodeName())!'')!=''>process-formcode="${WFProcess.getFormCodeName()}"</#if><#if ((WFProcess.getMobFormCodeName())!'')!=''> process-mobformcode="${WFProcess.getMobFormCodeName()}"</#if>/>
</#if> </#if>
</extensionElements> </extensionElements>
</#if> </#if>
...@@ -269,7 +269,7 @@ TARGET=PSWFVERSION ...@@ -269,7 +269,7 @@ TARGET=PSWFVERSION
</#if> </#if>
<#if ((WFLink.getFormCodeName())!'')!='' || ((WFLink.getMobFormCodeName())!'')!='' || ((WFLink.getViewCodeName())!'')!='' || ((WFLink.getMobViewCodeName())!'')!='' > <#if ((WFLink.getFormCodeName())!'')!='' || ((WFLink.getMobFormCodeName())!'')!='' || ((WFLink.getViewCodeName())!'')!='' || ((WFLink.getMobViewCodeName())!'')!='' >
<extensionElements> <extensionElements>
<flowable:form <#if ((WFLink.getFormCodeName())!'')!=''>formcode="${WFLink.getFormCodeName()}"</#if> <#if ((WFLink.getMobFormCodeName())!'')!=''>mobformcode="${WFLink.getMobFormCodeName()}"</#if> <#if ((WFLink.getViewCodeName())!'')!=''>viewcode="${WFLink.getViewCodeName()}"</#if> <#if ((WFLink.getMobViewCodeName())!'')!=''>mobviewcode="${WFLink.getMobViewCodeName()}" </#if>/> <flowable:form <#if ((WFLink.getFormCodeName())!'')!=''>formcode="${WFLink.getFormCodeName()}"</#if><#if ((WFLink.getMobFormCodeName())!'')!=''> mobformcode="${WFLink.getMobFormCodeName()}"</#if><#if ((WFLink.getViewCodeName())!'')!=''> viewcode="${WFLink.getViewCodeName()}"</#if><#if ((WFLink.getMobViewCodeName())!'')!=''> mobviewcode="${WFLink.getMobViewCodeName()}"</#if>/>
</extensionElements> </extensionElements>
</#if> </#if>
</sequenceFlow> </sequenceFlow>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册