提交 129ad30e 编写于 作者: tony001's avatar tony001

属性值规则测试 --- fix5

上级 d49b558d
......@@ -3,6 +3,15 @@ TARGET=PSAPPDATAENTITY
</#ibiztemplate>
import commonLogic from '@/locale/logic/common/common-logic';
<#ibizinclude>../../../@MACRO/FUNC.ts</#ibizinclude>
<#macro getAllCondition obj deValueRule>
<#if obj.getPSDEFVRConditions?? && obj..getPSDEFVRConditions()??>
<#list obj..getPSDEFVRConditions() as singleCondition>
${deValueRule.getCodeName()?lower_case}${singleCondition.getDEFName()?lower_case}${singleCondition.getCondType()?lower_case}:commonLogic.appcommonhandle("${singleCondition.getRuleInfo()}",null),
</#list>
</#if>
</#macro>
<#assign langrestype = 'ZH_CN'/>
<#assign emptyText = '暂无数据'>
export default {
......@@ -20,7 +29,8 @@ export default {
<#if deValueRule?? && (deValueRule.isDefaultMode() == false) && deValueRule.getPSDEFVRGroupCondition?? && deValueRule.getPSDEFVRGroupCondition()?? && deValueRule.getPSDEFVRGroupCondition().getPSDEFVRConditions?? && deValueRule.getPSDEFVRGroupCondition().getPSDEFVRConditions()??>
<#assign deVRConditions = deValueRule.getPSDEFVRGroupCondition().getPSDEFVRConditions() />
<#list deVRConditions as singleCondition>
${deValueRule.getCodeName()?lower_case}${singleCondition.getModelName()?lower_case}:commonLogic.appcommonhandle("${singleCondition.getRuleInfo()}",null),
${deValueRule.getCodeName()?lower_case}${singleCondition.getDEFName()?lower_case}${singleCondition.getCondType()?lower_case}:commonLogic.appcommonhandle("${singleCondition.getRuleInfo()}",null),
<@getAllCondition obj=singleCondition deValueRule=deValueRule />
</#list>
</#if>
</#list>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册