Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
iBiz4jVue
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
ibiz4jteam
iBiz4jVue
提交
a3fbc43c
提交
a3fbc43c
编写于
6月 08, 2020
作者:
WodahsOrez
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
lxm--编辑器导航参数
上级
7c60b8e5
变更
14
隐藏空白字符变更
内嵌
并排
正在显示
14 个修改的文件
包含
155 行增加
和
26 行删除
+155
-26
EDITOR.vue.ftl
@EDITOR/下拉列表框 (动态代码表国际化)/EDITOR.vue.ftl
+3
-2
GRIDEIDTOR.vue.ftl
@EDITOR/下拉列表框 (动态代码表国际化)/GRIDEIDTOR.vue.ftl
+19
-2
EDITOR.vue.ftl
@EDITOR/下拉列表框/EDITOR.vue.ftl
+3
-2
GRIDEIDTOR.vue.ftl
@EDITOR/下拉列表框/GRIDEIDTOR.vue.ftl
+19
-2
EDITOR.vue.ftl
@EDITOR/下拉列表框(100宽度)/EDITOR.vue.ftl
+3
-2
GRIDEIDTOR.vue.ftl
@EDITOR/下拉列表框(100宽度)/GRIDEIDTOR.vue.ftl
+19
-2
EDITOR.vue.ftl
@EDITOR/下拉列表框(多选)/EDITOR.vue.ftl
+3
-1
GRIDEIDTOR.vue.ftl
@EDITOR/下拉列表框(多选)/GRIDEIDTOR.vue.ftl
+6
-1
EDITOR.vue.ftl
@EDITOR/单选项列表/EDITOR.vue.ftl
+3
-1
GRIDEIDTOR.vue.ftl
@EDITOR/单选项列表/GRIDEIDTOR.vue.ftl
+19
-2
EDITOR.vue.ftl
@EDITOR/标签/EDITOR.vue.ftl
+7
-4
GRIDEIDTOR.vue.ftl
@EDITOR/标签/GRIDEIDTOR.vue.ftl
+26
-2
EDITOR.vue.ftl
@EDITOR/选项框列表/EDITOR.vue.ftl
+3
-1
GRIDEIDTOR.vue.ftl
@EDITOR/选项框列表/GRIDEIDTOR.vue.ftl
+22
-2
未找到文件。
@EDITOR/下拉列表框 (动态代码表国际化)/EDITOR.vue.ftl
浏览文件 @
a3fbc43c
<#ibizinclude>../@MACRO/FUNC/PUBLIC.vue.ftl</#ibizinclude>
<dropdown-list-dynamic
<dropdown-list-dynamic
v-model="data.${editor.name}"
v-model="data.${editor.name}"
:data="data"
:data="data"
:context="context"
:context="context"
:viewparams="viewparams"
:viewparams="viewparams"
:localContext =
"<#if item.getEditorParam('SRFNAVCTX','') != ''>${item.getEditorParam('SRFNAVCTX','')}<#else>{}</#if>"
:localContext =
<@getNavigateContext editor />
:localParam =
"<#if item.getEditorParam('SRFNAVPARAM','') != ''>${item.getEditorParam('SRFNAVPARAM','')}<#else>{}</#if>"
:localParam =
<@getNavigateParams editor />
:disabled="detailsModel.${editor.name}.disabled"
:disabled="detailsModel.${editor.name}.disabled"
<#if editor.getPSCodeList()??>
<#if editor.getPSCodeList()??>
<#assign codelist=editor.getPSCodeList()>
<#assign codelist=editor.getPSCodeList()>
...
...
@EDITOR/下拉列表框 (动态代码表国际化)/GRIDEIDTOR.vue.ftl
浏览文件 @
a3fbc43c
<dropdown-list v-model="row[column.property]" :disabled="row.srfuf === 1 ? (${item.getEnableCond()?c} & 2) !== 2 : (${item.getEnableCond()?c} & 1) !== 1" <#if item.getPSCodeList()??><#assign codelist=item.getPSCodeList()>tag='${codelist.codeName}' codelistType='${codelist.getCodeListType()}'</#if> placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>'请选择...'</#if> style="${item.getEditorCssStyle()}" @change="($event)=>{gridEditItemChange(row, column.property, $event, $index)}"></dropdown-list>
<#ibizinclude>../@MACRO/FUNC/PUBLIC.vue.ftl</#ibizinclude>
\ No newline at end of file
<dropdown-list
v-model="row[column.property]"
:disabled="row.srfuf === 1 ? (${item.getEnableCond()?c} & 2) !== 2 : (${item.getEnableCond()?c} & 1) !== 1"
:data="row"
:context="context"
:viewparams="viewparams"
:localContext =<@getNavigateContext editor />
:localParam =<@getNavigateParams editor />
<#if item.getPSCodeList()??>
<#assign codelist=item.getPSCodeList()>
tag='${codelist.codeName}'
codelistType='${codelist.getCodeListType()}'
</#if>
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>'请选择...'</#if>
style="${item.getEditorCssStyle()}"
@change="($event)=>{gridEditItemChange(row, column.property, $event, $index)}">
</dropdown-list>
\ No newline at end of file
@EDITOR/下拉列表框/EDITOR.vue.ftl
浏览文件 @
a3fbc43c
<#ibizinclude>../@MACRO/FUNC/PUBLIC.vue.ftl</#ibizinclude>
<dropdown-list
<dropdown-list
v-model="data.${editor.name}"
v-model="data.${editor.name}"
:data="data"
:data="data"
:context="context"
:context="context"
:viewparams="viewparams"
:viewparams="viewparams"
:localContext =
"<#if item.getEditorParam('SRFNAVCTX','') != ''>${item.getEditorParam('SRFNAVCTX','')}<#else>{}</#if>"
:localContext =
<@getNavigateContext editor />
:localParam =
"<#if item.getEditorParam('SRFNAVPARAM','') != ''>${item.getEditorParam('SRFNAVPARAM','')}<#else>{}</#if>"
:localParam =
<@getNavigateParams editor />
:disabled="detailsModel.${editor.name}.disabled"
:disabled="detailsModel.${editor.name}.disabled"
<#if editor.getPSCodeList()??>
<#if editor.getPSCodeList()??>
<#assign codelist=editor.getPSCodeList()>
<#assign codelist=editor.getPSCodeList()>
...
...
@EDITOR/下拉列表框/GRIDEIDTOR.vue.ftl
浏览文件 @
a3fbc43c
<dropdown-list v-model="row[column.property]" :disabled="row.srfuf === 1 ? (${item.getEnableCond()?c} & 2) !== 2 : (${item.getEnableCond()?c} & 1) !== 1" <#if item.getPSCodeList()??><#assign codelist=item.getPSCodeList()>tag='${codelist.codeName}' codelistType='${codelist.getCodeListType()}'</#if> placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>'请选择...'</#if> style="${item.getEditorCssStyle()}" @change="($event)=>{gridEditItemChange(row, column.property, $event, $index)}"></dropdown-list>
<#ibizinclude>../@MACRO/FUNC/PUBLIC.vue.ftl</#ibizinclude>
\ No newline at end of file
<dropdown-list
v-model="row[column.property]"
:disabled="row.srfuf === 1 ? (${item.getEnableCond()?c} & 2) !== 2 : (${item.getEnableCond()?c} & 1) !== 1"
:data="row"
:context="context"
:viewparams="viewparams"
:localContext =<@getNavigateContext editor />
:localParam =<@getNavigateParams editor />
<#if item.getPSCodeList()??>
<#assign codelist=item.getPSCodeList()>
tag='${codelist.codeName}'
codelistType='${codelist.getCodeListType()}'
</#if>
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>'请选择...'</#if>
style="${item.getEditorCssStyle()}"
@change="($event)=>{gridEditItemChange(row, column.property, $event, $index)}">
</dropdown-list>
\ No newline at end of file
@EDITOR/下拉列表框(100宽度)/EDITOR.vue.ftl
浏览文件 @
a3fbc43c
<#ibizinclude>../@MACRO/FUNC/PUBLIC.vue.ftl</#ibizinclude>
<dropdown-list
<dropdown-list
v-model="data.${editor.name}"
v-model="data.${editor.name}"
:data="data"
:data="data"
:context="context"
:context="context"
:viewparams="viewparams"
:viewparams="viewparams"
:localContext =
"<#if item.getEditorParam('SRFNAVCTX','') != ''>${item.getEditorParam('SRFNAVCTX','')}<#else>{}</#if>"
:localContext =
<@getNavigateContext editor />
:localParam =
"<#if item.getEditorParam('SRFNAVPARAM','') != ''>${item.getEditorParam('SRFNAVPARAM','')}<#else>{}</#if>"
:localParam =
<@getNavigateParams editor />
:disabled="detailsModel.${editor.name}.disabled"
:disabled="detailsModel.${editor.name}.disabled"
style="${editor.getEditorCssStyle()}width: 100px;"
style="${editor.getEditorCssStyle()}width: 100px;"
<#if editor.getPSCodeList()??>
<#if editor.getPSCodeList()??>
...
...
@EDITOR/下拉列表框(100宽度)/GRIDEIDTOR.vue.ftl
浏览文件 @
a3fbc43c
<dropdown-list v-model="row[column.property]" :disabled="row.srfuf === 1 ? (${item.getEnableCond()?c} & 2) !== 2 : (${item.getEnableCond()?c} & 1) !== 1" style="${item.getEditorCssStyle()}width: 100px;" <#if item.getPSCodeList()??><#assign codelist=item.getPSCodeList()>tag='${codelist.codeName}' codelistType='${codelist.getCodeListType()}'</#if> placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>'请选择...'</#if> @change="($event)=>{gridEditItemChange(row, column.property, $event, $index)}"></dropdown-list>
<#ibizinclude>../@MACRO/FUNC/PUBLIC.vue.ftl</#ibizinclude>
\ No newline at end of file
<dropdown-list
v-model="row[column.property]"
:disabled="row.srfuf === 1 ? (${item.getEnableCond()?c} & 2) !== 2 : (${item.getEnableCond()?c} & 1) !== 1"
style="${item.getEditorCssStyle()}width: 100px;"
:data="row"
:context="context"
:viewparams="viewparams"
:localContext =<@getNavigateContext editor />
:localParam =<@getNavigateParams editor />
<#if item.getPSCodeList()??>
<#assign codelist=item.getPSCodeList()>
tag='${codelist.codeName}'
codelistType='${codelist.getCodeListType()}'
</#if>
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>'请选择...'</#if>
@change="($event)=>{gridEditItemChange(row, column.property, $event, $index)}">
</dropdown-list>
\ No newline at end of file
@EDITOR/下拉列表框(多选)/EDITOR.vue.ftl
浏览文件 @
a3fbc43c
<#ibizinclude>../@MACRO/FUNC/PUBLIC.vue.ftl</#ibizinclude>
<dropdown-list-mpicker
<dropdown-list-mpicker
v-model="data.${editor.name}"
v-model="data.${editor.name}"
:data="data"
:data="data"
:context="context"
:context="context"
:viewparams="viewparams"
:viewparams="viewparams"
:itemParam="<#if item.getEditorParam('ITEMPARAM','') != ''>${item.getEditorParam('ITEMPARAM','')}<#else>{}</#if>" :disabled="detailsModel.${editor.name}.disabled"
:localContext =<@getNavigateContext editor />
:localParam =<@getNavigateParams editor />
<#if editor.getPSCodeList()??>
<#if editor.getPSCodeList()??>
<#assign codelist=editor.getPSCodeList()>
<#assign codelist=editor.getPSCodeList()>
tag='${codelist.codeName}'
tag='${codelist.codeName}'
...
...
@EDITOR/下拉列表框(多选)/GRIDEIDTOR.vue.ftl
浏览文件 @
a3fbc43c
<#ibizinclude>../@MACRO/FUNC/PUBLIC.vue.ftl</#ibizinclude>
<dropdown-list-mpicker
<dropdown-list-mpicker
v-model="row[column.property]"
v-model="row[column.property]"
:itemParam="<#if item.getEditorParam('ITEMPARAM','') != ''>${item.getEditorParam('ITEMPARAM','')}<#else>{}</#if>"
:data="row"
:context="context"
:viewparams="viewparams"
:localContext =<@getNavigateContext editor />
:localParam =<@getNavigateParams editor />
:disabled="row.srfuf === 1 ? (${item.getEnableCond()?c} & 2) !== 2 : (${item.getEnableCond()?c} & 1) !== 1"
:disabled="row.srfuf === 1 ? (${item.getEnableCond()?c} & 2) !== 2 : (${item.getEnableCond()?c} & 1) !== 1"
<#if item.getPSCodeList()??>
<#if item.getPSCodeList()??>
<#assign codelist=editor.getPSCodeList()>
<#assign codelist=editor.getPSCodeList()>
...
...
@EDITOR/单选项列表/EDITOR.vue.ftl
浏览文件 @
a3fbc43c
<#ibizinclude>../@MACRO/FUNC/PUBLIC.vue.ftl</#ibizinclude>
<app-radio-group
<app-radio-group
v-model="data.${editor.name}"
v-model="data.${editor.name}"
:data="data"
:data="data"
...
@@ -5,7 +6,8 @@
...
@@ -5,7 +6,8 @@
:viewparams="viewparams"
:viewparams="viewparams"
:disabled="detailsModel.${editor.name}.disabled"
:disabled="detailsModel.${editor.name}.disabled"
name="${editor.name}"
name="${editor.name}"
:itemParam="<#if item.getEditorParam('ITEMPARAM','') != ''>${item.getEditorParam('ITEMPARAM','')}<#else>{}</#if>"
:localContext =<@getNavigateContext editor />
:localParam =<@getNavigateParams editor />
<#if editor.getPSCodeList()??>
<#if editor.getPSCodeList()??>
<#assign codelist=editor.getPSCodeList()>
<#assign codelist=editor.getPSCodeList()>
tag='${codelist.codeName}'
tag='${codelist.codeName}'
...
...
@EDITOR/单选项列表/GRIDEIDTOR.vue.ftl
浏览文件 @
a3fbc43c
<app-radio-group v-model="row[column.property]" :disabled="row.srfuf === 1 ? (${item.getEnableCond()?c} & 2) !== 2 : (${item.getEnableCond()?c} & 1) !== 1" name="${item.name}" @change="($event)=>{gridEditItemChange(row, column.property, $event, $index)}" <#if item.isNeedCodeListConfig()??><#assign codelist=item.getPSCodeList()>tag='${codelist.codeName}' codelistType='${codelist.getCodeListType()}' </#if> style="${item.getEditorCssStyle()}"></app-radio-group>
<#ibizinclude>../@MACRO/FUNC/PUBLIC.vue.ftl</#ibizinclude>
\ No newline at end of file
<app-radio-group
v-model="row[column.property]"
:disabled="row.srfuf === 1 ? (${item.getEnableCond()?c} & 2) !== 2 : (${item.getEnableCond()?c} & 1) !== 1"
name="${item.name}"
:data="row"
:context="context"
:viewparams="viewparams"
:localContext =<@getNavigateContext editor />
:localParam =<@getNavigateParams editor />
@change="($event)=>{gridEditItemChange(row, column.property, $event, $index)}"
<#if item.isNeedCodeListConfig()??>
<#assign codelist=item.getPSCodeList()>
tag='${codelist.codeName}'
codelistType='${codelist.getCodeListType()}'
</#if>
style="${item.getEditorCssStyle()}">
</app-radio-group>
\ No newline at end of file
@EDITOR/标签/EDITOR.vue.ftl
浏览文件 @
a3fbc43c
<#ibizinclude>../@MACRO/FUNC/PUBLIC.vue.ftl</#ibizinclude>
<app-span <#t>
<app-span <#t>
name='${editor.name}'
name='${editor.name}'
:value="data.${editor.name}" <#t>
:value="data.${editor.name}" <#t>
...
@@ -15,9 +16,10 @@
...
@@ -15,9 +16,10 @@
textSeparator="${codelist.textSeparator}" <#t>
textSeparator="${codelist.textSeparator}" <#t>
</#if>
</#if>
</#if>
</#if>
:data="data"
:data="data" <#t>
:context="context"
:context="context" <#t>
:viewparams="viewparams"
:viewparams="viewparams" <#t>
:itemParam="<#if item.getEditorParam('ITEMPARAM','') != ''>${item.getEditorParam('ITEMPARAM','')}<#else>{}</#if>"
:localContext =<@getNavigateContext editor /> <#t>
:localParam =<@getNavigateParams editor /> <#t>
style="${editor.getEditorCssStyle()}"><#t>
style="${editor.getEditorCssStyle()}"><#t>
</app-span><#lt>
</app-span><#lt>
\ No newline at end of file
@EDITOR/标签/GRIDEIDTOR.vue.ftl
浏览文件 @
a3fbc43c
<#ibizinclude>../@MACRO/GRID/DEFAULT.vue.ftl</#ibizinclude>
<#ibizinclude>../@MACRO/FUNC/PUBLIC.vue.ftl</#ibizinclude>
\ No newline at end of file
<app-span <#t>
name='${editor.name}'
:value="row[column.property]" <#t>
<#if item.getPSCodeList?? && item.getPSCodeList()??>
<#assign codelist=item.getPSCodeList() />
tag='${codelist.codeName}' <#t>
codelistType='${codelist.getCodeListType()}' <#t>
<#if codelist.getOrMode?? && codelist.getOrMode()?has_content>
renderMode="${codelist.getOrMode()}" <#t>
</#if>
<#if codelist.valueSeparator?has_content>
valueSeparator="${codelist.valueSeparator}" <#t>
</#if>
<#if codelist.textSeparator?has_content>
textSeparator="${codelist.textSeparator}" <#t>
</#if>
</#if>
:data="row" <#t>
:context="context" <#t>
:viewparams="viewparams" <#t>
:localContext =<@getNavigateContext editor /> <#t>
:localParam =<@getNavigateParams editor /> <#t>
style="${editor.getEditorCssStyle()}"><#t>
</app-span><#lt>
\ No newline at end of file
@EDITOR/选项框列表/EDITOR.vue.ftl
浏览文件 @
a3fbc43c
<#ibizinclude>../@MACRO/FUNC/PUBLIC.vue.ftl</#ibizinclude>
<app-checkbox-list
<app-checkbox-list
v-model="data.${editor.name}"
v-model="data.${editor.name}"
:data="data"
:data="data"
:context="context"
:context="context"
:viewparams="viewparams"
:viewparams="viewparams"
:disabled="detailsModel.${editor.name}.disabled"
:disabled="detailsModel.${editor.name}.disabled"
:itemParam="<#if item.getEditorParam('ITEMPARAM','') != ''>${item.getEditorParam('ITEMPARAM','')}<#else>{}</#if>"
:localContext =<@getNavigateContext editor />
:localParam =<@getNavigateParams editor />
<#if editor.getPSCodeList()??>
<#if editor.getPSCodeList()??>
<#assign codelist=editor.getPSCodeList()>
<#assign codelist=editor.getPSCodeList()>
tag='${codelist.codeName}'
tag='${codelist.codeName}'
...
...
@EDITOR/选项框列表/GRIDEIDTOR.vue.ftl
浏览文件 @
a3fbc43c
<app-checkbox-list v-model="row[column.property]" :disabled="row.srfuf === 1 ? (${item.getEnableCond()?c} & 2) !== 2 : (${item.getEnableCond()?c} & 1) !== 1" <#if item.getPSCodeList()??><#assign codelist=item.getPSCodeList()>tag='${codelist.codeName}' codelistType='${codelist.getCodeListType()}' <#if codelist.valueSeparator?has_content>valueSeparator="${codelist.valueSeparator}"</#if> mode="${codelist.getOrMode()?lower_case}"</#if> name="${item.name}" @change="($event)=>{gridEditItemChange(row, column.property, $event, $index)}"></app-checkbox-list>
<#ibizinclude>../@MACRO/FUNC/PUBLIC.vue.ftl</#ibizinclude>
\ No newline at end of file
<app-checkbox-list
v-model="row[column.property]"
:disabled="row.srfuf === 1 ? (${item.getEnableCond()?c} & 2) !== 2 : (${item.getEnableCond()?c} & 1) !== 1"
:data="row"
:context="context"
:viewparams="viewparams"
:localContext =<@getNavigateContext editor />
:localParam =<@getNavigateParams editor />
<#if item.getPSCodeList()??>
<#assign codelist=item.getPSCodeList()>
tag='${codelist.codeName}'
codelistType='${codelist.getCodeListType()}'
<#if codelist.valueSeparator?has_content>
valueSeparator="${codelist.valueSeparator}"
</#if>
mode="${codelist.getOrMode()?lower_case}"
</#if>
name="${item.name}"
@change="($event)=>{gridEditItemChange(row, column.property, $event, $index)}">
</app-checkbox-list>
\ No newline at end of file
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录