提交 0d0f3e4e 编写于 作者: KK's avatar KK

update 参数调整

上级 15469340
<#ibizinclude>../@MACRO/FUNC/PUBLIC.vue.ftl</#ibizinclude>
<#ibizinclude>../../@NAVPARAMS/FUNC/PUBLIC.vue.ftl</#ibizinclude>
<app-mob-select
:disabled="detailsModel.${editor.name}.disabled"
:data="data"
:context="context"
:viewparams="viewparams"
:value="data.${editor.name}"
:navigateContext =<@getNavigateContext editor />
:navigateParam =<@getNavigateParams editor />
......@@ -11,5 +12,4 @@
: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
placeholder="${editor.getPlaceHolder()}"</#if>/>
\ No newline at end of file
<#ibizinclude>../@MACRO/FUNC/PUBLIC.vue.ftl</#ibizinclude>
<#ibizinclude>../../@NAVPARAMS/FUNC/PUBLIC.vue.ftl</#ibizinclude>
<app-mob-check-list
:disabled="detailsModel.${editor.name}.disabled"
:context="context"
:data="data"
:viewparams="viewparams"
<#if editor.getPSCodeList()??>
<#assign codelist=editor.getPSCodeList()> <#if codelist??><#if codelist.getOrMode() != "">
orMode="${codelist.getOrMode()?lower_case}"</#if>
......@@ -17,5 +19,4 @@
tag="${codelist.codeName}"</#if>
<#if editor.getPlaceHolder()??>
placeholder="${editor.getPlaceHolder()}"
</#if>>
</app-mob-check-list>
\ No newline at end of file
</#if>/>
\ No newline at end of file
......@@ -16,6 +16,5 @@
</#if>
:pickupView=<@getPickupView editor />
@formitemvaluechange="onFormItemValueChange"
style="${editor.getEditorCssStyle()}">
</app-mob-mpicker >
style="${editor.getEditorCssStyle()}"/>
</#if>
\ No newline at end of file
......@@ -20,5 +20,5 @@
editortype="dropdown"
style="${editor.getEditorCssStyle()}"
@formitemvaluechange="onFormItemValueChange">
<@getItemRender editor />
<@getItemRender editor />
</app-mob-select-drop-down>
\ No newline at end of file
<#-- 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
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册