提交 531fd47c 编写于 作者: tony001's avatar tony001

属性值规则测试 --- fix6

上级 129ad30e
...@@ -7,7 +7,7 @@ import commonLogic from '@/locale/logic/common/common-logic'; ...@@ -7,7 +7,7 @@ import commonLogic from '@/locale/logic/common/common-logic';
<#macro getAllCondition obj deValueRule> <#macro getAllCondition obj deValueRule>
<#if obj.getPSDEFVRConditions?? && obj..getPSDEFVRConditions()??> <#if obj.getPSDEFVRConditions?? && obj..getPSDEFVRConditions()??>
<#list obj..getPSDEFVRConditions() as singleCondition> <#list obj..getPSDEFVRConditions() as singleCondition>
${deValueRule.getCodeName()?lower_case}${singleCondition.getDEFName()?lower_case}${singleCondition.getCondType()?lower_case}:commonLogic.appcommonhandle("${singleCondition.getRuleInfo()}",null), ${deValueRule.getCodeName()?lower_case}<#if singleCondition.getDEFName?? && singleCondition.getDEFName()??>${singleCondition.getDEFName()?lower_case}</#if>${singleCondition.getCondType()?lower_case}:commonLogic.appcommonhandle("${singleCondition.getRuleInfo()}",null),
</#list> </#list>
</#if> </#if>
</#macro> </#macro>
...@@ -29,7 +29,7 @@ export default { ...@@ -29,7 +29,7 @@ export default {
<#if deValueRule?? && (deValueRule.isDefaultMode() == false) && deValueRule.getPSDEFVRGroupCondition?? && deValueRule.getPSDEFVRGroupCondition()?? && deValueRule.getPSDEFVRGroupCondition().getPSDEFVRConditions?? && deValueRule.getPSDEFVRGroupCondition().getPSDEFVRConditions()??> <#if deValueRule?? && (deValueRule.isDefaultMode() == false) && deValueRule.getPSDEFVRGroupCondition?? && deValueRule.getPSDEFVRGroupCondition()?? && deValueRule.getPSDEFVRGroupCondition().getPSDEFVRConditions?? && deValueRule.getPSDEFVRGroupCondition().getPSDEFVRConditions()??>
<#assign deVRConditions = deValueRule.getPSDEFVRGroupCondition().getPSDEFVRConditions() /> <#assign deVRConditions = deValueRule.getPSDEFVRGroupCondition().getPSDEFVRConditions() />
<#list deVRConditions as singleCondition> <#list deVRConditions as singleCondition>
${deValueRule.getCodeName()?lower_case}${singleCondition.getDEFName()?lower_case}${singleCondition.getCondType()?lower_case}:commonLogic.appcommonhandle("${singleCondition.getRuleInfo()}",null), ${deValueRule.getCodeName()?lower_case}<#if singleCondition.getDEFName?? && singleCondition.getDEFName()??>${singleCondition.getDEFName()?lower_case}</#if>${singleCondition.getCondType()?lower_case}:commonLogic.appcommonhandle("${singleCondition.getRuleInfo()}",null),
<@getAllCondition obj=singleCondition deValueRule=deValueRule /> <@getAllCondition obj=singleCondition deValueRule=deValueRule />
</#list> </#list>
</#if> </#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册