提交 d60232d4 编写于 作者: ibizdev's avatar ibizdev

tony001 发布系统代码 [TrainSys,网页端]

上级 4ea8e7ad
...@@ -4865,13 +4865,32 @@ ...@@ -4865,13 +4865,32 @@
"getAllPSAppDEUILogics" : [ { "getAllPSAppDEUILogics" : [ {
"codeName" : "calc_grid_row_tag", "codeName" : "calc_grid_row_tag",
"defaultParamName" : "Default", "defaultParamName" : "Default",
"logicName" : "计算展开收缩表格行标识", "logicName" : "计算收缩表格行标识",
"name" : "计算展开收缩表格行标识", "name" : "计算收缩表格行标识",
"getPSDEUILogicNodes" : [ { "getPSDEUILogicNodes" : [ {
"codeName" : "Begin", "codeName" : "Begin",
"leftPos" : 200, "leftPos" : 200,
"logicNodeType" : "BEGIN", "logicNodeType" : "BEGIN",
"name" : "开始", "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" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
...@@ -4879,6 +4898,116 @@ ...@@ -4879,6 +4898,116 @@
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "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" : "连接名称",
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "Begin" "id" : "Begin"
...@@ -4887,11 +5016,82 @@ ...@@ -4887,11 +5016,82 @@
"topPos" : 200, "topPos" : 200,
"parallelOutput" : true "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", "codeName" : "RAWJSCODE1",
"leftPos" : 356, "leftPos" : 590,
"logicNodeType" : "RAWJSCODE", "logicNodeType" : "RAWJSCODE",
"name" : "注入脚本代码", "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 "topPos" : 208
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
...@@ -4905,6 +5105,16 @@ ...@@ -4905,6 +5105,16 @@
"logicName" : "表格", "logicName" : "表格",
"name" : "表格", "name" : "表格",
"ctrlParam" : true "ctrlParam" : true
}, {
"codeName" : "srfcollapsetag",
"logicName" : "折叠行标识",
"name" : "折叠行标识",
"entityParam" : true
}, {
"codeName" : "selection",
"logicName" : "选中数据",
"name" : "选中数据",
"entityParam" : true
} ], } ],
"getStartPSDEUILogicNode" : { "getStartPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
......
...@@ -5030,13 +5030,32 @@ ...@@ -5030,13 +5030,32 @@
"getAllPSAppDEUILogics" : [ { "getAllPSAppDEUILogics" : [ {
"codeName" : "calc_grid_row_tag", "codeName" : "calc_grid_row_tag",
"defaultParamName" : "Default", "defaultParamName" : "Default",
"logicName" : "计算展开收缩表格行标识", "logicName" : "计算收缩表格行标识",
"name" : "计算展开收缩表格行标识", "name" : "计算收缩表格行标识",
"getPSDEUILogicNodes" : [ { "getPSDEUILogicNodes" : [ {
"codeName" : "Begin", "codeName" : "Begin",
"leftPos" : 200, "leftPos" : 200,
"logicNodeType" : "BEGIN", "logicNodeType" : "BEGIN",
"name" : "开始", "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" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
...@@ -5044,6 +5063,116 @@ ...@@ -5044,6 +5063,116 @@
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "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" : "连接名称",
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "Begin" "id" : "Begin"
...@@ -5052,11 +5181,82 @@ ...@@ -5052,11 +5181,82 @@
"topPos" : 200, "topPos" : 200,
"parallelOutput" : true "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", "codeName" : "RAWJSCODE1",
"leftPos" : 356, "leftPos" : 590,
"logicNodeType" : "RAWJSCODE", "logicNodeType" : "RAWJSCODE",
"name" : "注入脚本代码", "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 "topPos" : 208
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
...@@ -5070,6 +5270,16 @@ ...@@ -5070,6 +5270,16 @@
"logicName" : "表格", "logicName" : "表格",
"name" : "表格", "name" : "表格",
"ctrlParam" : true "ctrlParam" : true
}, {
"codeName" : "srfcollapsetag",
"logicName" : "折叠行标识",
"name" : "折叠行标识",
"entityParam" : true
}, {
"codeName" : "selection",
"logicName" : "选中数据",
"name" : "选中数据",
"entityParam" : true
} ], } ],
"getStartPSDEUILogicNode" : { "getStartPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
......
...@@ -5280,9 +5280,11 @@ ...@@ -5280,9 +5280,11 @@
"id" : "testMutiKey@Book" "id" : "testMutiKey@Book"
}, { }, {
"actionTarget" : "SINGLEDATA", "actionTarget" : "SINGLEDATA",
"caption" : "收缩",
"codeName" : "toolbar_AutoGropuGridViewtoolbar_collapse_click", "codeName" : "toolbar_AutoGropuGridViewtoolbar_collapse_click",
"frontProcessType" : "OTHER", "frontProcessType" : "OTHER",
"fullCodeName" : "Book_toolbar_AutoGropuGridViewtoolbar_collapse_click", "fullCodeName" : "Book_toolbar_AutoGropuGridViewtoolbar_collapse_click",
"name" : "收缩",
"getPSAppDEUILogic" : { "getPSAppDEUILogic" : {
"modelref" : true, "modelref" : true,
"id" : "calc_grid_row_tag" "id" : "calc_grid_row_tag"
...@@ -5300,12 +5302,14 @@ ...@@ -5300,12 +5302,14 @@
"id" : "toolbar_AutoGropuGridViewtoolbar_collapse_click@Book" "id" : "toolbar_AutoGropuGridViewtoolbar_collapse_click@Book"
}, { }, {
"actionTarget" : "SINGLEDATA", "actionTarget" : "SINGLEDATA",
"caption" : "展开",
"codeName" : "toolbar_AutoGropuGridViewtoolbar_expand_click", "codeName" : "toolbar_AutoGropuGridViewtoolbar_expand_click",
"frontProcessType" : "OTHER", "frontProcessType" : "OTHER",
"fullCodeName" : "Book_toolbar_AutoGropuGridViewtoolbar_expand_click", "fullCodeName" : "Book_toolbar_AutoGropuGridViewtoolbar_expand_click",
"name" : "展开",
"getPSAppDEUILogic" : { "getPSAppDEUILogic" : {
"modelref" : true, "modelref" : true,
"id" : "calc_grid_row_tag" "id" : "calc_grid_row_tag2"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
...@@ -5449,8 +5453,8 @@ ...@@ -5449,8 +5453,8 @@
"getAllPSAppDEUILogics" : [ { "getAllPSAppDEUILogics" : [ {
"codeName" : "calc_grid_row_tag", "codeName" : "calc_grid_row_tag",
"defaultParamName" : "Default", "defaultParamName" : "Default",
"logicName" : "计算展开收缩表格行标识", "logicName" : "计算收缩表格行标识",
"name" : "计算展开收缩表格行标识", "name" : "计算收缩表格行标识",
"getPSDEUILogicNodes" : [ { "getPSDEUILogicNodes" : [ {
"codeName" : "Begin", "codeName" : "Begin",
"leftPos" : 200, "leftPos" : 200,
...@@ -5458,8 +5462,137 @@ ...@@ -5458,8 +5462,137 @@
"name" : "开始", "name" : "开始",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "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, "modelref" : true,
"id" : "RAWJSCODE1" "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, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
...@@ -5471,11 +5604,82 @@ ...@@ -5471,11 +5604,82 @@
"topPos" : 200, "topPos" : 200,
"parallelOutput" : true "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", "codeName" : "RAWJSCODE1",
"leftPos" : 356, "leftPos" : 590,
"logicNodeType" : "RAWJSCODE", "logicNodeType" : "RAWJSCODE",
"name" : "注入脚本代码", "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 "topPos" : 208
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
...@@ -5489,6 +5693,16 @@ ...@@ -5489,6 +5693,16 @@
"logicName" : "表格", "logicName" : "表格",
"name" : "表格", "name" : "表格",
"ctrlParam" : true "ctrlParam" : true
}, {
"codeName" : "srfcollapsetag",
"logicName" : "折叠行标识",
"name" : "折叠行标识",
"entityParam" : true
}, {
"codeName" : "selection",
"logicName" : "选中数据",
"name" : "选中数据",
"entityParam" : true
} ], } ],
"getStartPSDEUILogicNode" : { "getStartPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
......
...@@ -151,6 +151,7 @@ ...@@ -151,6 +151,7 @@
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, { }, {
"caption" : "收缩",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
"name" : "collapse", "name" : "collapse",
...@@ -161,9 +162,11 @@ ...@@ -161,9 +162,11 @@
}, },
"getPSUIAction" : { "getPSUIAction" : {
"actionTarget" : "SINGLEDATA", "actionTarget" : "SINGLEDATA",
"caption" : "收缩",
"codeName" : "toolbar_AutoGropuGridViewtoolbar_collapse_click", "codeName" : "toolbar_AutoGropuGridViewtoolbar_collapse_click",
"frontProcessType" : "OTHER", "frontProcessType" : "OTHER",
"fullCodeName" : "Book_toolbar_AutoGropuGridViewtoolbar_collapse_click", "fullCodeName" : "Book_toolbar_AutoGropuGridViewtoolbar_collapse_click",
"name" : "收缩",
"getPSAppDEUILogic" : { "getPSAppDEUILogic" : {
"modelref" : true, "modelref" : true,
"id" : "calc_grid_row_tag" "id" : "calc_grid_row_tag"
...@@ -180,10 +183,12 @@ ...@@ -180,10 +183,12 @@
"uILogicType" : "DELOGIC", "uILogicType" : "DELOGIC",
"id" : "toolbar_AutoGropuGridViewtoolbar_collapse_click@Book" "id" : "toolbar_AutoGropuGridViewtoolbar_collapse_click@Book"
}, },
"tooltip" : "收缩",
"uIActionTarget" : "SINGLEDATA", "uIActionTarget" : "SINGLEDATA",
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, { }, {
"caption" : "展开",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
"name" : "expand", "name" : "expand",
...@@ -194,12 +199,14 @@ ...@@ -194,12 +199,14 @@
}, },
"getPSUIAction" : { "getPSUIAction" : {
"actionTarget" : "SINGLEDATA", "actionTarget" : "SINGLEDATA",
"caption" : "展开",
"codeName" : "toolbar_AutoGropuGridViewtoolbar_expand_click", "codeName" : "toolbar_AutoGropuGridViewtoolbar_expand_click",
"frontProcessType" : "OTHER", "frontProcessType" : "OTHER",
"fullCodeName" : "Book_toolbar_AutoGropuGridViewtoolbar_expand_click", "fullCodeName" : "Book_toolbar_AutoGropuGridViewtoolbar_expand_click",
"name" : "展开",
"getPSAppDEUILogic" : { "getPSAppDEUILogic" : {
"modelref" : true, "modelref" : true,
"id" : "calc_grid_row_tag" "id" : "calc_grid_row_tag2"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
...@@ -213,6 +220,7 @@ ...@@ -213,6 +220,7 @@
"uILogicType" : "DELOGIC", "uILogicType" : "DELOGIC",
"id" : "toolbar_AutoGropuGridViewtoolbar_expand_click@Book" "id" : "toolbar_AutoGropuGridViewtoolbar_expand_click@Book"
}, },
"tooltip" : "展开",
"uIActionTarget" : "SINGLEDATA", "uIActionTarget" : "SINGLEDATA",
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
......
...@@ -110621,9 +110621,11 @@ ...@@ -110621,9 +110621,11 @@
"id" : "testMutiKey@Book" "id" : "testMutiKey@Book"
}, { }, {
"actionTarget" : "SINGLEDATA", "actionTarget" : "SINGLEDATA",
"caption" : "收缩",
"codeName" : "toolbar_AutoGropuGridViewtoolbar_collapse_click", "codeName" : "toolbar_AutoGropuGridViewtoolbar_collapse_click",
"frontProcessType" : "OTHER", "frontProcessType" : "OTHER",
"fullCodeName" : "Book_toolbar_AutoGropuGridViewtoolbar_collapse_click", "fullCodeName" : "Book_toolbar_AutoGropuGridViewtoolbar_collapse_click",
"name" : "收缩",
"getPSAppDEUILogic" : { "getPSAppDEUILogic" : {
"modelref" : true, "modelref" : true,
"id" : "calc_grid_row_tag" "id" : "calc_grid_row_tag"
...@@ -110641,12 +110643,14 @@ ...@@ -110641,12 +110643,14 @@
"id" : "toolbar_AutoGropuGridViewtoolbar_collapse_click@Book" "id" : "toolbar_AutoGropuGridViewtoolbar_collapse_click@Book"
}, { }, {
"actionTarget" : "SINGLEDATA", "actionTarget" : "SINGLEDATA",
"caption" : "展开",
"codeName" : "toolbar_AutoGropuGridViewtoolbar_expand_click", "codeName" : "toolbar_AutoGropuGridViewtoolbar_expand_click",
"frontProcessType" : "OTHER", "frontProcessType" : "OTHER",
"fullCodeName" : "Book_toolbar_AutoGropuGridViewtoolbar_expand_click", "fullCodeName" : "Book_toolbar_AutoGropuGridViewtoolbar_expand_click",
"name" : "展开",
"getPSAppDEUILogic" : { "getPSAppDEUILogic" : {
"modelref" : true, "modelref" : true,
"id" : "calc_grid_row_tag" "id" : "calc_grid_row_tag2"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
...@@ -110790,8 +110794,8 @@ ...@@ -110790,8 +110794,8 @@
"getAllPSAppDEUILogics" : [ { "getAllPSAppDEUILogics" : [ {
"codeName" : "calc_grid_row_tag", "codeName" : "calc_grid_row_tag",
"defaultParamName" : "Default", "defaultParamName" : "Default",
"logicName" : "计算展开收缩表格行标识", "logicName" : "计算收缩表格行标识",
"name" : "计算展开收缩表格行标识", "name" : "计算收缩表格行标识",
"getPSDEUILogicNodes" : [ { "getPSDEUILogicNodes" : [ {
"codeName" : "Begin", "codeName" : "Begin",
"leftPos" : 200, "leftPos" : 200,
...@@ -110799,8 +110803,137 @@ ...@@ -110799,8 +110803,137 @@
"name" : "开始", "name" : "开始",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "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, "modelref" : true,
"id" : "RAWJSCODE1" "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, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
...@@ -110812,11 +110945,82 @@ ...@@ -110812,11 +110945,82 @@
"topPos" : 200, "topPos" : 200,
"parallelOutput" : true "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", "codeName" : "RAWJSCODE1",
"leftPos" : 356, "leftPos" : 590,
"logicNodeType" : "RAWJSCODE", "logicNodeType" : "RAWJSCODE",
"name" : "注入脚本代码", "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 "topPos" : 208
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
...@@ -110830,6 +111034,16 @@ ...@@ -110830,6 +111034,16 @@
"logicName" : "表格", "logicName" : "表格",
"name" : "表格", "name" : "表格",
"ctrlParam" : true "ctrlParam" : true
}, {
"codeName" : "srfcollapsetag",
"logicName" : "折叠行标识",
"name" : "折叠行标识",
"entityParam" : true
}, {
"codeName" : "selection",
"logicName" : "选中数据",
"name" : "选中数据",
"entityParam" : true
} ], } ],
"getStartPSDEUILogicNode" : { "getStartPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册