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

新增下拉列表多选 (带搜索)组件

上级 f813c987
<#-- 编辑器 -->
<#ibizinclude>../../@NAVPARAMS/FUNC/PUBLIC.vue.ftl</#ibizinclude>
<app-mob-check-list-search
<#if editor.getPlaceHolder()??>
placeholder="${editor.getPlaceHolder()}"
</#if>
<#if editor.getPSCodeList()??>
<#assign codelist=editor.getPSCodeList()>
<#if codelist??>
<#if codelist.getOrMode() != "">
orMode="${codelist.getOrMode()?lower_case}"
</#if>
<#if codelist.getValueSeparator() != "">
valueSeparator="${codelist.getValueSeparator()}"
</#if>
<#if codelist.getTextSeparator() != "">
textSeparator="${codelist.getTextSeparator()}"
</#if>
</#if>
type="${codelist.getCodeListType()?lower_case}"
tag="${codelist.codeName}"
</#if>
:disabled="detailsModel.${editor.name}.disabled"
:data="data"
:context="context"
:viewparams="viewparams"
:value="data.${editor.name}"
:navigateContext ='<@getNavigateContext editor />'
:navigateParam ='<@getNavigateParams editor />'
@change="($event)=>this.data.${editor.name} = $event"/>
\ No newline at end of file
<app-mob-span v-if="data.${editor.name}" :context="context" :value="data.${editor.name}" :itemParam="<#if item.getEditorParam('PARENTDATA','') != ''>{parentdata:${item.getEditorParam('PARENTDATA','')}}<#else>{}</#if>" <#if item.getPSCodeList?? && item.getPSCodeList()??><#assign codelist=item.getPSCodeList()> :isCache="false" codeListType="${codelist.getCodeListType()}" tag="${codelist.codeName}"</#if>></app-mob-span>
\ No newline at end of file
<#ibizinclude>./EDITOR.vue.ftl</#ibizinclude>
\ No newline at end of file
EDITORTYPE=MOBCHECKLIST#SEARCH
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册