Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
ibizlab-generator
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
ibiz4jteam
ibizlab-generator
提交
98fefceb
提交
98fefceb
编写于
2月 08, 2022
作者:
sq3536
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改部分 get前缀
上级
a1af18f0
变更
6
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
8 行增加
和
8 行删除
+8
-8
span.hbs
...main/resources/templ/r7/@macro/front-end/editors/span.hbs
+2
-2
view-base-config.hbs
...rces/templ/r7/@macro/front-end/views/view-base-config.hbs
+1
-1
index.ts.hbs
...n/resources/templ/r7/app_{{apps}}/src/router/index.ts.hbs
+2
-2
{{ctrls@TREEEXPBAR}}-tree-exp-bar.vue.hbs
...}}-tree-exp-bar/{{ctrls@TREEEXPBAR}}-tree-exp-bar.vue.hbs
+1
-1
I{{entities@SQL}}Service.java.hbs
...ore/{{modules}}/service/I{{entities@SQL}}Service.java.hbs
+1
-1
%SYS%.json.hbs
...ectName}}-core/src/main/resources/sysmodel/%SYS%.json.hbs
+1
-1
未找到文件。
modules/ibizlab-generator-core/src/main/resources/templ/r7/@macro/front-end/editors/span.hbs
浏览文件 @
98fefceb
...
...
@@ -7,8 +7,8 @@
codeListTag=
"
{{
item
.
psEditor
.
psAppCodeList
.
codeListTag
}}
"
codeListType=
"
{{
item
.
psEditor
.
psAppCodeList
.
codeListType
}}
"
{{/if}}
{{#if
item
.
getD
ataType
}}
dataType=
"
{{
item
.
getD
ataType
}}
"
{{#if
item
.
d
ataType
}}
dataType=
"
{{
item
.
d
ataType
}}
"
{{/if}}
{{#if
item
.
psEditor
.
editorParams
.
unitName
}}
unitName=
"
{{
item
.
psEditor
.
editorParams
.
unitName
}}
"
...
...
modules/ibizlab-generator-core/src/main/resources/templ/r7/@macro/front-end/views/view-base-config.hbs
浏览文件 @
98fefceb
...
...
@@ -16,7 +16,7 @@
keyPSDEField: '
{{
lowerCase
page
.
appEntity
.
codeName
}}
',
isLoadDefault:
{{#if
(
or
page
.
loadDefault
(
eq
page
.
loadDefault
false
))
}}{{
page
.
loadDefault
}}{{else}}
true
{{/if}}
,
appViewNavContexts:
{{>
@macro
/
front-end
/
common
/
navparam
.
hbs
appNavParams
=
page
.
psAppViewNavContexts
}}
,
appViewNavParams:
{{>
@macro
/
front-end
/
common
/
navparam
.
hbs
appNavParams
=
page
.
getPS
AppViewNavParams
}}
,
appViewNavParams:
{{>
@macro
/
front-end
/
common
/
navparam
.
hbs
appNavParams
=
page
.
ps
AppViewNavParams
}}
,
{{!-- 快速分组代码表 --}}
enableQuickGroup:
{{#if
page
.
enableQuickGroup
}}
true
{{else}}
false
{{/if}}
,
{{#if
page
.
quickGroupPSCodeList
}}
...
...
modules/ibizlab-generator-core/src/main/resources/templ/r7/app_{{apps}}/src/router/index.ts.hbs
浏览文件 @
98fefceb
...
...
@@ -17,7 +17,7 @@ const routes = [
{{#
each
app
.
appEntityResources
as
|
appEntityResource
|
}}
{{#if
appEntityResource
.
appDataEntity
.
allPSAppViews
}}
{{#
each
appEntityResource
.
appDataEntity
.
allPSAppViews
as
|
appView
|
}}
{{#if
(
eq
appView
.
getR
efFlag
true
)
}}
{{#if
(
eq
appView
.
r
efFlag
true
)
}}
{{#if
(
or
(
eq
appView
.
viewType
'DEEDITVIEW'
)
(
eq
appView
.
viewType
'DEGRIDVIEW'
)
...
...
@@ -39,7 +39,7 @@ const routes = [
{{/
each
}}
{{#
each
app
.
allPSAppViews
as
|
appView
|
}}
{{!-- 临时只支持首页视图、应用看板视图 --}}
{{#if
(
or
(
eq
appView
.
getV
iewType
'APPINDEXVIEW'
)
(
eq
appView
.
viewType
'APPPORTALVIEW'
))
}}
{{#if
(
or
(
eq
appView
.
v
iewType
'APPINDEXVIEW'
)
(
eq
appView
.
viewType
'APPPORTALVIEW'
))
}}
{{#
unless
(
or
appView
.
psAppDataEntity
appView
.
defaultPage
)
}}
{
path: "views/
{{
lowerCase
appView
.
codeName
}}
",
...
...
modules/ibizlab-generator-core/src/main/resources/templ/r7/app_{{apps}}/src/widgets/{{appEntities}}/{{ctrls@TREEEXPBAR}}-tree-exp-bar/{{ctrls@TREEEXPBAR}}-tree-exp-bar.vue.hbs
浏览文件 @
98fefceb
...
...
@@ -7,7 +7,7 @@ import { ctrlState } from './{{spinalCase ctrl.codeName}}-tree-exp-bar-state';
import
{
{{
codeName
}}
Tree
}
from
'@widgets/
{{
spinalCase
appEntity
.
codeName
}}
/
{{
spinalCase
codeName
}}
-tree'
;
{{/
eq
}}
{{/
ctrl
.
ctrls
}}
{{#
each
ctrl
.
getA
ppViewRefs
as
|
viewRef
|
}}
{{#
each
ctrl
.
a
ppViewRefs
as
|
viewRef
|
}}
{{#if
viewRef
.
refPSAppView
}}
import
{{
viewRef
.
refPSAppView
.
name
}}
from
'@views/
{{
spinalCase
viewRef
.
refPSAppView
.
psAppModule
.
codeName
}}
/
{{
spinalCase
viewRef
.
refPSAppView
.
codeName
}}
'
;
{{/if}}
...
...
modules/ibizlab-generator-core/src/main/resources/templ/r7/{{projectName}}-core/src/main/java/{{packageName}}/core/{{modules}}/service/I{{entities@SQL}}Service.java.hbs
浏览文件 @
98fefceb
...
...
@@ -71,7 +71,7 @@ public interface I{{entity.codeName}}Service extends IService<{{entity.codeName}
{{#
each
entity
.
extActions
}}
{{
entity
.
codeName
}}
{{
camelCase
codeName
}}
(
{{
entity
.
codeName
}}
et);
{{#if
getA
ction
}}
{{#if
a
ction
}}
default
{{
entity
.
codeName
}}
{{
camelCase
codeName
}}
(
{{
entity
.
keyField
.
type
.
java
}}
key) {
return
{{
camelCase
codeName
}}
(new
{{
entity
.
codeName
}}
().set
{{
pascalCase
entity
.
keyField
.
codeName
}}
(key));
}
...
...
modules/ibizlab-generator-core/src/main/resources/templ/r7/{{projectName}}-core/src/main/resources/sysmodel/%SYS%.json.hbs
浏览文件 @
98fefceb
...
...
@@ -33,7 +33,7 @@ TARGET=PSSYSTEM
"ref_de":"${defield.getRelatedPSDEField().getPSDataEntity().name}",
"ref_field_name":"${defield.getRelatedPSDEField().name}",
</
#
if>
<
#
if
(((
defield
.
getDataType
())!'')=='
PICKUP
'
||
((
defield
.
getDataType
())!'')=='
PICKUPDATA
'
||
((
defield
.
getD
ataType
())!'')=='
PICKUPTEXT
'
)
&&
defield
.
getPSDER1N
()??
>
<
#
if
(((
defield
.
dataType
())!'')=='
PICKUP
'
||
((
defield
.
dataType
())!'')=='
PICKUPDATA
'
||
((
defield
.
d
ataType
())!'')=='
PICKUPTEXT
'
)
&&
defield
.
getPSDER1N
()??
>
"relation_name":"${defield.getPSDER1N().getName()}",
"relation_codename":"${defield.getPSDER1N().getCodeName()}",
</
#
if>
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录