Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
ibizlab-generator
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
ibiz4jteam
ibizlab-generator
提交
9cba1e72
提交
9cba1e72
编写于
2月 08, 2022
作者:
Mosher
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update:修改is前缀
上级
17803c4c
变更
5
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
9 行增加
和
9 行删除
+9
-9
navparam.hbs
...n/resources/templ/r7/@macro/front-end/common/navparam.hbs
+1
-1
checkbox.hbs
.../resources/templ/r7/@macro/front-end/editors/checkbox.hbs
+2
-2
code.hbs
...main/resources/templ/r7/@macro/front-end/editors/code.hbs
+2
-2
switch.hbs
...in/resources/templ/r7/@macro/front-end/editors/switch.hbs
+3
-3
service-remote-method.hbs
...empl/r7/@macro/front-end/entity/service-remote-method.hbs
+1
-1
未找到文件。
modules/ibizlab-generator-core/src/main/resources/templ/r7/@macro/front-end/common/navparam.hbs
浏览文件 @
9cba1e72
{
{{#
appNavParams
}}
'
{{
lowerCase
getKey
}}
':
{{#if
(
eq
isRawValue
true
)
}}
'
{{
lowerCase
getValue
}}
'
{{else}}
'%
{{
lowerCase
getValue
}}
%'
{{/if}}{{#
unless
@last
}}
,
{{/
unless
}}{{/
appNavParams
}}
}
\ No newline at end of file
{
{{#
appNavParams
}}
'
{{
lowerCase
key
}}
':
{{#if
(
eq
rawValue
true
)
}}
'
{{
lowerCase
value
}}
'
{{else}}
'%
{{
lowerCase
value
}}
%'
{{/if}}{{#
unless
@last
}}
,
{{/
unless
}}{{/
appNavParams
}}
}
\ No newline at end of file
modules/ibizlab-generator-core/src/main/resources/templ/r7/@macro/front-end/editors/checkbox.hbs
浏览文件 @
9cba1e72
...
...
@@ -3,8 +3,8 @@
{{#
eq
ctrlType
'form'
}}
:disabled=
"state.detailsModel.
{{
item
.
codeName
}}
.disabled"
{{/
eq
}}
{{#if
item
.
psEditor
.
isR
eadOnly
}}
:readonly=
"
{{
item
.
psEditor
.
isR
eadOnly
}}
"
{{#if
item
.
psEditor
.
r
eadOnly
}}
:readonly=
"
{{
item
.
psEditor
.
r
eadOnly
}}
"
{{/if}}
{{#if
(
or
(
eq
ctrlType
'form'
)
(
eq
ctrlType
'panel'
))
}}
:value=
"state.data.
{{
item
.
psEditor
.
name
}}
"
...
...
modules/ibizlab-generator-core/src/main/resources/templ/r7/@macro/front-end/editors/code.hbs
浏览文件 @
9cba1e72
...
...
@@ -3,8 +3,8 @@
{{#
eq
ctrlType
'form'
}}
:disabled=
"state.detailsModel.
{{
item
.
codeName
}}
.disabled"
{{/
eq
}}
{{#if
item
.
psEditor
.
isR
eadOnly
}}
:readonly=
"
{{
item
.
psEditor
.
isR
eadOnly
}}
"
{{#if
item
.
psEditor
.
r
eadOnly
}}
:readonly=
"
{{
item
.
psEditor
.
r
eadOnly
}}
"
{{/if}}
{{#if
(
or
(
eq
ctrlType
'form'
)
(
eq
ctrlType
'panel'
))
}}
:value=
"state.data.
{{
item
.
psEditor
.
name
}}
"
...
...
modules/ibizlab-generator-core/src/main/resources/templ/r7/@macro/front-end/editors/switch.hbs
浏览文件 @
9cba1e72
...
...
@@ -3,10 +3,10 @@
{{#
eq
ctrlType
'form'
}}
:disabled=
"state.detailsModel.
{{
item
.
codeName
}}
.disabled"
{{/
eq
}}
{{#if
item
.
psEditor
.
isR
eadOnly
}}
:readonly=
"
{{
item
.
psEditor
.
isR
eadOnly
}}
"
{{#if
item
.
psEditor
.
r
eadOnly
}}
:readonly=
"
{{
item
.
psEditor
.
r
eadOnly
}}
"
{{/if}}
{{#if
item
.
psEditor
.
editorParams
.
size
}}
{{#if
(
and
item
.
psEditor
.
editorParams
item
.
psEditor
.
editorParams
.
size
)
}}
size=
"
{{
item
.
psEditor
.
editorParams
.
size
}}
"
{{/if}}
{{#if
(
or
(
eq
ctrlType
'form'
)
(
eq
ctrlType
'panel'
))
}}
...
...
modules/ibizlab-generator-core/src/main/resources/templ/r7/@macro/front-end/entity/service-remote-method.hbs
浏览文件 @
9cba1e72
...
...
@@ -8,7 +8,7 @@
*/
public async
{{
singleAppMethod
.
codeName
}}
(context: IContext = {}, data: IParam = {}): Promise
<any>
{
{{! 方法路径是否带资源主键 }}
const deResPath = this.buildDeResPath(context,
{{
singleAppMethod
.
psDEServiceAPIMethod
.
isN
eedResourceKey
}}
);
const deResPath = this.buildDeResPath(context,
{{
singleAppMethod
.
psDEServiceAPIMethod
.
n
eedResourceKey
}}
);
{{#if
(
eq
singleAppMethod
.
methodType
"SELECT"
)
}}
{{! 方法类型为SELECT }}
{{#if
(
or
(
eq
singleAppMethod
.
psDEServiceAPIMethod
.
requestMethod
"PUT"
)
(
eq
singleAppMethod
.
psDEServiceAPIMethod
.
requestMethod
"POST"
)
)
}}
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录