Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
d60232d4
提交
d60232d4
编写于
8月 27, 2024
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tony001 发布系统代码 [TrainSys,网页端]
上级
4ea8e7ad
变更
5
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
875 行增加
和
19 行删除
+875
-19
Book.json
...bizlab/trainsys/PSSYSAPPS/Mob/PSAPPDATAENTITIES/Book.json
+214
-4
Book.json
...sys/PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Book.json
+214
-4
Book.json
...bizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json
+219
-5
bookAutoGropuGridView.json
...sys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookAutoGropuGridView.json
+9
-1
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+219
-5
未找到文件。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSAPPDATAENTITIES/Book.json
浏览文件 @
d60232d4
...
...
@@ -4865,13 +4865,32 @@
"getAllPSAppDEUILogics"
:
[
{
"codeName"
:
"calc_grid_row_tag"
,
"defaultParamName"
:
"Default"
,
"logicName"
:
"计算
展开
收缩表格行标识"
,
"name"
:
"计算
展开
收缩表格行标识"
,
"logicName"
:
"计算收缩表格行标识"
,
"name"
:
"计算收缩表格行标识"
,
"getPSDEUILogicNodes"
:
[
{
"codeName"
:
"Begin"
,
"leftPos"
:
200
,
"logicNodeType"
:
"BEGIN"
,
"name"
:
"开始"
,
"getPSDEUILogicLinks"
:
[
{
"getDstPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"PREPAREJSPARAM1"
},
"linkMode"
:
0
,
"name"
:
"连接名称"
,
"getSrcPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Begin"
}
}
],
"topPos"
:
200
,
"parallelOutput"
:
true
},
{
"codeName"
:
"PREPAREJSPARAM1"
,
"leftPos"
:
360
,
"logicNodeType"
:
"PREPAREJSPARAM"
,
"name"
:
"准备参数"
,
"getPSDEUILogicLinks"
:
[
{
"getDstPSDEUILogicNode"
:
{
"modelref"
:
true
,
...
...
@@ -4879,6 +4898,116 @@
},
"linkMode"
:
0
,
"name"
:
"连接名称"
,
"getSrcPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"PREPAREJSPARAM1"
}
}
],
"getPSDEUILogicNodeParams"
:
[
{
"getDstPSDEUILogicParam"
:
{
"modelref"
:
true
,
"id"
:
"selection"
},
"name"
:
"grid[state.selectedData] ==> selection"
,
"paramAction"
:
"SETPARAMVALUE"
,
"srcFieldName"
:
"state.selectedData"
,
"getSrcPSDEUILogicParam"
:
{
"modelref"
:
true
,
"id"
:
"grid"
},
"srcValueType"
:
"SRCDLPARAM"
}
],
"topPos"
:
208
},
{
"code"
:
"console.log(uiLogic, 111)
\r\n
if (uiLogic.selection) {
\r\n
const group = uiLogic.selection.find(x => x.isGroupData);
\r\n
if (group) {
\r\n
uiLogic.srfcollapsetag = group.srfkey;
\r\n
params.srfcollapsetag = group.srfkey;
\r\n
}
\r\n
}"
,
"codeName"
:
"RAWJSCODE1"
,
"leftPos"
:
590
,
"logicNodeType"
:
"RAWJSCODE"
,
"name"
:
"注入脚本代码"
,
"getPSDEUILogicLinks"
:
[
{
"getDstPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEUIACTION1"
},
"linkMode"
:
0
,
"name"
:
"连接名称"
,
"getPSDEUILogicLinkGroupCond"
:
{
"groupOP"
:
"AND"
,
"logicType"
:
"GROUP"
,
"getPSDEUILogicLinkConds"
:
[
{
"condOP"
:
"ISNOTNULL"
,
"getDstLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"srfcollapsetag"
},
"logicType"
:
"SINGLE"
,
"name"
:
"srfcollapsetag 值不为空(NotNil)"
}
]
},
"getSrcPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"RAWJSCODE1"
}
}
],
"topPos"
:
208
},
{
"codeName"
:
"DEUIACTION1"
,
"getDstPSAppDEUIAction"
:
{
"modelref"
:
true
,
"id"
:
"Collapse"
},
"getDstPSDEUILogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"leftPos"
:
819
,
"logicNodeType"
:
"DEUIACTION"
,
"name"
:
"界面行为"
,
"topPos"
:
208
}
],
"getPSDEUILogicParams"
:
[
{
"codeName"
:
"srfcollapsetag"
,
"logicName"
:
"折叠行标识"
,
"name"
:
"折叠行标识"
,
"entityParam"
:
true
},
{
"codeName"
:
"Default"
,
"logicName"
:
"传入变量"
,
"name"
:
"传入变量"
,
"default"
:
true
,
"entityParam"
:
true
},
{
"codeName"
:
"grid"
,
"logicName"
:
"表格"
,
"name"
:
"表格"
,
"ctrlParam"
:
true
},
{
"codeName"
:
"selection"
,
"logicName"
:
"选中数据"
,
"name"
:
"选中数据"
,
"entityParam"
:
true
}
],
"getStartPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Begin"
}
},
{
"codeName"
:
"calc_grid_row_tag2"
,
"defaultParamName"
:
"Default"
,
"logicName"
:
"计算展开表格行标识"
,
"name"
:
"计算展开表格行标识"
,
"getPSDEUILogicNodes"
:
[
{
"codeName"
:
"Begin"
,
"leftPos"
:
200
,
"logicNodeType"
:
"BEGIN"
,
"name"
:
"开始"
,
"getPSDEUILogicLinks"
:
[
{
"getDstPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"PREPAREJSPARAM1"
},
"linkMode"
:
0
,
"name"
:
"连接名称"
,
"getSrcPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Begin"
...
...
@@ -4887,11 +5016,82 @@
"topPos"
:
200
,
"parallelOutput"
:
true
},
{
"code"
:
"console.log(uiLogic, 111)"
,
"codeName"
:
"PREPAREJSPARAM1"
,
"leftPos"
:
360
,
"logicNodeType"
:
"PREPAREJSPARAM"
,
"name"
:
"准备参数"
,
"getPSDEUILogicLinks"
:
[
{
"getDstPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"RAWJSCODE1"
},
"linkMode"
:
0
,
"name"
:
"连接名称"
,
"getSrcPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"PREPAREJSPARAM1"
}
}
],
"getPSDEUILogicNodeParams"
:
[
{
"getDstPSDEUILogicParam"
:
{
"modelref"
:
true
,
"id"
:
"selection"
},
"name"
:
"grid[state.selectedData] ==> selection"
,
"paramAction"
:
"SETPARAMVALUE"
,
"srcFieldName"
:
"state.selectedData"
,
"getSrcPSDEUILogicParam"
:
{
"modelref"
:
true
,
"id"
:
"grid"
},
"srcValueType"
:
"SRCDLPARAM"
}
],
"topPos"
:
208
},
{
"codeName"
:
"DEUIACTION1"
,
"getDstPSAppDEUIAction"
:
{
"modelref"
:
true
,
"id"
:
"Expand"
},
"getDstPSDEUILogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"leftPos"
:
819
,
"logicNodeType"
:
"DEUIACTION"
,
"name"
:
"界面行为"
,
"topPos"
:
208
},
{
"code"
:
"console.log(uiLogic, 111)
\r\n
if (uiLogic.selection) {
\r\n
const group = uiLogic.selection.find(x => x.isGroupData);
\r\n
if (group) {
\r\n
uiLogic.srfcollapsetag = group.srfkey;
\r\n
params.srfcollapsetag = group.srfkey;
\r\n
}
\r\n
}"
,
"codeName"
:
"RAWJSCODE1"
,
"leftPos"
:
356
,
"leftPos"
:
590
,
"logicNodeType"
:
"RAWJSCODE"
,
"name"
:
"注入脚本代码"
,
"getPSDEUILogicLinks"
:
[
{
"getDstPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEUIACTION1"
},
"linkMode"
:
0
,
"name"
:
"连接名称"
,
"getPSDEUILogicLinkGroupCond"
:
{
"groupOP"
:
"AND"
,
"logicType"
:
"GROUP"
,
"getPSDEUILogicLinkConds"
:
[
{
"condOP"
:
"ISNOTNULL"
,
"getDstLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"srfcollapsetag"
},
"logicType"
:
"SINGLE"
,
"name"
:
"srfcollapsetag 值不为空(NotNil)"
}
]
},
"getSrcPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"RAWJSCODE1"
}
}
],
"topPos"
:
208
}
],
"getPSDEUILogicParams"
:
[
{
...
...
@@ -4905,6 +5105,16 @@
"logicName"
:
"表格"
,
"name"
:
"表格"
,
"ctrlParam"
:
true
},
{
"codeName"
:
"srfcollapsetag"
,
"logicName"
:
"折叠行标识"
,
"name"
:
"折叠行标识"
,
"entityParam"
:
true
},
{
"codeName"
:
"selection"
,
"logicName"
:
"选中数据"
,
"name"
:
"选中数据"
,
"entityParam"
:
true
}
],
"getStartPSDEUILogicNode"
:
{
"modelref"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Book.json
浏览文件 @
d60232d4
...
...
@@ -5030,13 +5030,32 @@
"getAllPSAppDEUILogics"
:
[
{
"codeName"
:
"calc_grid_row_tag"
,
"defaultParamName"
:
"Default"
,
"logicName"
:
"计算
展开
收缩表格行标识"
,
"name"
:
"计算
展开
收缩表格行标识"
,
"logicName"
:
"计算收缩表格行标识"
,
"name"
:
"计算收缩表格行标识"
,
"getPSDEUILogicNodes"
:
[
{
"codeName"
:
"Begin"
,
"leftPos"
:
200
,
"logicNodeType"
:
"BEGIN"
,
"name"
:
"开始"
,
"getPSDEUILogicLinks"
:
[
{
"getDstPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"PREPAREJSPARAM1"
},
"linkMode"
:
0
,
"name"
:
"连接名称"
,
"getSrcPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Begin"
}
}
],
"topPos"
:
200
,
"parallelOutput"
:
true
},
{
"codeName"
:
"PREPAREJSPARAM1"
,
"leftPos"
:
360
,
"logicNodeType"
:
"PREPAREJSPARAM"
,
"name"
:
"准备参数"
,
"getPSDEUILogicLinks"
:
[
{
"getDstPSDEUILogicNode"
:
{
"modelref"
:
true
,
...
...
@@ -5044,6 +5063,116 @@
},
"linkMode"
:
0
,
"name"
:
"连接名称"
,
"getSrcPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"PREPAREJSPARAM1"
}
}
],
"getPSDEUILogicNodeParams"
:
[
{
"getDstPSDEUILogicParam"
:
{
"modelref"
:
true
,
"id"
:
"selection"
},
"name"
:
"grid[state.selectedData] ==> selection"
,
"paramAction"
:
"SETPARAMVALUE"
,
"srcFieldName"
:
"state.selectedData"
,
"getSrcPSDEUILogicParam"
:
{
"modelref"
:
true
,
"id"
:
"grid"
},
"srcValueType"
:
"SRCDLPARAM"
}
],
"topPos"
:
208
},
{
"code"
:
"console.log(uiLogic, 111)
\r\n
if (uiLogic.selection) {
\r\n
const group = uiLogic.selection.find(x => x.isGroupData);
\r\n
if (group) {
\r\n
uiLogic.srfcollapsetag = group.srfkey;
\r\n
params.srfcollapsetag = group.srfkey;
\r\n
}
\r\n
}"
,
"codeName"
:
"RAWJSCODE1"
,
"leftPos"
:
590
,
"logicNodeType"
:
"RAWJSCODE"
,
"name"
:
"注入脚本代码"
,
"getPSDEUILogicLinks"
:
[
{
"getDstPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEUIACTION1"
},
"linkMode"
:
0
,
"name"
:
"连接名称"
,
"getPSDEUILogicLinkGroupCond"
:
{
"groupOP"
:
"AND"
,
"logicType"
:
"GROUP"
,
"getPSDEUILogicLinkConds"
:
[
{
"condOP"
:
"ISNOTNULL"
,
"getDstLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"srfcollapsetag"
},
"logicType"
:
"SINGLE"
,
"name"
:
"srfcollapsetag 值不为空(NotNil)"
}
]
},
"getSrcPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"RAWJSCODE1"
}
}
],
"topPos"
:
208
},
{
"codeName"
:
"DEUIACTION1"
,
"getDstPSAppDEUIAction"
:
{
"modelref"
:
true
,
"id"
:
"Collapse"
},
"getDstPSDEUILogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"leftPos"
:
819
,
"logicNodeType"
:
"DEUIACTION"
,
"name"
:
"界面行为"
,
"topPos"
:
208
}
],
"getPSDEUILogicParams"
:
[
{
"codeName"
:
"srfcollapsetag"
,
"logicName"
:
"折叠行标识"
,
"name"
:
"折叠行标识"
,
"entityParam"
:
true
},
{
"codeName"
:
"Default"
,
"logicName"
:
"传入变量"
,
"name"
:
"传入变量"
,
"default"
:
true
,
"entityParam"
:
true
},
{
"codeName"
:
"grid"
,
"logicName"
:
"表格"
,
"name"
:
"表格"
,
"ctrlParam"
:
true
},
{
"codeName"
:
"selection"
,
"logicName"
:
"选中数据"
,
"name"
:
"选中数据"
,
"entityParam"
:
true
}
],
"getStartPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Begin"
}
},
{
"codeName"
:
"calc_grid_row_tag2"
,
"defaultParamName"
:
"Default"
,
"logicName"
:
"计算展开表格行标识"
,
"name"
:
"计算展开表格行标识"
,
"getPSDEUILogicNodes"
:
[
{
"codeName"
:
"Begin"
,
"leftPos"
:
200
,
"logicNodeType"
:
"BEGIN"
,
"name"
:
"开始"
,
"getPSDEUILogicLinks"
:
[
{
"getDstPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"PREPAREJSPARAM1"
},
"linkMode"
:
0
,
"name"
:
"连接名称"
,
"getSrcPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Begin"
...
...
@@ -5052,11 +5181,82 @@
"topPos"
:
200
,
"parallelOutput"
:
true
},
{
"code"
:
"console.log(uiLogic, 111)"
,
"codeName"
:
"PREPAREJSPARAM1"
,
"leftPos"
:
360
,
"logicNodeType"
:
"PREPAREJSPARAM"
,
"name"
:
"准备参数"
,
"getPSDEUILogicLinks"
:
[
{
"getDstPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"RAWJSCODE1"
},
"linkMode"
:
0
,
"name"
:
"连接名称"
,
"getSrcPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"PREPAREJSPARAM1"
}
}
],
"getPSDEUILogicNodeParams"
:
[
{
"getDstPSDEUILogicParam"
:
{
"modelref"
:
true
,
"id"
:
"selection"
},
"name"
:
"grid[state.selectedData] ==> selection"
,
"paramAction"
:
"SETPARAMVALUE"
,
"srcFieldName"
:
"state.selectedData"
,
"getSrcPSDEUILogicParam"
:
{
"modelref"
:
true
,
"id"
:
"grid"
},
"srcValueType"
:
"SRCDLPARAM"
}
],
"topPos"
:
208
},
{
"codeName"
:
"DEUIACTION1"
,
"getDstPSAppDEUIAction"
:
{
"modelref"
:
true
,
"id"
:
"Expand"
},
"getDstPSDEUILogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"leftPos"
:
819
,
"logicNodeType"
:
"DEUIACTION"
,
"name"
:
"界面行为"
,
"topPos"
:
208
},
{
"code"
:
"console.log(uiLogic, 111)
\r\n
if (uiLogic.selection) {
\r\n
const group = uiLogic.selection.find(x => x.isGroupData);
\r\n
if (group) {
\r\n
uiLogic.srfcollapsetag = group.srfkey;
\r\n
params.srfcollapsetag = group.srfkey;
\r\n
}
\r\n
}"
,
"codeName"
:
"RAWJSCODE1"
,
"leftPos"
:
356
,
"leftPos"
:
590
,
"logicNodeType"
:
"RAWJSCODE"
,
"name"
:
"注入脚本代码"
,
"getPSDEUILogicLinks"
:
[
{
"getDstPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEUIACTION1"
},
"linkMode"
:
0
,
"name"
:
"连接名称"
,
"getPSDEUILogicLinkGroupCond"
:
{
"groupOP"
:
"AND"
,
"logicType"
:
"GROUP"
,
"getPSDEUILogicLinkConds"
:
[
{
"condOP"
:
"ISNOTNULL"
,
"getDstLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"srfcollapsetag"
},
"logicType"
:
"SINGLE"
,
"name"
:
"srfcollapsetag 值不为空(NotNil)"
}
]
},
"getSrcPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"RAWJSCODE1"
}
}
],
"topPos"
:
208
}
],
"getPSDEUILogicParams"
:
[
{
...
...
@@ -5070,6 +5270,16 @@
"logicName"
:
"表格"
,
"name"
:
"表格"
,
"ctrlParam"
:
true
},
{
"codeName"
:
"srfcollapsetag"
,
"logicName"
:
"折叠行标识"
,
"name"
:
"折叠行标识"
,
"entityParam"
:
true
},
{
"codeName"
:
"selection"
,
"logicName"
:
"选中数据"
,
"name"
:
"选中数据"
,
"entityParam"
:
true
}
],
"getStartPSDEUILogicNode"
:
{
"modelref"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json
浏览文件 @
d60232d4
...
...
@@ -5280,9 +5280,11 @@
"id"
:
"testMutiKey@Book"
},
{
"actionTarget"
:
"SINGLEDATA"
,
"caption"
:
"收缩"
,
"codeName"
:
"toolbar_AutoGropuGridViewtoolbar_collapse_click"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"Book_toolbar_AutoGropuGridViewtoolbar_collapse_click"
,
"name"
:
"收缩"
,
"getPSAppDEUILogic"
:
{
"modelref"
:
true
,
"id"
:
"calc_grid_row_tag"
...
...
@@ -5300,12 +5302,14 @@
"id"
:
"toolbar_AutoGropuGridViewtoolbar_collapse_click@Book"
},
{
"actionTarget"
:
"SINGLEDATA"
,
"caption"
:
"展开"
,
"codeName"
:
"toolbar_AutoGropuGridViewtoolbar_expand_click"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"Book_toolbar_AutoGropuGridViewtoolbar_expand_click"
,
"name"
:
"展开"
,
"getPSAppDEUILogic"
:
{
"modelref"
:
true
,
"id"
:
"calc_grid_row_tag"
"id"
:
"calc_grid_row_tag
2
"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
...
...
@@ -5449,8 +5453,8 @@
"getAllPSAppDEUILogics"
:
[
{
"codeName"
:
"calc_grid_row_tag"
,
"defaultParamName"
:
"Default"
,
"logicName"
:
"计算
展开
收缩表格行标识"
,
"name"
:
"计算
展开
收缩表格行标识"
,
"logicName"
:
"计算收缩表格行标识"
,
"name"
:
"计算收缩表格行标识"
,
"getPSDEUILogicNodes"
:
[
{
"codeName"
:
"Begin"
,
"leftPos"
:
200
,
...
...
@@ -5458,8 +5462,137 @@
"name"
:
"开始"
,
"getPSDEUILogicLinks"
:
[
{
"getDstPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"PREPAREJSPARAM1"
},
"linkMode"
:
0
,
"name"
:
"连接名称"
,
"getSrcPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Begin"
}
}
],
"topPos"
:
200
,
"parallelOutput"
:
true
},
{
"codeName"
:
"PREPAREJSPARAM1"
,
"leftPos"
:
360
,
"logicNodeType"
:
"PREPAREJSPARAM"
,
"name"
:
"准备参数"
,
"getPSDEUILogicLinks"
:
[
{
"getDstPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"RAWJSCODE1"
},
"linkMode"
:
0
,
"name"
:
"连接名称"
,
"getSrcPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"PREPAREJSPARAM1"
}
}
],
"getPSDEUILogicNodeParams"
:
[
{
"getDstPSDEUILogicParam"
:
{
"modelref"
:
true
,
"id"
:
"selection"
},
"name"
:
"grid[state.selectedData] ==> selection"
,
"paramAction"
:
"SETPARAMVALUE"
,
"srcFieldName"
:
"state.selectedData"
,
"getSrcPSDEUILogicParam"
:
{
"modelref"
:
true
,
"id"
:
"grid"
},
"srcValueType"
:
"SRCDLPARAM"
}
],
"topPos"
:
208
},
{
"code"
:
"console.log(uiLogic, 111)
\r\n
if (uiLogic.selection) {
\r\n
const group = uiLogic.selection.find(x => x.isGroupData);
\r\n
if (group) {
\r\n
uiLogic.srfcollapsetag = group.srfkey;
\r\n
params.srfcollapsetag = group.srfkey;
\r\n
}
\r\n
}"
,
"codeName"
:
"RAWJSCODE1"
,
"leftPos"
:
590
,
"logicNodeType"
:
"RAWJSCODE"
,
"name"
:
"注入脚本代码"
,
"getPSDEUILogicLinks"
:
[
{
"getDstPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEUIACTION1"
},
"linkMode"
:
0
,
"name"
:
"连接名称"
,
"getPSDEUILogicLinkGroupCond"
:
{
"groupOP"
:
"AND"
,
"logicType"
:
"GROUP"
,
"getPSDEUILogicLinkConds"
:
[
{
"condOP"
:
"ISNOTNULL"
,
"getDstLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"srfcollapsetag"
},
"logicType"
:
"SINGLE"
,
"name"
:
"srfcollapsetag 值不为空(NotNil)"
}
]
},
"getSrcPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"RAWJSCODE1"
}
}
],
"topPos"
:
208
},
{
"codeName"
:
"DEUIACTION1"
,
"getDstPSAppDEUIAction"
:
{
"modelref"
:
true
,
"id"
:
"Collapse"
},
"getDstPSDEUILogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"leftPos"
:
819
,
"logicNodeType"
:
"DEUIACTION"
,
"name"
:
"界面行为"
,
"topPos"
:
208
}
],
"getPSDEUILogicParams"
:
[
{
"codeName"
:
"srfcollapsetag"
,
"logicName"
:
"折叠行标识"
,
"name"
:
"折叠行标识"
,
"entityParam"
:
true
},
{
"codeName"
:
"Default"
,
"logicName"
:
"传入变量"
,
"name"
:
"传入变量"
,
"default"
:
true
,
"entityParam"
:
true
},
{
"codeName"
:
"grid"
,
"logicName"
:
"表格"
,
"name"
:
"表格"
,
"ctrlParam"
:
true
},
{
"codeName"
:
"selection"
,
"logicName"
:
"选中数据"
,
"name"
:
"选中数据"
,
"entityParam"
:
true
}
],
"getStartPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Begin"
}
},
{
"codeName"
:
"calc_grid_row_tag2"
,
"defaultParamName"
:
"Default"
,
"logicName"
:
"计算展开表格行标识"
,
"name"
:
"计算展开表格行标识"
,
"getPSDEUILogicNodes"
:
[
{
"codeName"
:
"Begin"
,
"leftPos"
:
200
,
"logicNodeType"
:
"BEGIN"
,
"name"
:
"开始"
,
"getPSDEUILogicLinks"
:
[
{
"getDstPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"PREPAREJSPARAM1"
},
"linkMode"
:
0
,
"name"
:
"连接名称"
,
...
...
@@ -5471,11 +5604,82 @@
"topPos"
:
200
,
"parallelOutput"
:
true
},
{
"code"
:
"console.log(uiLogic, 111)"
,
"codeName"
:
"PREPAREJSPARAM1"
,
"leftPos"
:
360
,
"logicNodeType"
:
"PREPAREJSPARAM"
,
"name"
:
"准备参数"
,
"getPSDEUILogicLinks"
:
[
{
"getDstPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"RAWJSCODE1"
},
"linkMode"
:
0
,
"name"
:
"连接名称"
,
"getSrcPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"PREPAREJSPARAM1"
}
}
],
"getPSDEUILogicNodeParams"
:
[
{
"getDstPSDEUILogicParam"
:
{
"modelref"
:
true
,
"id"
:
"selection"
},
"name"
:
"grid[state.selectedData] ==> selection"
,
"paramAction"
:
"SETPARAMVALUE"
,
"srcFieldName"
:
"state.selectedData"
,
"getSrcPSDEUILogicParam"
:
{
"modelref"
:
true
,
"id"
:
"grid"
},
"srcValueType"
:
"SRCDLPARAM"
}
],
"topPos"
:
208
},
{
"codeName"
:
"DEUIACTION1"
,
"getDstPSAppDEUIAction"
:
{
"modelref"
:
true
,
"id"
:
"Expand"
},
"getDstPSDEUILogicParam"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"leftPos"
:
819
,
"logicNodeType"
:
"DEUIACTION"
,
"name"
:
"界面行为"
,
"topPos"
:
208
},
{
"code"
:
"console.log(uiLogic, 111)
\r\n
if (uiLogic.selection) {
\r\n
const group = uiLogic.selection.find(x => x.isGroupData);
\r\n
if (group) {
\r\n
uiLogic.srfcollapsetag = group.srfkey;
\r\n
params.srfcollapsetag = group.srfkey;
\r\n
}
\r\n
}"
,
"codeName"
:
"RAWJSCODE1"
,
"leftPos"
:
356
,
"leftPos"
:
590
,
"logicNodeType"
:
"RAWJSCODE"
,
"name"
:
"注入脚本代码"
,
"getPSDEUILogicLinks"
:
[
{
"getDstPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"DEUIACTION1"
},
"linkMode"
:
0
,
"name"
:
"连接名称"
,
"getPSDEUILogicLinkGroupCond"
:
{
"groupOP"
:
"AND"
,
"logicType"
:
"GROUP"
,
"getPSDEUILogicLinkConds"
:
[
{
"condOP"
:
"ISNOTNULL"
,
"getDstLogicParam"
:
{
"modelref"
:
true
,
"id"
:
"srfcollapsetag"
},
"logicType"
:
"SINGLE"
,
"name"
:
"srfcollapsetag 值不为空(NotNil)"
}
]
},
"getSrcPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"RAWJSCODE1"
}
}
],
"topPos"
:
208
}
],
"getPSDEUILogicParams"
:
[
{
...
...
@@ -5489,6 +5693,16 @@
"logicName"
:
"表格"
,
"name"
:
"表格"
,
"ctrlParam"
:
true
},
{
"codeName"
:
"srfcollapsetag"
,
"logicName"
:
"折叠行标识"
,
"name"
:
"折叠行标识"
,
"entityParam"
:
true
},
{
"codeName"
:
"selection"
,
"logicName"
:
"选中数据"
,
"name"
:
"选中数据"
,
"entityParam"
:
true
}
],
"getStartPSDEUILogicNode"
:
{
"modelref"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookAutoGropuGridView.json
浏览文件 @
d60232d4
...
...
@@ -151,6 +151,7 @@
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"收缩"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"collapse"
,
...
...
@@ -161,9 +162,11 @@
},
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEDATA"
,
"caption"
:
"收缩"
,
"codeName"
:
"toolbar_AutoGropuGridViewtoolbar_collapse_click"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"Book_toolbar_AutoGropuGridViewtoolbar_collapse_click"
,
"name"
:
"收缩"
,
"getPSAppDEUILogic"
:
{
"modelref"
:
true
,
"id"
:
"calc_grid_row_tag"
...
...
@@ -180,10 +183,12 @@
"uILogicType"
:
"DELOGIC"
,
"id"
:
"toolbar_AutoGropuGridViewtoolbar_collapse_click@Book"
},
"tooltip"
:
"收缩"
,
"uIActionTarget"
:
"SINGLEDATA"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"expand"
,
...
...
@@ -194,12 +199,14 @@
},
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEDATA"
,
"caption"
:
"展开"
,
"codeName"
:
"toolbar_AutoGropuGridViewtoolbar_expand_click"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"Book_toolbar_AutoGropuGridViewtoolbar_expand_click"
,
"name"
:
"展开"
,
"getPSAppDEUILogic"
:
{
"modelref"
:
true
,
"id"
:
"calc_grid_row_tag"
"id"
:
"calc_grid_row_tag
2
"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
...
...
@@ -213,6 +220,7 @@
"uILogicType"
:
"DELOGIC"
,
"id"
:
"toolbar_AutoGropuGridViewtoolbar_expand_click@Book"
},
"tooltip"
:
"展开"
,
"uIActionTarget"
:
"SINGLEDATA"
,
"showCaption"
:
true
,
"showIcon"
:
true
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
d60232d4
...
...
@@ -110621,9 +110621,11 @@
"id" : "testMutiKey@Book"
}, {
"actionTarget" : "SINGLEDATA",
"caption" : "收缩",
"codeName" : "toolbar_AutoGropuGridViewtoolbar_collapse_click",
"frontProcessType" : "OTHER",
"fullCodeName" : "Book_toolbar_AutoGropuGridViewtoolbar_collapse_click",
"name" : "收缩",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "calc_grid_row_tag"
...
...
@@ -110641,12 +110643,14 @@
"id" : "toolbar_AutoGropuGridViewtoolbar_collapse_click@Book"
}, {
"actionTarget" : "SINGLEDATA",
"caption" : "展开",
"codeName" : "toolbar_AutoGropuGridViewtoolbar_expand_click",
"frontProcessType" : "OTHER",
"fullCodeName" : "Book_toolbar_AutoGropuGridViewtoolbar_expand_click",
"name" : "展开",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "calc_grid_row_tag"
"id" : "calc_grid_row_tag
2
"
},
"getPSAppDataEntity" : {
"modelref" : true,
...
...
@@ -110790,8 +110794,8 @@
"getAllPSAppDEUILogics" : [ {
"codeName" : "calc_grid_row_tag",
"defaultParamName" : "Default",
"logicName" : "计算
展开
收缩表格行标识",
"name" : "计算
展开
收缩表格行标识",
"logicName" : "计算收缩表格行标识",
"name" : "计算收缩表格行标识",
"getPSDEUILogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
...
...
@@ -110799,8 +110803,137 @@
"name" : "开始",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "PREPAREJSPARAM1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "PREPAREJSPARAM1",
"leftPos" : 360,
"logicNodeType" : "PREPAREJSPARAM",
"name" : "准备参数",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "RAWJSCODE1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "PREPAREJSPARAM1"
}
} ],
"getPSDEUILogicNodeParams" : [ {
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "selection"
},
"name" : "grid[state.selectedData] ==> selection",
"paramAction" : "SETPARAMVALUE",
"srcFieldName" : "state.selectedData",
"getSrcPSDEUILogicParam" : {
"modelref" : true,
"id" : "grid"
},
"srcValueType" : "SRCDLPARAM"
} ],
"topPos" : 208
}, {
"code" : "console.log(uiLogic, 111)\r\nif (uiLogic.selection) {\r\n const group = uiLogic.selection.find(x => x.isGroupData);\r\n if (group) {\r\n uiLogic.srfcollapsetag = group.srfkey;\r\n params.srfcollapsetag = group.srfkey;\r\n }\r\n}",
"codeName" : "RAWJSCODE1",
"leftPos" : 590,
"logicNodeType" : "RAWJSCODE",
"name" : "注入脚本代码",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "DEUIACTION1"
},
"linkMode" : 0,
"name" : "连接名称",
"getPSDEUILogicLinkGroupCond" : {
"groupOP" : "AND",
"logicType" : "GROUP",
"getPSDEUILogicLinkConds" : [ {
"condOP" : "ISNOTNULL",
"getDstLogicParam" : {
"modelref" : true,
"id" : "srfcollapsetag"
},
"logicType" : "SINGLE",
"name" : "srfcollapsetag 值不为空(NotNil)"
} ]
},
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "RAWJSCODE1"
}
} ],
"topPos" : 208
}, {
"codeName" : "DEUIACTION1",
"getDstPSAppDEUIAction" : {
"modelref" : true,
"id" : "Collapse"
},
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "Default"
},
"leftPos" : 819,
"logicNodeType" : "DEUIACTION",
"name" : "界面行为",
"topPos" : 208
} ],
"getPSDEUILogicParams" : [ {
"codeName" : "srfcollapsetag",
"logicName" : "折叠行标识",
"name" : "折叠行标识",
"entityParam" : true
}, {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"default" : true,
"entityParam" : true
}, {
"codeName" : "grid",
"logicName" : "表格",
"name" : "表格",
"ctrlParam" : true
}, {
"codeName" : "selection",
"logicName" : "选中数据",
"name" : "选中数据",
"entityParam" : true
} ],
"getStartPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
}, {
"codeName" : "calc_grid_row_tag2",
"defaultParamName" : "Default",
"logicName" : "计算展开表格行标识",
"name" : "计算展开表格行标识",
"getPSDEUILogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "PREPAREJSPARAM1"
},
"linkMode" : 0,
"name" : "连接名称",
...
...
@@ -110812,11 +110945,82 @@
"topPos" : 200,
"parallelOutput" : true
}, {
"code" : "console.log(uiLogic, 111)",
"codeName" : "PREPAREJSPARAM1",
"leftPos" : 360,
"logicNodeType" : "PREPAREJSPARAM",
"name" : "准备参数",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "RAWJSCODE1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "PREPAREJSPARAM1"
}
} ],
"getPSDEUILogicNodeParams" : [ {
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "selection"
},
"name" : "grid[state.selectedData] ==> selection",
"paramAction" : "SETPARAMVALUE",
"srcFieldName" : "state.selectedData",
"getSrcPSDEUILogicParam" : {
"modelref" : true,
"id" : "grid"
},
"srcValueType" : "SRCDLPARAM"
} ],
"topPos" : 208
}, {
"codeName" : "DEUIACTION1",
"getDstPSAppDEUIAction" : {
"modelref" : true,
"id" : "Expand"
},
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "Default"
},
"leftPos" : 819,
"logicNodeType" : "DEUIACTION",
"name" : "界面行为",
"topPos" : 208
}, {
"code" : "console.log(uiLogic, 111)\r\nif (uiLogic.selection) {\r\n const group = uiLogic.selection.find(x => x.isGroupData);\r\n if (group) {\r\n uiLogic.srfcollapsetag = group.srfkey;\r\n params.srfcollapsetag = group.srfkey;\r\n }\r\n}",
"codeName" : "RAWJSCODE1",
"leftPos" :
356
,
"leftPos" :
590
,
"logicNodeType" : "RAWJSCODE",
"name" : "注入脚本代码",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "DEUIACTION1"
},
"linkMode" : 0,
"name" : "连接名称",
"getPSDEUILogicLinkGroupCond" : {
"groupOP" : "AND",
"logicType" : "GROUP",
"getPSDEUILogicLinkConds" : [ {
"condOP" : "ISNOTNULL",
"getDstLogicParam" : {
"modelref" : true,
"id" : "srfcollapsetag"
},
"logicType" : "SINGLE",
"name" : "srfcollapsetag 值不为空(NotNil)"
} ]
},
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "RAWJSCODE1"
}
} ],
"topPos" : 208
} ],
"getPSDEUILogicParams" : [ {
...
...
@@ -110830,6 +111034,16 @@
"logicName" : "表格",
"name" : "表格",
"ctrlParam" : true
}, {
"codeName" : "srfcollapsetag",
"logicName" : "折叠行标识",
"name" : "折叠行标识",
"entityParam" : true
}, {
"codeName" : "selection",
"logicName" : "选中数据",
"name" : "选中数据",
"entityParam" : true
} ],
"getStartPSDEUILogicNode" : {
"modelref" : true,
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录