Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
c52a1414
提交
c52a1414
编写于
5月 20, 2025
作者:
zhangpingchuan
浏览文件
操作
浏览文件
下载
差异文件
feat: 合并主干到苏研样式分支
上级
688a5500
f0a2e554
变更
20
展开全部
显示空白字符变更
内嵌
并排
正在显示
20 个修改的文件
包含
4362 行增加
和
1015 行删除
+4362
-1015
attach-environment-config.ts
app_Web/src/attach-environment-config.ts
+1
-1
Phone.json
...izlab/trainsys/PSMODULES/common/PSDATAENTITIES/Phone.json
+126
-0
Testcontains.json
...common/PSDATAENTITIES/Phone/PSDEACTIONS/Testcontains.json
+26
-0
testcontains.json
.../common/PSDATAENTITIES/Phone/PSDELOGICS/testcontains.json
+85
-0
test11.json
...ULES/common/PSDATAENTITIES/Phone/PSDEMSLOGICS/test11.json
+6
-0
Phone.json
...izlab/trainsys/PSSYSAPPS/Mob/PSAPPDATAENTITIES/Phone.json
+145
-0
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSSYSAPP.json
+145
-0
Phone.json
...ys/PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json
+145
-0
PSSYSAPP.json
.../ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
+145
-0
TestEditorGrid.json
...PS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/TestEditorGrid.json
+5
-5
Phone.json
...izlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json
+236
-0
Usr05194830EditView_Form.json
...PDATAENTITIES/Phone/PSFORMS/Usr05194830EditView_Form.json
+454
-0
TESTGRIDUsr12216129TestCustomView.json
...S/Web/PSAPPDEVIEWS/TESTGRIDUsr12216129TestCustomView.json
+316
-261
bookUsr2GridView.json
...trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr2GridView.json
+5
-5
phonePhoneGridView.json
...ainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/phonePhoneGridView.json
+914
-743
phoneTestEditView.json
...rainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/phoneTestEditView.json
+15
-0
phoneUsr05194830EditView.json
.../PSSYSAPPS/Web/PSAPPDEVIEWS/phoneUsr05194830EditView.json
+640
-0
AppIndex.json
...zlab/trainsys/PSSYSAPPS/Web/PSAPPINDEXVIEWS/AppIndex.json
+19
-0
AppIndex.json
...n/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPMENUS/AppIndex.json
+10
-0
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+924
-0
未找到文件。
app_Web/src/attach-environment-config.ts
浏览文件 @
c52a1414
...
@@ -14,7 +14,7 @@ export async function attachEnvironmentConfig(): Promise<void> {
...
@@ -14,7 +14,7 @@ export async function attachEnvironmentConfig(): Promise<void> {
const
key2
=
envMap
.
has
(
key
)
?
envMap
.
get
(
key
)
!
:
key
;
const
key2
=
envMap
.
has
(
key
)
?
envMap
.
get
(
key
)
!
:
key
;
if
(
env
[
key2
])
{
if
(
env
[
key2
])
{
// eslint-disable-next-line @typescript-eslint/no-explicit-any
// eslint-disable-next-line @typescript-eslint/no-explicit-any
(
ibiz
.
env
as
any
)[
key
]
=
env
[
key2
]
;
(
ibiz
.
env
as
any
)[
key
]
=
ibiz
.
util
.
rawValue
.
format
(
env
[
key2
])
;
}
}
});
});
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Phone.json
浏览文件 @
c52a1414
...
@@ -247,6 +247,31 @@
...
@@ -247,6 +247,31 @@
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDELOGICS/PhoneNumber.json"
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDELOGICS/PhoneNumber.json"
},
},
"enableBackend"
:
false
"enableBackend"
:
false
},
{
"actionHolder"
:
2
,
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"DELOGIC"
,
"codeName"
:
"Testcontains"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Testcontains.json"
,
"logicName"
:
"测试包含操作"
,
"name"
:
"testcontains"
,
"getPSDEActionInput"
:
{
"name"
:
"TestcontainsInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"PhoneDTO"
},
"type"
:
"DTO"
},
"getPSDEActionReturn"
:
{
"name"
:
"TestcontainsResult"
,
"type"
:
"VOID"
},
"getPSDELogic"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDELOGICS/testcontains.json"
},
"enableBackend"
:
false
},
{
},
{
"actionHolder"
:
1
,
"actionHolder"
:
1
,
"actionMode"
:
"CUSTOM"
,
"actionMode"
:
"CUSTOM"
,
...
@@ -3685,6 +3710,90 @@
...
@@ -3685,6 +3710,90 @@
},
},
"enableBackend"
:
true
,
"enableBackend"
:
true
,
"enableFront"
:
false
"enableFront"
:
false
},
{
"codeName"
:
"testcontains"
,
"defaultParamName"
:
"Default"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDELOGICS/testcontains.json"
,
"logicName"
:
"测试包含操作"
,
"name"
:
"测试包含操作"
,
"getPSDELogicNodes"
:
[
{
"codeName"
:
"Begin"
,
"leftPos"
:
200
,
"logicNodeType"
:
"BEGIN"
,
"name"
:
"开始"
,
"getPSDELogicLinks"
:
[
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"PREPAREPARAM1"
},
"name"
:
"连接名称"
,
"getPSDELogicLinkGroupCond"
:
{
"groupOP"
:
"AND"
,
"logicType"
:
"GROUP"
,
"name"
:
"连接条件组"
,
"getPSDELogicLinkConds"
:
[
{
"condOP"
:
"CONTAINS"
,
"dstFieldName"
:
"MONEY"
,
"getDstLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"logicType"
:
"SINGLE"
,
"name"
:
"Default[MONEY] 包含属性(Contains)"
,
"getSrcLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
}
}
]
},
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Begin"
}
}
],
"topPos"
:
200
,
"parallelOutput"
:
true
},
{
"codeName"
:
"PREPAREPARAM1"
,
"leftPos"
:
360
,
"logicNodeType"
:
"PREPAREPARAM"
,
"name"
:
"准备参数"
,
"getPSDELogicLinks"
:
[
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"END1"
},
"name"
:
"连接名称"
,
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"PREPAREPARAM1"
}
}
],
"topPos"
:
240
},
{
"codeName"
:
"END1"
,
"leftPos"
:
590
,
"logicNodeType"
:
"END"
,
"name"
:
"结束"
,
"topPos"
:
260
}
],
"getPSDELogicParams"
:
[
{
"codeName"
:
"Default"
,
"logicName"
:
"传入变量"
,
"name"
:
"传入变量"
,
"getParamPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone.json"
},
"default"
:
true
,
"entityParam"
:
true
}
],
"getStartPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Begin"
},
"enableBackend"
:
false
,
"enableFront"
:
true
},
{
},
{
"codeName"
:
"xxxA"
,
"codeName"
:
"xxxA"
,
"debugMode"
:
1
,
"debugMode"
:
1
,
...
@@ -3951,6 +4060,10 @@
...
@@ -3951,6 +4060,10 @@
"enableBackend"
:
true
,
"enableBackend"
:
true
,
"enableFront"
:
false
"enableFront"
:
false
}
],
}
],
"getAllPSDEMSLogics"
:
[
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDEMSLOGICS/test11.json"
}
],
"getAllPSDEMethodDTOs"
:
[
{
"getAllPSDEMethodDTOs"
:
[
{
"name"
:
"PhoneDTO"
,
"name"
:
"PhoneDTO"
,
"getPSDEMethodDTOFields"
:
[
{
"getPSDEMethodDTOFields"
:
[
{
...
@@ -5052,6 +5165,12 @@
...
@@ -5052,6 +5165,12 @@
"name"
:
"视图消息卡片导航视图"
,
"name"
:
"视图消息卡片导航视图"
,
"realModelSubType"
:
"DEDATAVIEWEXPVIEW"
,
"realModelSubType"
:
"DEDATAVIEWEXPVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"Usr05194830EditView"
,
"logicName"
:
"测试contains"
,
"name"
:
"测试contains"
,
"realModelSubType"
:
"DEEDITVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
},
{
"codeName"
:
"Usr04106184OptionView"
,
"codeName"
:
"Usr04106184OptionView"
,
"logicName"
:
"视图消息选项操作视图"
,
"logicName"
:
"视图消息选项操作视图"
,
...
@@ -5119,6 +5238,13 @@
...
@@ -5119,6 +5238,13 @@
"name"
:
"ai测试编辑视图_表单"
,
"name"
:
"ai测试编辑视图_表单"
,
"realModelSubType"
:
"EDITFORM"
,
"realModelSubType"
:
"EDITFORM"
,
"realModelType"
:
"PSDEFORM"
"realModelType"
:
"PSDEFORM"
},
{
"codeName"
:
"Usr05194830EditView_Form"
,
"logicName"
:
"测试contains_表单"
,
"modelTag2"
:
"0"
,
"name"
:
"测试contains_表单"
,
"realModelSubType"
:
"EDITFORM"
,
"realModelType"
:
"PSDEFORM"
},
{
},
{
"codeName"
:
"TestEditView_Form"
,
"codeName"
:
"TestEditView_Form"
,
"logicName"
:
"测试模型_表单"
,
"logicName"
:
"测试模型_表单"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Testcontains.json
0 → 100644
浏览文件 @
c52a1414
{
"actionHolder"
:
2
,
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"DELOGIC"
,
"codeName"
:
"Testcontains"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Testcontains.json"
,
"logicName"
:
"测试包含操作"
,
"name"
:
"testcontains"
,
"getPSDEActionInput"
:
{
"name"
:
"TestcontainsInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"PhoneDTO"
},
"type"
:
"DTO"
},
"getPSDEActionReturn"
:
{
"name"
:
"TestcontainsResult"
,
"type"
:
"VOID"
},
"getPSDELogic"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDELOGICS/testcontains.json"
},
"enableBackend"
:
false
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Phone/PSDELOGICS/testcontains.json
0 → 100644
浏览文件 @
c52a1414
{
"codeName"
:
"testcontains"
,
"defaultParamName"
:
"Default"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDELOGICS/testcontains.json"
,
"logicName"
:
"测试包含操作"
,
"name"
:
"测试包含操作"
,
"getPSDELogicNodes"
:
[
{
"codeName"
:
"Begin"
,
"leftPos"
:
200
,
"logicNodeType"
:
"BEGIN"
,
"name"
:
"开始"
,
"getPSDELogicLinks"
:
[
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"PREPAREPARAM1"
},
"name"
:
"连接名称"
,
"getPSDELogicLinkGroupCond"
:
{
"groupOP"
:
"AND"
,
"logicType"
:
"GROUP"
,
"name"
:
"连接条件组"
,
"getPSDELogicLinkConds"
:
[
{
"condOP"
:
"CONTAINS"
,
"dstFieldName"
:
"MONEY"
,
"getDstLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"logicType"
:
"SINGLE"
,
"name"
:
"Default[MONEY] 包含属性(Contains)"
,
"getSrcLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
}
}
]
},
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Begin"
}
}
],
"topPos"
:
200
,
"parallelOutput"
:
true
},
{
"codeName"
:
"PREPAREPARAM1"
,
"leftPos"
:
360
,
"logicNodeType"
:
"PREPAREPARAM"
,
"name"
:
"准备参数"
,
"getPSDELogicLinks"
:
[
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"END1"
},
"name"
:
"连接名称"
,
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"PREPAREPARAM1"
}
}
],
"topPos"
:
240
},
{
"codeName"
:
"END1"
,
"leftPos"
:
590
,
"logicNodeType"
:
"END"
,
"name"
:
"结束"
,
"topPos"
:
260
}
],
"getPSDELogicParams"
:
[
{
"codeName"
:
"Default"
,
"logicName"
:
"传入变量"
,
"name"
:
"传入变量"
,
"getParamPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone.json"
},
"default"
:
true
,
"entityParam"
:
true
}
],
"getStartPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Begin"
},
"enableBackend"
:
false
,
"enableFront"
:
true
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Phone/PSDEMSLOGICS/test11.json
0 → 100644
浏览文件 @
c52a1414
{
"codeName"
:
"test11"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDEMSLOGICS/test11.json"
,
"logicName"
:
"test11"
,
"name"
:
"test11"
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSAPPDATAENTITIES/Phone.json
浏览文件 @
c52a1414
...
@@ -271,6 +271,35 @@
...
@@ -271,6 +271,35 @@
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json"
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json"
},
},
"builtinMethod"
:
false
"builtinMethod"
:
false
},
{
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"DELOGIC"
,
"codeName"
:
"Testcontains"
,
"methodType"
:
"DEACTION"
,
"name"
:
"testcontains"
,
"getPSAppDELogic"
:
{
"modelref"
:
true
,
"id"
:
"testcontains"
},
"getPSAppDEMethodInput"
:
{
"codeName"
:
"TestcontainsInput"
,
"name"
:
"TestcontainsInput"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"PhoneDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"codeName"
:
"TestcontainsResult"
,
"name"
:
"TestcontainsResult"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Testcontains.json"
},
"builtinMethod"
:
false
},
{
},
{
"actionMode"
:
"UPDATE"
,
"actionMode"
:
"UPDATE"
,
"codeName"
:
"Update"
,
"codeName"
:
"Update"
,
...
@@ -1950,6 +1979,93 @@
...
@@ -1950,6 +1979,93 @@
},
},
"enableBackend"
:
false
,
"enableBackend"
:
false
,
"enableFront"
:
true
"enableFront"
:
true
},
{
"codeName"
:
"testcontains"
,
"defaultParamName"
:
"Default"
,
"logicName"
:
"测试包含操作"
,
"name"
:
"测试包含操作"
,
"getPSDELogicNodes"
:
[
{
"codeName"
:
"Begin"
,
"leftPos"
:
200
,
"logicNodeType"
:
"BEGIN"
,
"name"
:
"开始"
,
"getPSDELogicLinks"
:
[
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"PREPAREPARAM1"
},
"name"
:
"连接名称"
,
"getPSDELogicLinkGroupCond"
:
{
"groupOP"
:
"AND"
,
"logicType"
:
"GROUP"
,
"name"
:
"连接条件组"
,
"getPSDELogicLinkConds"
:
[
{
"condOP"
:
"CONTAINS"
,
"dstFieldName"
:
"MONEY"
,
"getDstLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"logicType"
:
"SINGLE"
,
"name"
:
"Default[MONEY] 包含属性(Contains)"
,
"getSrcLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
}
}
]
},
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Begin"
}
}
],
"topPos"
:
200
,
"parallelOutput"
:
true
},
{
"codeName"
:
"PREPAREPARAM1"
,
"leftPos"
:
360
,
"logicNodeType"
:
"PREPAREPARAM"
,
"name"
:
"准备参数"
,
"getPSDELogicLinks"
:
[
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"END1"
},
"name"
:
"连接名称"
,
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"PREPAREPARAM1"
}
}
],
"topPos"
:
240
},
{
"codeName"
:
"END1"
,
"leftPos"
:
590
,
"logicNodeType"
:
"END"
,
"name"
:
"结束"
,
"topPos"
:
260
}
],
"getPSDELogicParams"
:
[
{
"codeName"
:
"Default"
,
"logicName"
:
"传入变量"
,
"name"
:
"传入变量"
,
"getParamPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Mob/PSAPPDATAENTITIES/Phone.json"
},
"getParamPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone.json"
},
"default"
:
true
,
"entityParam"
:
true
}
],
"getStartPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Begin"
},
"enableBackend"
:
false
,
"enableFront"
:
true
}
],
}
],
"getAllPSAppDEMethodDTOs"
:
[
{
"getAllPSAppDEMethodDTOs"
:
[
{
"codeName"
:
"PhoneDTO"
,
"codeName"
:
"PhoneDTO"
,
...
@@ -2636,6 +2752,35 @@
...
@@ -2636,6 +2752,35 @@
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json"
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json"
},
},
"builtinMethod"
:
false
"builtinMethod"
:
false
},
{
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"DELOGIC"
,
"codeName"
:
"Testcontains"
,
"methodType"
:
"DEACTION"
,
"name"
:
"testcontains"
,
"getPSAppDELogic"
:
{
"modelref"
:
true
,
"id"
:
"testcontains"
},
"getPSAppDEMethodInput"
:
{
"codeName"
:
"TestcontainsInput"
,
"name"
:
"TestcontainsInput"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"PhoneDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"codeName"
:
"TestcontainsResult"
,
"name"
:
"TestcontainsResult"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Testcontains.json"
},
"builtinMethod"
:
false
},
{
},
{
"actionMode"
:
"UPDATE"
,
"actionMode"
:
"UPDATE"
,
"codeName"
:
"Update"
,
"codeName"
:
"Update"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSSYSAPP.json
浏览文件 @
c52a1414
...
@@ -25766,6 +25766,35 @@
...
@@ -25766,6 +25766,35 @@
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json"
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json"
},
},
"builtinMethod" : false
"builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Testcontains",
"methodType" : "DEACTION",
"name" : "testcontains",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "testcontains"
},
"getPSAppDEMethodInput" : {
"codeName" : "TestcontainsInput",
"name" : "TestcontainsInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "TestcontainsResult",
"name" : "TestcontainsResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Testcontains.json"
},
"builtinMethod" : false
}, {
}, {
"actionMode" : "UPDATE",
"actionMode" : "UPDATE",
"codeName" : "Update",
"codeName" : "Update",
...
@@ -27445,6 +27474,93 @@
...
@@ -27445,6 +27474,93 @@
},
},
"enableBackend" : false,
"enableBackend" : false,
"enableFront" : true
"enableFront" : true
}, {
"codeName" : "testcontains",
"defaultParamName" : "Default",
"logicName" : "测试包含操作",
"name" : "测试包含操作",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
},
"name" : "连接名称",
"getPSDELogicLinkGroupCond" : {
"groupOP" : "AND",
"logicType" : "GROUP",
"name" : "连接条件组",
"getPSDELogicLinkConds" : [ {
"condOP" : "CONTAINS",
"dstFieldName" : "MONEY",
"getDstLogicParam" : {
"modelref" : true,
"id" : "Default"
},
"logicType" : "SINGLE",
"name" : "Default[MONEY] 包含属性(Contains)",
"getSrcLogicParam" : {
"modelref" : true,
"id" : "Default"
}
} ]
},
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "PREPAREPARAM1",
"leftPos" : 360,
"logicNodeType" : "PREPAREPARAM",
"name" : "准备参数",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "END1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
}
} ],
"topPos" : 240
}, {
"codeName" : "END1",
"leftPos" : 590,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 260
} ],
"getPSDELogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"getParamPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/Phone.json"
},
"getParamPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone.json"
},
"default" : true,
"entityParam" : true
} ],
"getStartPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : false,
"enableFront" : true
} ],
} ],
"getAllPSAppDEMethodDTOs" : [ {
"getAllPSAppDEMethodDTOs" : [ {
"codeName" : "PhoneDTO",
"codeName" : "PhoneDTO",
...
@@ -28131,6 +28247,35 @@
...
@@ -28131,6 +28247,35 @@
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json"
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json"
},
},
"builtinMethod" : false
"builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Testcontains",
"methodType" : "DEACTION",
"name" : "testcontains",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "testcontains"
},
"getPSAppDEMethodInput" : {
"codeName" : "TestcontainsInput",
"name" : "TestcontainsInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "TestcontainsResult",
"name" : "TestcontainsResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Testcontains.json"
},
"builtinMethod" : false
}, {
}, {
"actionMode" : "UPDATE",
"actionMode" : "UPDATE",
"codeName" : "Update",
"codeName" : "Update",
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json
浏览文件 @
c52a1414
...
@@ -271,6 +271,35 @@
...
@@ -271,6 +271,35 @@
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json"
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json"
},
},
"builtinMethod"
:
false
"builtinMethod"
:
false
},
{
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"DELOGIC"
,
"codeName"
:
"Testcontains"
,
"methodType"
:
"DEACTION"
,
"name"
:
"testcontains"
,
"getPSAppDELogic"
:
{
"modelref"
:
true
,
"id"
:
"testcontains"
},
"getPSAppDEMethodInput"
:
{
"codeName"
:
"TestcontainsInput"
,
"name"
:
"TestcontainsInput"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"PhoneDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"codeName"
:
"TestcontainsResult"
,
"name"
:
"TestcontainsResult"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Testcontains.json"
},
"builtinMethod"
:
false
},
{
},
{
"actionMode"
:
"UPDATE"
,
"actionMode"
:
"UPDATE"
,
"codeName"
:
"Update"
,
"codeName"
:
"Update"
,
...
@@ -1950,6 +1979,93 @@
...
@@ -1950,6 +1979,93 @@
},
},
"enableBackend"
:
false
,
"enableBackend"
:
false
,
"enableFront"
:
true
"enableFront"
:
true
},
{
"codeName"
:
"testcontains"
,
"defaultParamName"
:
"Default"
,
"logicName"
:
"测试包含操作"
,
"name"
:
"测试包含操作"
,
"getPSDELogicNodes"
:
[
{
"codeName"
:
"Begin"
,
"leftPos"
:
200
,
"logicNodeType"
:
"BEGIN"
,
"name"
:
"开始"
,
"getPSDELogicLinks"
:
[
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"PREPAREPARAM1"
},
"name"
:
"连接名称"
,
"getPSDELogicLinkGroupCond"
:
{
"groupOP"
:
"AND"
,
"logicType"
:
"GROUP"
,
"name"
:
"连接条件组"
,
"getPSDELogicLinkConds"
:
[
{
"condOP"
:
"CONTAINS"
,
"dstFieldName"
:
"MONEY"
,
"getDstLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"logicType"
:
"SINGLE"
,
"name"
:
"Default[MONEY] 包含属性(Contains)"
,
"getSrcLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
}
}
]
},
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Begin"
}
}
],
"topPos"
:
200
,
"parallelOutput"
:
true
},
{
"codeName"
:
"PREPAREPARAM1"
,
"leftPos"
:
360
,
"logicNodeType"
:
"PREPAREPARAM"
,
"name"
:
"准备参数"
,
"getPSDELogicLinks"
:
[
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"END1"
},
"name"
:
"连接名称"
,
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"PREPAREPARAM1"
}
}
],
"topPos"
:
240
},
{
"codeName"
:
"END1"
,
"leftPos"
:
590
,
"logicNodeType"
:
"END"
,
"name"
:
"结束"
,
"topPos"
:
260
}
],
"getPSDELogicParams"
:
[
{
"codeName"
:
"Default"
,
"logicName"
:
"传入变量"
,
"name"
:
"传入变量"
,
"getParamPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
},
"getParamPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone.json"
},
"default"
:
true
,
"entityParam"
:
true
}
],
"getStartPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Begin"
},
"enableBackend"
:
false
,
"enableFront"
:
true
}
],
}
],
"getAllPSAppDEMethodDTOs"
:
[
{
"getAllPSAppDEMethodDTOs"
:
[
{
"codeName"
:
"PhoneDTO"
,
"codeName"
:
"PhoneDTO"
,
...
@@ -2636,6 +2752,35 @@
...
@@ -2636,6 +2752,35 @@
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json"
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json"
},
},
"builtinMethod"
:
false
"builtinMethod"
:
false
},
{
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"DELOGIC"
,
"codeName"
:
"Testcontains"
,
"methodType"
:
"DEACTION"
,
"name"
:
"testcontains"
,
"getPSAppDELogic"
:
{
"modelref"
:
true
,
"id"
:
"testcontains"
},
"getPSAppDEMethodInput"
:
{
"codeName"
:
"TestcontainsInput"
,
"name"
:
"TestcontainsInput"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"PhoneDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"codeName"
:
"TestcontainsResult"
,
"name"
:
"TestcontainsResult"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Testcontains.json"
},
"builtinMethod"
:
false
},
{
},
{
"actionMode"
:
"UPDATE"
,
"actionMode"
:
"UPDATE"
,
"codeName"
:
"Update"
,
"codeName"
:
"Update"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
浏览文件 @
c52a1414
...
@@ -6309,6 +6309,35 @@
...
@@ -6309,6 +6309,35 @@
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json"
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json"
},
},
"builtinMethod"
:
false
"builtinMethod"
:
false
},
{
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"DELOGIC"
,
"codeName"
:
"Testcontains"
,
"methodType"
:
"DEACTION"
,
"name"
:
"testcontains"
,
"getPSAppDELogic"
:
{
"modelref"
:
true
,
"id"
:
"testcontains"
},
"getPSAppDEMethodInput"
:
{
"codeName"
:
"TestcontainsInput"
,
"name"
:
"TestcontainsInput"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"PhoneDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"codeName"
:
"TestcontainsResult"
,
"name"
:
"TestcontainsResult"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Testcontains.json"
},
"builtinMethod"
:
false
},
{
},
{
"actionMode"
:
"UPDATE"
,
"actionMode"
:
"UPDATE"
,
"codeName"
:
"Update"
,
"codeName"
:
"Update"
,
...
@@ -7988,6 +8017,93 @@
...
@@ -7988,6 +8017,93 @@
},
},
"enableBackend"
:
false
,
"enableBackend"
:
false
,
"enableFront"
:
true
"enableFront"
:
true
},
{
"codeName"
:
"testcontains"
,
"defaultParamName"
:
"Default"
,
"logicName"
:
"测试包含操作"
,
"name"
:
"测试包含操作"
,
"getPSDELogicNodes"
:
[
{
"codeName"
:
"Begin"
,
"leftPos"
:
200
,
"logicNodeType"
:
"BEGIN"
,
"name"
:
"开始"
,
"getPSDELogicLinks"
:
[
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"PREPAREPARAM1"
},
"name"
:
"连接名称"
,
"getPSDELogicLinkGroupCond"
:
{
"groupOP"
:
"AND"
,
"logicType"
:
"GROUP"
,
"name"
:
"连接条件组"
,
"getPSDELogicLinkConds"
:
[
{
"condOP"
:
"CONTAINS"
,
"dstFieldName"
:
"MONEY"
,
"getDstLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"logicType"
:
"SINGLE"
,
"name"
:
"Default[MONEY] 包含属性(Contains)"
,
"getSrcLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
}
}
]
},
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Begin"
}
}
],
"topPos"
:
200
,
"parallelOutput"
:
true
},
{
"codeName"
:
"PREPAREPARAM1"
,
"leftPos"
:
360
,
"logicNodeType"
:
"PREPAREPARAM"
,
"name"
:
"准备参数"
,
"getPSDELogicLinks"
:
[
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"END1"
},
"name"
:
"连接名称"
,
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"PREPAREPARAM1"
}
}
],
"topPos"
:
240
},
{
"codeName"
:
"END1"
,
"leftPos"
:
590
,
"logicNodeType"
:
"END"
,
"name"
:
"结束"
,
"topPos"
:
260
}
],
"getPSDELogicParams"
:
[
{
"codeName"
:
"Default"
,
"logicName"
:
"传入变量"
,
"name"
:
"传入变量"
,
"getParamPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
},
"getParamPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone.json"
},
"default"
:
true
,
"entityParam"
:
true
}
],
"getStartPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Begin"
},
"enableBackend"
:
false
,
"enableFront"
:
true
}
],
}
],
"getAllPSAppDEMethodDTOs"
:
[
{
"getAllPSAppDEMethodDTOs"
:
[
{
"codeName"
:
"PhoneDTO"
,
"codeName"
:
"PhoneDTO"
,
...
@@ -8674,6 +8790,35 @@
...
@@ -8674,6 +8790,35 @@
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json"
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json"
},
},
"builtinMethod"
:
false
"builtinMethod"
:
false
},
{
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"DELOGIC"
,
"codeName"
:
"Testcontains"
,
"methodType"
:
"DEACTION"
,
"name"
:
"testcontains"
,
"getPSAppDELogic"
:
{
"modelref"
:
true
,
"id"
:
"testcontains"
},
"getPSAppDEMethodInput"
:
{
"codeName"
:
"TestcontainsInput"
,
"name"
:
"TestcontainsInput"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"PhoneDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"codeName"
:
"TestcontainsResult"
,
"name"
:
"TestcontainsResult"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Testcontains.json"
},
"builtinMethod"
:
false
},
{
},
{
"actionMode"
:
"UPDATE"
,
"actionMode"
:
"UPDATE"
,
"codeName"
:
"Update"
,
"codeName"
:
"Update"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/TestEditorGrid.json
浏览文件 @
c52a1414
...
@@ -317,7 +317,7 @@
...
@@ -317,7 +317,7 @@
"attrValue"
:
"'YYYY-MM'"
,
"attrValue"
:
"'YYYY-MM'"
,
"name"
:
"logic_valueformat_valueformat"
"name"
:
"logic_valueformat_valueformat"
}
],
}
],
"valueFormat"
:
"YYYY-MM
-DD
"
,
"valueFormat"
:
"YYYY-MM"
,
"width"
:
150
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"widthUnit"
:
"PX"
,
"enableRowEdit"
:
true
,
"enableRowEdit"
:
true
,
...
@@ -696,7 +696,7 @@
...
@@ -696,7 +696,7 @@
"codeName"
:
"Field4"
"codeName"
:
"Field4"
}
}
},
{
},
{
"format"
:
"YYYY-MM
-DD
"
,
"format"
:
"YYYY-MM"
,
"dataType"
:
5
,
"dataType"
:
5
,
"name"
:
"date"
,
"name"
:
"date"
,
"getPSAppDEField"
:
{
"getPSAppDEField"
:
{
...
@@ -1094,11 +1094,11 @@
...
@@ -1094,11 +1094,11 @@
"codeName"
:
"Date"
"codeName"
:
"Date"
},
},
"getPSEditor"
:
{
"getPSEditor"
:
{
"dateTimeFormat"
:
"YYYY-MM-DD"
,
"dateTimeFormat"
:
"YYYY-MM-DD
HH:mm:ss
"
,
"editorParams"
:
{
"editorParams"
:
{
"TIMEFMT"
:
"YYYY-MM-DD"
"TIMEFMT"
:
"YYYY-MM-DD
HH:mm:ss
"
},
},
"editorType"
:
"DATEPICKER
EX_NOTIME
"
,
"editorType"
:
"DATEPICKER"
,
"name"
:
"date"
"name"
:
"date"
},
},
"allowEmpty"
:
true
"allowEmpty"
:
true
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json
浏览文件 @
c52a1414
...
@@ -325,6 +325,35 @@
...
@@ -325,6 +325,35 @@
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json"
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json"
},
},
"builtinMethod"
:
false
"builtinMethod"
:
false
},
{
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"DELOGIC"
,
"codeName"
:
"Testcontains"
,
"methodType"
:
"DEACTION"
,
"name"
:
"testcontains"
,
"getPSAppDELogic"
:
{
"modelref"
:
true
,
"id"
:
"testcontains"
},
"getPSAppDEMethodInput"
:
{
"codeName"
:
"TestcontainsInput"
,
"name"
:
"TestcontainsInput"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"PhoneDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"codeName"
:
"TestcontainsResult"
,
"name"
:
"TestcontainsResult"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Testcontains.json"
},
"builtinMethod"
:
false
},
{
},
{
"actionMode"
:
"UPDATE"
,
"actionMode"
:
"UPDATE"
,
"codeName"
:
"Update"
,
"codeName"
:
"Update"
,
...
@@ -2004,6 +2033,93 @@
...
@@ -2004,6 +2033,93 @@
},
},
"enableBackend"
:
false
,
"enableBackend"
:
false
,
"enableFront"
:
true
"enableFront"
:
true
},
{
"codeName"
:
"testcontains"
,
"defaultParamName"
:
"Default"
,
"logicName"
:
"测试包含操作"
,
"name"
:
"测试包含操作"
,
"getPSDELogicNodes"
:
[
{
"codeName"
:
"Begin"
,
"leftPos"
:
200
,
"logicNodeType"
:
"BEGIN"
,
"name"
:
"开始"
,
"getPSDELogicLinks"
:
[
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"PREPAREPARAM1"
},
"name"
:
"连接名称"
,
"getPSDELogicLinkGroupCond"
:
{
"groupOP"
:
"AND"
,
"logicType"
:
"GROUP"
,
"name"
:
"连接条件组"
,
"getPSDELogicLinkConds"
:
[
{
"condOP"
:
"CONTAINS"
,
"dstFieldName"
:
"MONEY"
,
"getDstLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"logicType"
:
"SINGLE"
,
"name"
:
"Default[MONEY] 包含属性(Contains)"
,
"getSrcLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
}
}
]
},
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Begin"
}
}
],
"topPos"
:
200
,
"parallelOutput"
:
true
},
{
"codeName"
:
"PREPAREPARAM1"
,
"leftPos"
:
360
,
"logicNodeType"
:
"PREPAREPARAM"
,
"name"
:
"准备参数"
,
"getPSDELogicLinks"
:
[
{
"getDstPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"END1"
},
"name"
:
"连接名称"
,
"getSrcPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"PREPAREPARAM1"
}
}
],
"topPos"
:
240
},
{
"codeName"
:
"END1"
,
"leftPos"
:
590
,
"logicNodeType"
:
"END"
,
"name"
:
"结束"
,
"topPos"
:
260
}
],
"getPSDELogicParams"
:
[
{
"codeName"
:
"Default"
,
"logicName"
:
"传入变量"
,
"name"
:
"传入变量"
,
"getParamPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getParamPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone.json"
},
"default"
:
true
,
"entityParam"
:
true
}
],
"getStartPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Begin"
},
"enableBackend"
:
false
,
"enableFront"
:
true
}
],
}
],
"getAllPSAppDEMethodDTOs"
:
[
{
"getAllPSAppDEMethodDTOs"
:
[
{
"codeName"
:
"PhoneDTO"
,
"codeName"
:
"PhoneDTO"
,
...
@@ -2690,6 +2806,35 @@
...
@@ -2690,6 +2806,35 @@
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json"
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json"
},
},
"builtinMethod"
:
false
"builtinMethod"
:
false
},
{
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"DELOGIC"
,
"codeName"
:
"Testcontains"
,
"methodType"
:
"DEACTION"
,
"name"
:
"testcontains"
,
"getPSAppDELogic"
:
{
"modelref"
:
true
,
"id"
:
"testcontains"
},
"getPSAppDEMethodInput"
:
{
"codeName"
:
"TestcontainsInput"
,
"name"
:
"TestcontainsInput"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"PhoneDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"codeName"
:
"TestcontainsResult"
,
"name"
:
"TestcontainsResult"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Testcontains.json"
},
"builtinMethod"
:
false
},
{
},
{
"actionMode"
:
"UPDATE"
,
"actionMode"
:
"UPDATE"
,
"codeName"
:
"Update"
,
"codeName"
:
"Update"
,
...
@@ -3371,6 +3516,93 @@
...
@@ -3371,6 +3516,93 @@
"globalUIAction"
:
true
,
"globalUIAction"
:
true
,
"id"
:
"test1@Phone"
"id"
:
"test1@Phone"
}
],
}
],
"getAllPSAppDEUILogics"
:
[
{
"codeName"
:
"test3"
,
"defaultParamName"
:
"Default"
,
"logicName"
:
"test3"
,
"name"
:
"test3"
,
"getPSDEUILogicNodes"
:
[
{
"codeName"
:
"Begin"
,
"leftPos"
:
200
,
"logicNodeType"
:
"BEGIN"
,
"name"
:
"开始"
,
"getPSDEUILogicLinks"
:
[
{
"getDstPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DELOGIC1"
},
"linkMode"
:
0
,
"name"
:
"连接名称"
,
"getPSDEUILogicLinkGroupCond"
:
{
"groupOP"
:
"AND"
,
"logicType"
:
"GROUP"
,
"getPSDEUILogicLinkConds"
:
[
{
"condOP"
:
"CONTAINS"
,
"dstFieldName"
:
"lowprice"
,
"getDstLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"logicType"
:
"SINGLE"
,
"name"
:
"Default[lowprice] 包含属性(Contains)"
}
]
},
"getSrcPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Begin"
}
}
],
"topPos"
:
200
,
"parallelOutput"
:
true
},
{
"codeName"
:
"DELOGIC1"
,
"getDstPSAppDELogic"
:
{
"modelref"
:
true
,
"id"
:
"testcontains"
},
"getDstPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getDstPSDEUILogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"leftPos"
:
357
,
"logicNodeType"
:
"DELOGIC"
,
"name"
:
"实体处理逻辑"
,
"getPSDEUILogicLinks"
:
[
{
"getDstPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"END1"
},
"linkMode"
:
0
,
"name"
:
"连接名称"
,
"getSrcPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DELOGIC1"
}
}
],
"topPos"
:
216
},
{
"codeName"
:
"END1"
,
"leftPos"
:
603
,
"logicNodeType"
:
"END"
,
"name"
:
"结束"
,
"topPos"
:
208
}
],
"getPSDEUILogicParams"
:
[
{
"codeName"
:
"Default"
,
"logicName"
:
"传入变量"
,
"name"
:
"传入变量"
,
"default"
:
true
,
"entityParam"
:
true
}
],
"getStartPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Begin"
}
}
],
"getAllPSAppPortletCats"
:
[
{
"getAllPSAppPortletCats"
:
[
{
"codeName"
:
"list"
,
"codeName"
:
"list"
,
"name"
:
"列表"
,
"name"
:
"列表"
,
...
@@ -3420,6 +3652,10 @@
...
@@ -3420,6 +3652,10 @@
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/phoneUsr0301269576GridView.json"
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/phoneUsr0301269576GridView.json"
,
"viewType"
:
"DEGRIDVIEW"
"viewType"
:
"DEGRIDVIEW"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/phoneUsr05194830EditView.json"
,
"viewType"
:
"DEEDITVIEW"
},
{
},
{
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/phoneUsr04107034PickupView.json"
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/phoneUsr04107034PickupView.json"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone/PSFORMS/Usr05194830EditView_Form.json
0 → 100644
浏览文件 @
c52a1414
此差异已折叠。
点击以展开。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGRIDUsr12216129TestCustomView.json
浏览文件 @
c52a1414
...
@@ -33,6 +33,8 @@
...
@@ -33,6 +33,8 @@
},
{
},
{
"id"
:
"field_picker"
,
"id"
:
"field_picker"
,
"viewFieldName"
:
"UPDATEMAN"
"viewFieldName"
:
"UPDATEMAN"
},
{
"id"
:
"field_datepicker"
},
{
},
{
"id"
:
"field_picker1"
"id"
:
"field_picker1"
},
{
},
{
...
@@ -235,9 +237,6 @@
...
@@ -235,9 +237,6 @@
},
},
"viewFieldName"
:
"UPDATEMAN"
"viewFieldName"
:
"UPDATEMAN"
}
]
}
]
}
],
"predefinedType"
:
"CONTAINER_GROUP"
,
"showCaption"
:
true
},
{
},
{
"caption"
:
"多项数据容器"
,
"caption"
:
"多项数据容器"
,
"dataRegionType"
:
"MULTIDATA"
,
"dataRegionType"
:
"MULTIDATA"
,
...
@@ -318,9 +317,58 @@
...
@@ -318,9 +317,58 @@
},
},
"viewFieldName"
:
"UPDATEMAN"
,
"viewFieldName"
:
"UPDATEMAN"
,
"width"
:
50.0
"width"
:
50.0
},
{
"caption"
:
"时间选择"
,
"contentWidth"
:
50.0
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"FIELD"
,
"name"
:
"field_datepicker"
,
"getPSControlAttributes"
:
[
{
"attrName"
:
"format"
,
"attrValue"
:
"'YYYY-MM'"
,
"name"
:
"logic_format_date"
},
{
"attrName"
:
"type"
,
"attrValue"
:
"'month'"
,
"name"
:
"logic_type_sale_date"
},
{
"attrName"
:
"valueFormat"
,
"attrValue"
:
"'YYYY-MM'"
,
"name"
:
"logic_valueformat_valueformat"
}
],
"getPSEditor"
:
{
"dateTimeFormat"
:
"YYYY-MM-DD HH:mm:ss"
,
"editorParams"
:
{
"TIMEFMT"
:
"YYYY-MM-DD HH:mm:ss"
},
"editorType"
:
"DATEPICKER"
,
"editorWidth"
:
50.0
,
"name"
:
"field_datepicker"
,
"predefinedType"
:
"FIELD_DATEPICKER"
},
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"layout"
:
"FLEX"
,
"width"
:
50
,
"widthMode"
:
"PERCENTAGE"
},
"valueFormat"
:
"YYYY-MM"
,
"width"
:
50.0
}
],
}
],
"predefinedType"
:
"CONTAINER_MULTIDATA"
"predefinedType"
:
"CONTAINER_MULTIDATA"
},
{
},
{
"caption"
:
"部件"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CONTAINER"
,
"name"
:
"container_group2"
,
"getPSLayout"
:
{
"layout"
:
"FLEX"
},
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"layout"
:
"FLEX"
},
"getPSPanelItems"
:
[
{
"caption"
:
"数据视图"
,
"caption"
:
"数据视图"
,
"itemStyle"
:
"DEFAULT"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CTRLPOS"
,
"itemType"
:
"CTRLPOS"
,
...
@@ -330,6 +378,10 @@
...
@@ -330,6 +378,10 @@
"layout"
:
"FLEX"
"layout"
:
"FLEX"
},
},
"showCaption"
:
true
"showCaption"
:
true
}
],
"predefinedType"
:
"CONTAINER_GROUP"
,
"titleBarCloseMode"
:
2
,
"showCaption"
:
true
},
{
},
{
"caption"
:
"分割线"
,
"caption"
:
"分割线"
,
"contentType"
:
"DIVIDER"
,
"contentType"
:
"DIVIDER"
,
...
@@ -550,6 +602,9 @@
...
@@ -550,6 +602,9 @@
}
],
}
],
"predefinedType"
:
"CONTAINER_GRID"
"predefinedType"
:
"CONTAINER_GRID"
}
],
}
],
"predefinedType"
:
"CONTAINER_GROUP"
,
"showCaption"
:
true
}
],
"layoutBodyOnly"
:
false
,
"layoutBodyOnly"
:
false
,
"layoutPanel"
:
true
,
"layoutPanel"
:
true
,
"useDefaultLayout"
:
false
,
"useDefaultLayout"
:
false
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr2GridView.json
浏览文件 @
c52a1414
...
@@ -1368,7 +1368,7 @@
...
@@ -1368,7 +1368,7 @@
"attrValue"
:
"'YYYY-MM'"
,
"attrValue"
:
"'YYYY-MM'"
,
"name"
:
"logic_valueformat_valueformat"
"name"
:
"logic_valueformat_valueformat"
}
],
}
],
"valueFormat"
:
"YYYY-MM
-DD
"
,
"valueFormat"
:
"YYYY-MM"
,
"width"
:
150
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"widthUnit"
:
"PX"
,
"enableRowEdit"
:
true
,
"enableRowEdit"
:
true
,
...
@@ -1747,7 +1747,7 @@
...
@@ -1747,7 +1747,7 @@
"codeName"
:
"Field4"
"codeName"
:
"Field4"
}
}
},
{
},
{
"format"
:
"YYYY-MM
-DD
"
,
"format"
:
"YYYY-MM"
,
"dataType"
:
5
,
"dataType"
:
5
,
"name"
:
"date"
,
"name"
:
"date"
,
"getPSAppDEField"
:
{
"getPSAppDEField"
:
{
...
@@ -2145,11 +2145,11 @@
...
@@ -2145,11 +2145,11 @@
"codeName"
:
"Date"
"codeName"
:
"Date"
},
},
"getPSEditor"
:
{
"getPSEditor"
:
{
"dateTimeFormat"
:
"YYYY-MM-DD"
,
"dateTimeFormat"
:
"YYYY-MM-DD
HH:mm:ss
"
,
"editorParams"
:
{
"editorParams"
:
{
"TIMEFMT"
:
"YYYY-MM-DD"
"TIMEFMT"
:
"YYYY-MM-DD
HH:mm:ss
"
},
},
"editorType"
:
"DATEPICKER
EX_NOTIME
"
,
"editorType"
:
"DATEPICKER"
,
"name"
:
"date"
"name"
:
"date"
},
},
"allowEmpty"
:
true
"allowEmpty"
:
true
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/phonePhoneGridView.json
浏览文件 @
c52a1414
...
@@ -16,6 +16,192 @@
...
@@ -16,6 +16,192 @@
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPMODULES/Ungroup.json"
"path"
:
"PSSYSAPPS/Web/PSAPPMODULES/Ungroup.json"
},
},
"getPSDEViewCodeName"
:
"PhoneGridView"
,
"getPSDEViewId"
:
"EB699A17-FE39-434F-9E13-91DBAAE13472"
,
"getPSViewLayoutPanel"
:
{
"codeName"
:
"Usr0515314967"
,
"controlType"
:
"VIEWLAYOUTPANEL"
,
"layoutMode"
:
"FLEX"
,
"logicName"
:
"PhoneGridView表格视图布局"
,
"name"
:
"layoutpanel"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlParam"
:
{
},
"getPSLayout"
:
{
"layout"
:
"FLEX"
},
"getRootPSPanelItems"
:
[
{
"caption"
:
"容器"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CONTAINER"
,
"name"
:
"view_header"
,
"getPSLayout"
:
{
"align"
:
"space-between"
,
"dir"
:
"row"
,
"layout"
:
"FLEX"
,
"vAlign"
:
"center"
},
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"layout"
:
"FLEX"
,
"shrink"
:
0
},
"getPSPanelItems"
:
[
{
"caption"
:
"容器"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CONTAINER"
,
"name"
:
"view_header_left"
,
"getPSLayout"
:
{
"layout"
:
"FLEX"
},
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"heightMode"
:
"FULL"
,
"layout"
:
"FLEX"
},
"getPSPanelItems"
:
[
{
"caption"
:
"容器"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CONTAINER"
,
"name"
:
"view_captionbar"
,
"getPSLayout"
:
{
"align"
:
"center"
,
"layout"
:
"FLEX"
},
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"heightMode"
:
"FULL"
,
"layout"
:
"FLEX"
},
"getPSPanelItems"
:
[
{
"caption"
:
"页面标题"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CTRLPOS"
,
"name"
:
"captionbar"
,
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"layout"
:
"FLEX"
},
"showCaption"
:
true
}
]
}
]
},
{
"caption"
:
"容器"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CONTAINER"
,
"name"
:
"view_header_right"
,
"getPSLayout"
:
{
"layout"
:
"FLEX"
},
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"heightMode"
:
"FULL"
,
"layout"
:
"FLEX"
},
"getPSPanelItems"
:
[
{
"caption"
:
"容器"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CONTAINER"
,
"name"
:
"view_toolbar"
,
"getPSLayout"
:
{
"align"
:
"center"
,
"layout"
:
"FLEX"
},
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"heightMode"
:
"FULL"
,
"layout"
:
"FLEX"
},
"getPSPanelItems"
:
[
{
"caption"
:
"工具栏"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CTRLPOS"
,
"name"
:
"toolbar"
,
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"layout"
:
"FLEX"
},
"showCaption"
:
true
}
]
}
]
}
],
"predefinedType"
:
"VIEWHEADER"
},
{
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CONTAINER"
,
"name"
:
"view_searchform"
,
"getPSLayout"
:
{
"dir"
:
"column"
,
"layout"
:
"FLEX"
},
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"layout"
:
"FLEX"
,
"shrink"
:
0
},
"getPSPanelItems"
:
[
{
"caption"
:
"搜索表单"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CTRLPOS"
,
"name"
:
"searchform"
,
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"layout"
:
"FLEX"
},
"showCaption"
:
true
}
]
},
{
"caption"
:
"容器"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CONTAINER"
,
"name"
:
"view_content"
,
"getPSLayout"
:
{
"layout"
:
"FLEX"
},
"getPSLayoutPos"
:
{
"grow"
:
1
,
"layout"
:
"FLEX"
},
"getPSPanelItems"
:
[
{
"caption"
:
"表格"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CTRLPOS"
,
"name"
:
"grid"
,
"getPSLayoutPos"
:
{
"grow"
:
1
,
"layout"
:
"FLEX"
},
"showCaption"
:
true
}
],
"predefinedType"
:
"VIEWCONTENT"
},
{
"caption"
:
"标签"
,
"contentType"
:
"RAW"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"RAWITEM"
,
"name"
:
"static_label"
,
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"layout"
:
"FLEX"
},
"getPSRawItem"
:
{
"caption"
:
"主题插件自定义布局"
,
"contentType"
:
"RAW"
,
"name"
:
"static_label"
,
"predefinedType"
:
"STATIC_LABEL"
,
"renderMode"
:
"PARAGRAPH"
},
"rawContent"
:
"主题插件自定义布局"
,
"showCaption"
:
true
}
],
"layoutBodyOnly"
:
false
,
"layoutPanel"
:
true
,
"useDefaultLayout"
:
false
,
"viewProxyMode"
:
true
,
"modelid"
:
"D8D44FC6-C10E-4098-8A57-BA45321A3BFC"
,
"modeltype"
:
"PSSYSVIEWLAYOUTPANEL"
,
"getPSAppViewEngines"
:
[
{
"getPSAppViewEngines"
:
[
{
"engineCat"
:
"VIEW"
,
"engineCat"
:
"VIEW"
,
"engineType"
:
"GridView"
,
"engineType"
:
"GridView"
,
...
@@ -82,7 +268,7 @@
...
@@ -82,7 +268,7 @@
"viewType"
:
"DEEDITVIEW"
"viewType"
:
"DEEDITVIEW"
}
}
},
{
},
{
"name"
:
"EDIT
DATA"
,
"name"
:
"NEW
DATA"
,
"realTitle"
:
"手机主编辑视图"
,
"realTitle"
:
"手机主编辑视图"
,
"getRefPSAppView"
:
{
"getRefPSAppView"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
...
@@ -90,7 +276,7 @@
...
@@ -90,7 +276,7 @@
"viewType"
:
"DEEDITVIEW"
"viewType"
:
"DEEDITVIEW"
}
}
},
{
},
{
"name"
:
"NEW
DATA"
,
"name"
:
"EDIT
DATA"
,
"realTitle"
:
"手机主编辑视图"
,
"realTitle"
:
"手机主编辑视图"
,
"getRefPSAppView"
:
{
"getRefPSAppView"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
...
@@ -866,22 +1052,7 @@
...
@@ -866,22 +1052,7 @@
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
},
"getPSControlParam"
:
{
}
"getPSControlParam"
:
{
}
}
],
}
]
"getPSDEViewCodeName"
:
"PhoneGridView"
,
"getPSDEViewId"
:
"EB699A17-FE39-434F-9E13-91DBAAE13472"
,
"getPSViewLayoutPanel"
:
{
"codeName"
:
"Layoutpanel"
,
"controlStyle"
:
"APPDEGRIDVIEW"
,
"controlType"
:
"VIEWLAYOUTPANEL"
,
"name"
:
"layoutpanel"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlParam"
:
{
},
"layoutBodyOnly"
:
true
,
"layoutPanel"
:
true
,
"useDefaultLayout"
:
true
},
},
"title"
:
"表格视图"
,
"title"
:
"表格视图"
,
"viewStyle"
:
"DEFAULT"
,
"viewStyle"
:
"DEFAULT"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/phoneTestEditView.json
浏览文件 @
c52a1414
...
@@ -53,6 +53,21 @@
...
@@ -53,6 +53,21 @@
"engineType"
:
"EditView"
,
"engineType"
:
"EditView"
,
"name"
:
"engine"
"name"
:
"engine"
}
],
}
],
"getPSAppViewLogics"
:
[
{
"eventNames"
:
"onLoadDraftSuccess"
,
"logicTrigger"
:
"CTRLEVENT"
,
"logicType"
:
"APPDEUILOGIC"
,
"name"
:
"TEST"
,
"getPSAppDEUILogic"
:
{
"modelref"
:
true
,
"id"
:
"test3"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSViewCtrlName"
:
"form"
}
],
"getPSControls"
:
[
{
"getPSControls"
:
[
{
"codeName"
:
"TestEditViewtoolbar"
,
"codeName"
:
"TestEditViewtoolbar"
,
"controlType"
:
"TOOLBAR"
,
"controlType"
:
"TOOLBAR"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/phoneUsr05194830EditView.json
0 → 100644
浏览文件 @
c52a1414
此差异已折叠。
点击以展开。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPINDEXVIEWS/AppIndex.json
浏览文件 @
c52a1414
...
@@ -570,6 +570,25 @@
...
@@ -570,6 +570,25 @@
"cssClass"
:
"fa-solid fa-frog"
"cssClass"
:
"fa-solid fa-frog"
},
},
"tooltip"
:
"流式布局分页导航1"
"tooltip"
:
"流式布局分页导航1"
},
{
"accUserMode"
:
2
,
"caption"
:
"测试contains"
,
"itemType"
:
"MENUITEM"
,
"name"
:
"menuitem403"
,
"getPSAppFunc"
:
{
"modelref"
:
true
,
"id"
:
"UsrAppFunc0519569902"
},
"getPSLayout"
:
{
"childColMD"
:
24
,
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"tooltip"
:
"测试contains"
},
{
},
{
"accUserMode"
:
2
,
"accUserMode"
:
2
,
"caption"
:
"测试模型"
,
"caption"
:
"测试模型"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPMENUS/AppIndex.json
浏览文件 @
c52a1414
...
@@ -16,6 +16,16 @@
...
@@ -16,6 +16,16 @@
"cssClass"
:
"fa-solid fa-frog"
"cssClass"
:
"fa-solid fa-frog"
},
},
"tooltip"
:
"流式布局分页导航1"
"tooltip"
:
"流式布局分页导航1"
},
{
"accUserMode"
:
2
,
"caption"
:
"测试contains"
,
"itemType"
:
"MENUITEM"
,
"name"
:
"menuitem403"
,
"getPSAppFunc"
:
{
"modelref"
:
true
,
"id"
:
"UsrAppFunc0519569902"
},
"tooltip"
:
"测试contains"
},
{
},
{
"accUserMode"
:
2
,
"accUserMode"
:
2
,
"caption"
:
"测试模型"
,
"caption"
:
"测试模型"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
c52a1414
此差异已折叠。
点击以展开。
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录