Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
ibizlab-generator
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
ibiz4jteam
ibizlab-generator
提交
7a23c38d
提交
7a23c38d
编写于
1月 27, 2022
作者:
Mosher
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update:调整属性
上级
1ffa96ef
变更
7
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
9 行增加
和
9 行删除
+9
-9
view-control-form.hbs
...nt-end/views/view-control/view-form/view-control-form.hbs
+1
-1
view-control-grid.hbs
...nt-end/views/view-control/view-grid/view-control-grid.hbs
+1
-1
view-control-menu.hbs
...nt-end/views/view-control/view-menu/view-control-menu.hbs
+1
-1
view-pickup-panel.hbs
...iews/view-control/view-pickup-panel/view-pickup-panel.hbs
+1
-1
view-control-search-form.hbs
...iew-control/view-search-form/view-control-search-form.hbs
+1
-1
view-control-tree.hbs
...nt-end/views/view-control/view-tree/view-control-tree.hbs
+1
-1
app-code-list-config.ts.hbs
...7/app_{{apps}}/src/app/config/app-code-list-config.ts.hbs
+3
-3
未找到文件。
modules/ibizlab-generator-core/src/main/resources/templ/r7/@macro/front-end/views/view-control/view-form/view-control-form.hbs
浏览文件 @
7a23c38d
{{
name
}}
:{
{{
ctrl
.
name
}}
:{
action:{
loadAction: '
{{
ctrl
.
getPSControlAction
.
psAppDEMethod
.
codeName
}}
',
removeAction: '
{{
ctrl
.
removePSControlAction
.
psAppDEMethod
.
codeName
}}
',
...
...
modules/ibizlab-generator-core/src/main/resources/templ/r7/@macro/front-end/views/view-control/view-grid/view-control-grid.hbs
浏览文件 @
7a23c38d
{{
name
}}
:{
{{
ctrl
.
name
}}
:{
action:{
loadAction: '
{{
ctrl
.
getPSControlAction
.
psAppDEMethod
.
codeName
}}
',
removeAction: '
{{
ctrl
.
removePSControlAction
.
psAppDEMethod
.
codeName
}}
',
...
...
modules/ibizlab-generator-core/src/main/resources/templ/r7/@macro/front-end/views/view-control/view-menu/view-control-menu.hbs
浏览文件 @
7a23c38d
{{
name
}}
:{
{{
ctrl
.
name
}}
:{
loadAction: '
{{
ctrl
.
getPSControlAction
.
psAppDEMethod
.
codeName
}}
'
}
\ No newline at end of file
modules/ibizlab-generator-core/src/main/resources/templ/r7/@macro/front-end/views/view-control/view-pickup-panel/view-pickup-panel.hbs
浏览文件 @
7a23c38d
{{
name
}}
:{
{{
ctrl
.
name
}}
:{
action:{
loadAction: '
{{
ctrl
.
getPSControlAction
.
psAppDEMethod
.
codeName
}}
',
removeAction: '
{{
ctrl
.
removePSControlAction
.
psAppDEMethod
.
codeName
}}
',
...
...
modules/ibizlab-generator-core/src/main/resources/templ/r7/@macro/front-end/views/view-control/view-search-form/view-control-search-form.hbs
浏览文件 @
7a23c38d
{{
camelCase
name
}}
:{
{{
camelCase
ctrl
.
name
}}
:{
action:{
{{#
each
ctrl
.
psControlHandler
.
psHandlerActions
as
|
action
|
}}
{{#
eq
action
.
name
'search'
}}
...
...
modules/ibizlab-generator-core/src/main/resources/templ/r7/@macro/front-end/views/view-control/view-tree/view-control-tree.hbs
浏览文件 @
7a23c38d
{{
name
}}
: {
{{
ctrl
.
name
}}
: {
action:{
loadAction: '
{{
ctrl
.
getPSControlAction
.
psAppDEMethod
.
codeName
}}
',
removeAction: '
{{
ctrl
.
removePSControlAction
.
psAppDEMethod
.
codeName
}}
',
...
...
modules/ibizlab-generator-core/src/main/resources/templ/r7/app_{{apps}}/src/app/config/app-code-list-config.ts.hbs
浏览文件 @
7a23c38d
...
...
@@ -7,9 +7,9 @@ export const AppCodeListConfig:IParam = {
'codeName': '
{{
appCodeList
.
codeName
}}
',
'codeListTag': '
{{
appCodeList
.
codeListTag
}}
',
'codeListType': '
{{
appCodeList
.
codeListType
}}
',
'isEnableCache':
{{
appCodeList
.
isE
nableCache
}}
,
'isEnableCache':
{{
appCodeList
.
e
nableCache
}}
,
'cacheTimeout':
{{
appCodeList
.
cacheTimeout
}}
,
{{
~#
if
appCodeList
.
minorSortDir
}}
'minorSortDir': '
{{
appCodeList
.
getM
inorSortDir
}}
',
{{/
if
~
}}
{{
~#
if
appCodeList
.
minorSortDir
}}
'minorSortDir': '
{{
appCodeList
.
m
inorSortDir
}}
',
{{/
if
~
}}
{{
~#
if
appCodeList
.
minorSortPSAppDEField
}}
'minorSortPSAppDEField': '
{{
lowerCase
appCodeList
.
minorSortPSAppDEField
.
codeName
}}
',
{{/
if
~
}}
{{
~#
if
appCodeList
.
predefinedType
}}
'predefinedType': '
{{
appCodeList
.
predefinedType
}}
',
{{/
if
~
}}
{{
~#
if
appCodeList
.
psAppDataEntity
}}
'appDataEntity': '
{{
appCodeList
.
psAppDataEntity
.
codeName
}}
',
{{/
if
~
}}
...
...
@@ -24,7 +24,7 @@ export const AppCodeListConfig:IParam = {
{{#if
appCodeList
.
psCodeItems
}}
'items':[
{{#
each
appCodeList
.
psCodeItems
as
|
codeItem
|
}}
{'value':
{{#if
appCodeList
.
isCodeItemValueNumber
}}{{
codeItem
.
getValue
}}{{else}}
'
{{
codeItem
.
getValue
}}
'
{{/if}}
, 'text': '
{{
codeItem
.
getT
ext
}}
','codeName': '
{{
codeItem
.
codeName
}}
' }
{{#
unless
@last
}}
,
{{/
unless
}}
{'value':
{{#if
appCodeList
.
codeItemValueNumber
}}{{
codeItem
.
value
}}{{else}}
'
{{
codeItem
.
value
}}
'
{{/if}}
, 'text': '
{{
codeItem
.
t
ext
}}
','codeName': '
{{
codeItem
.
codeName
}}
' }
{{#
unless
@last
}}
,
{{/
unless
}}
{{/
each
}}
]
{{/if}}
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录