提交 098c01f4 编写于 作者: KK's avatar KK

update

上级 f8355b6d
......@@ -120,4 +120,28 @@
</#if>
}' <#t>
</#macro>
<#-- END:获取AC参数 -->
\ No newline at end of file
<#-- END:获取AC参数 -->
<#-- BEGIN:获取导航上下文 -->
<#macro getNavigateContext currentItem>
'{ <#t>
<#if currentItem.getPSNavigateContexts?? && currentItem.getPSNavigateContexts()??>
<#list currentItem.getPSNavigateContexts() as navContext>
${navContext.getKey()}:<#if navContext.isRawValue()?? && navContext.isRawValue() == true>"${navContext.getValue()}"<#else>"%${navContext.getValue()}%"</#if><#if navContext_has_next>,</#if> <#t>
</#list>
</#if>
}' <#t>
</#macro>
<#-- END:获取导航上下文 -->
<#-- BEGIN:获取导航参数 -->
<#macro getNavigateParams currentItem>
'{ <#t>
<#if currentItem.getPSNavigateParams?? && currentItem.getPSNavigateParams()??>
<#list currentItem.getPSNavigateParams() as navParam >
${navParam.getKey()}:<#if navParam.isRawValue()?? && navParam.isRawValue() == true>"${navParam.getValue()}"<#else>"%${navParam.getValue()}%"</#if><#if navParam_has_next>,</#if> <#t>
</#list>
</#if>
}' <#t>
</#macro>
<#-- END:获取导航参数 -->
\ No newline at end of file
<app-mob-select :disabled="detailsModel.${editor.name}.disabled" :data="data" :context="context" :value="data.${editor.name}" @change="($event)=>this.data.${editor.name} = $event" :itemParam="<#if item.getEditorParam('PARENTDATA','') != ''>{parentdata:${item.getEditorParam('PARENTDATA','')}}<#else>{}</#if>" <#if editor.getPSCodeList()??><#assign codelist=editor.getPSCodeList()> :isCache="false" codeListType="${codelist.getCodeListType()}" tag="${codelist.codeName}"</#if><#if editor.getPlaceHolder()??> placeholder="${editor.getPlaceHolder()}"</#if>></app-mob-select>
\ No newline at end of file
<#ibizinclude>../@MACRO/FUNC/PUBLIC.vue.ftl</#ibizinclude>
<app-mob-select
:disabled="detailsModel.${editor.name}.disabled"
:data="data" :context="context"
:value="data.${editor.name}"
:localContext =<@getNavigateContext editor />
:localParam =<@getNavigateParams editor />
@change="($event)=>this.data.${editor.name} = $event"
:itemParam="<#if item.getEditorParam('PARENTDATA','') != ''>{parentdata:${item.getEditorParam('PARENTDATA','')}}<#else>{}</#if>" <#if editor.getPSCodeList()??><#assign codelist=editor.getPSCodeList()>
:isCache="false"
codeListType="${codelist.getCodeListType()}"
tag="${codelist.codeName}"</#if><#if editor.getPlaceHolder()??>
placeholder="${editor.getPlaceHolder()}"</#if>>
</app-mob-select>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册