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

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

上级 85e69a7d
...@@ -7158,19 +7158,31 @@ ...@@ -7158,19 +7158,31 @@
"dstFieldName" : "name", "dstFieldName" : "name",
"getDstPSDEUILogicParam" : { "getDstPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "GLOBAL" "id" : "test"
}, },
"name" : "直接值[全局变量] ==> GLOBAL[name]", "name" : "直接值[全局变量] ==> test[name]",
"paramAction" : "SETPARAMVALUE", "paramAction" : "SETPARAMVALUE",
"srcValue" : "全局变量", "srcValue" : "全局变量",
"srcValueType" : "SRCVALUE" "srcValueType" : "SRCVALUE"
}, { }, {
"dstFieldName" : "value",
"getDstPSDEUILogicParam" : { "getDstPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "GLOBAL" "id" : "GLOBAL"
}, },
"name" : "直接值[测试123123121] ==> GLOBAL[value]", "name" : "test ==> GLOBAL",
"paramAction" : "BINDPARAM",
"getSrcPSDEUILogicParam" : {
"modelref" : true,
"id" : "test"
},
"srcValueType" : "SRCDLPARAM"
}, {
"dstFieldName" : "value",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "test"
},
"name" : "直接值[测试123123121] ==> test[value]",
"paramAction" : "SETPARAMVALUE", "paramAction" : "SETPARAMVALUE",
"srcValue" : "测试123123121", "srcValue" : "测试123123121",
"srcValueType" : "SRCVALUE" "srcValueType" : "SRCVALUE"
...@@ -7189,6 +7201,11 @@ ...@@ -7189,6 +7201,11 @@
"name" : "传入变量", "name" : "传入变量",
"default" : true, "default" : true,
"entityParam" : true "entityParam" : true
}, {
"codeName" : "test",
"logicName" : "测试",
"name" : "测试",
"entityParam" : true
}, { }, {
"codeName" : "GLOBAL", "codeName" : "GLOBAL",
"logicName" : "全局变量", "logicName" : "全局变量",
......
...@@ -1855,31 +1855,6 @@ ...@@ -1855,31 +1855,6 @@
} ], } ],
"topPos" : 200, "topPos" : 200,
"parallelOutput" : true "parallelOutput" : true
}, {
"codeName" : "END1",
"leftPos" : 1206,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 200
}, {
"code" : "uiLogic.data.name=uiLogic.studentGridView.model.caption;",
"codeName" : "RAWJSCODE1",
"leftPos" : 360,
"logicNodeType" : "RAWJSCODE",
"name" : "注入脚本代码",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "DEUIACTION1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "RAWJSCODE1"
}
} ],
"topPos" : 208
}, { }, {
"codeName" : "DEUIACTION1", "codeName" : "DEUIACTION1",
"getDstPSAppDEUIAction" : { "getDstPSAppDEUIAction" : {
...@@ -1914,6 +1889,31 @@ ...@@ -1914,6 +1889,31 @@
} }
} ], } ],
"topPos" : 208 "topPos" : 208
}, {
"code" : "const portletView = view.getController(\"studentGridView\");\r\nif (portletView) {\r\n uiLogic.data.name=portletView.model.caption;\r\n}",
"codeName" : "RAWJSCODE1",
"leftPos" : 360,
"logicNodeType" : "RAWJSCODE",
"name" : "注入脚本代码",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "DEUIACTION1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "RAWJSCODE1"
}
} ],
"topPos" : 208
}, {
"codeName" : "END1",
"leftPos" : 1206,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 200
}, { }, {
"code" : "console.log(222)", "code" : "console.log(222)",
"codeName" : "RAWJSCODE2", "codeName" : "RAWJSCODE2",
...@@ -1935,15 +1935,15 @@ ...@@ -1935,15 +1935,15 @@
"topPos" : 208 "topPos" : 208
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "studentGridView",
"logicName" : "门户嵌入视图",
"name" : "门户嵌入视图",
"ctrlParam" : true
}, {
"codeName" : "data", "codeName" : "data",
"logicName" : "输入数据", "logicName" : "输入数据",
"name" : "输入数据", "name" : "输入数据",
"entityParam" : true "entityParam" : true
}, {
"codeName" : "studentGridView",
"logicName" : "门户嵌入视图",
"name" : "门户嵌入视图",
"ctrlParam" : true
}, { }, {
"codeName" : "Default", "codeName" : "Default",
"logicName" : "传入变量", "logicName" : "传入变量",
......
...@@ -7168,19 +7168,31 @@ ...@@ -7168,19 +7168,31 @@
"dstFieldName" : "name", "dstFieldName" : "name",
"getDstPSDEUILogicParam" : { "getDstPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "GLOBAL" "id" : "test"
}, },
"name" : "直接值[全局变量] ==> GLOBAL[name]", "name" : "直接值[全局变量] ==> test[name]",
"paramAction" : "SETPARAMVALUE", "paramAction" : "SETPARAMVALUE",
"srcValue" : "全局变量", "srcValue" : "全局变量",
"srcValueType" : "SRCVALUE" "srcValueType" : "SRCVALUE"
}, { }, {
"dstFieldName" : "value",
"getDstPSDEUILogicParam" : { "getDstPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "GLOBAL" "id" : "GLOBAL"
}, },
"name" : "直接值[测试123123121] ==> GLOBAL[value]", "name" : "test ==> GLOBAL",
"paramAction" : "BINDPARAM",
"getSrcPSDEUILogicParam" : {
"modelref" : true,
"id" : "test"
},
"srcValueType" : "SRCDLPARAM"
}, {
"dstFieldName" : "value",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "test"
},
"name" : "直接值[测试123123121] ==> test[value]",
"paramAction" : "SETPARAMVALUE", "paramAction" : "SETPARAMVALUE",
"srcValue" : "测试123123121", "srcValue" : "测试123123121",
"srcValueType" : "SRCVALUE" "srcValueType" : "SRCVALUE"
...@@ -7199,6 +7211,11 @@ ...@@ -7199,6 +7211,11 @@
"name" : "传入变量", "name" : "传入变量",
"default" : true, "default" : true,
"entityParam" : true "entityParam" : true
}, {
"codeName" : "test",
"logicName" : "测试",
"name" : "测试",
"entityParam" : true
}, { }, {
"codeName" : "GLOBAL", "codeName" : "GLOBAL",
"logicName" : "全局变量", "logicName" : "全局变量",
......
...@@ -1893,31 +1893,6 @@ ...@@ -1893,31 +1893,6 @@
} ], } ],
"topPos" : 200, "topPos" : 200,
"parallelOutput" : true "parallelOutput" : true
}, {
"codeName" : "END1",
"leftPos" : 1206,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 200
}, {
"code" : "uiLogic.data.name=uiLogic.studentGridView.model.caption;",
"codeName" : "RAWJSCODE1",
"leftPos" : 360,
"logicNodeType" : "RAWJSCODE",
"name" : "注入脚本代码",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "DEUIACTION1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "RAWJSCODE1"
}
} ],
"topPos" : 208
}, { }, {
"codeName" : "DEUIACTION1", "codeName" : "DEUIACTION1",
"getDstPSAppDEUIAction" : { "getDstPSAppDEUIAction" : {
...@@ -1952,6 +1927,31 @@ ...@@ -1952,6 +1927,31 @@
} }
} ], } ],
"topPos" : 208 "topPos" : 208
}, {
"code" : "const portletView = view.getController(\"studentGridView\");\r\nif (portletView) {\r\n uiLogic.data.name=portletView.model.caption;\r\n}",
"codeName" : "RAWJSCODE1",
"leftPos" : 360,
"logicNodeType" : "RAWJSCODE",
"name" : "注入脚本代码",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "DEUIACTION1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "RAWJSCODE1"
}
} ],
"topPos" : 208
}, {
"codeName" : "END1",
"leftPos" : 1206,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 200
}, { }, {
"code" : "console.log(222)", "code" : "console.log(222)",
"codeName" : "RAWJSCODE2", "codeName" : "RAWJSCODE2",
...@@ -1973,15 +1973,15 @@ ...@@ -1973,15 +1973,15 @@
"topPos" : 208 "topPos" : 208
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "studentGridView",
"logicName" : "门户嵌入视图",
"name" : "门户嵌入视图",
"ctrlParam" : true
}, {
"codeName" : "data", "codeName" : "data",
"logicName" : "输入数据", "logicName" : "输入数据",
"name" : "输入数据", "name" : "输入数据",
"entityParam" : true "entityParam" : true
}, {
"codeName" : "studentGridView",
"logicName" : "门户嵌入视图",
"name" : "门户嵌入视图",
"ctrlParam" : true
}, { }, {
"codeName" : "Default", "codeName" : "Default",
"logicName" : "传入变量", "logicName" : "传入变量",
......
...@@ -8581,19 +8581,31 @@ ...@@ -8581,19 +8581,31 @@
"dstFieldName" : "name", "dstFieldName" : "name",
"getDstPSDEUILogicParam" : { "getDstPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "GLOBAL" "id" : "test"
}, },
"name" : "直接值[全局变量] ==> GLOBAL[name]", "name" : "直接值[全局变量] ==> test[name]",
"paramAction" : "SETPARAMVALUE", "paramAction" : "SETPARAMVALUE",
"srcValue" : "全局变量", "srcValue" : "全局变量",
"srcValueType" : "SRCVALUE" "srcValueType" : "SRCVALUE"
}, { }, {
"dstFieldName" : "value",
"getDstPSDEUILogicParam" : { "getDstPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "GLOBAL" "id" : "GLOBAL"
}, },
"name" : "直接值[测试123123121] ==> GLOBAL[value]", "name" : "test ==> GLOBAL",
"paramAction" : "BINDPARAM",
"getSrcPSDEUILogicParam" : {
"modelref" : true,
"id" : "test"
},
"srcValueType" : "SRCDLPARAM"
}, {
"dstFieldName" : "value",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "test"
},
"name" : "直接值[测试123123121] ==> test[value]",
"paramAction" : "SETPARAMVALUE", "paramAction" : "SETPARAMVALUE",
"srcValue" : "测试123123121", "srcValue" : "测试123123121",
"srcValueType" : "SRCVALUE" "srcValueType" : "SRCVALUE"
...@@ -8612,6 +8624,11 @@ ...@@ -8612,6 +8624,11 @@
"name" : "传入变量", "name" : "传入变量",
"default" : true, "default" : true,
"entityParam" : true "entityParam" : true
}, {
"codeName" : "test",
"logicName" : "测试",
"name" : "测试",
"entityParam" : true
}, { }, {
"codeName" : "GLOBAL", "codeName" : "GLOBAL",
"logicName" : "全局变量", "logicName" : "全局变量",
......
...@@ -88914,19 +88914,31 @@ ...@@ -88914,19 +88914,31 @@
"dstFieldName" : "name", "dstFieldName" : "name",
"getDstPSDEUILogicParam" : { "getDstPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "GLOBAL" "id" : "test"
}, },
"name" : "直接值[全局变量] ==> GLOBAL[name]", "name" : "直接值[全局变量] ==> test[name]",
"paramAction" : "SETPARAMVALUE", "paramAction" : "SETPARAMVALUE",
"srcValue" : "全局变量", "srcValue" : "全局变量",
"srcValueType" : "SRCVALUE" "srcValueType" : "SRCVALUE"
}, { }, {
"dstFieldName" : "value",
"getDstPSDEUILogicParam" : { "getDstPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "GLOBAL" "id" : "GLOBAL"
}, },
"name" : "直接值[测试123123121] ==> GLOBAL[value]", "name" : "test ==> GLOBAL",
"paramAction" : "BINDPARAM",
"getSrcPSDEUILogicParam" : {
"modelref" : true,
"id" : "test"
},
"srcValueType" : "SRCDLPARAM"
}, {
"dstFieldName" : "value",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "test"
},
"name" : "直接值[测试123123121] ==> test[value]",
"paramAction" : "SETPARAMVALUE", "paramAction" : "SETPARAMVALUE",
"srcValue" : "测试123123121", "srcValue" : "测试123123121",
"srcValueType" : "SRCVALUE" "srcValueType" : "SRCVALUE"
...@@ -88945,6 +88957,11 @@ ...@@ -88945,6 +88957,11 @@
"name" : "传入变量", "name" : "传入变量",
"default" : true, "default" : true,
"entityParam" : true "entityParam" : true
}, {
"codeName" : "test",
"logicName" : "测试",
"name" : "测试",
"entityParam" : true
}, { }, {
"codeName" : "GLOBAL", "codeName" : "GLOBAL",
"logicName" : "全局变量", "logicName" : "全局变量",
...@@ -102984,31 +103001,6 @@ ...@@ -102984,31 +103001,6 @@
} ], } ],
"topPos" : 200, "topPos" : 200,
"parallelOutput" : true "parallelOutput" : true
}, {
"codeName" : "END1",
"leftPos" : 1206,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 200
}, {
"code" : "uiLogic.data.name=uiLogic.studentGridView.model.caption;",
"codeName" : "RAWJSCODE1",
"leftPos" : 360,
"logicNodeType" : "RAWJSCODE",
"name" : "注入脚本代码",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "DEUIACTION1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "RAWJSCODE1"
}
} ],
"topPos" : 208
}, { }, {
"codeName" : "DEUIACTION1", "codeName" : "DEUIACTION1",
"getDstPSAppDEUIAction" : { "getDstPSAppDEUIAction" : {
...@@ -103043,6 +103035,31 @@ ...@@ -103043,6 +103035,31 @@
} }
} ], } ],
"topPos" : 208 "topPos" : 208
}, {
"code" : "const portletView = view.getController(\"studentGridView\");\r\nif (portletView) {\r\n uiLogic.data.name=portletView.model.caption;\r\n}",
"codeName" : "RAWJSCODE1",
"leftPos" : 360,
"logicNodeType" : "RAWJSCODE",
"name" : "注入脚本代码",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "DEUIACTION1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "RAWJSCODE1"
}
} ],
"topPos" : 208
}, {
"codeName" : "END1",
"leftPos" : 1206,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 200
}, { }, {
"code" : "console.log(222)", "code" : "console.log(222)",
"codeName" : "RAWJSCODE2", "codeName" : "RAWJSCODE2",
...@@ -103064,15 +103081,15 @@ ...@@ -103064,15 +103081,15 @@
"topPos" : 208 "topPos" : 208
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "studentGridView",
"logicName" : "门户嵌入视图",
"name" : "门户嵌入视图",
"ctrlParam" : true
}, {
"codeName" : "data", "codeName" : "data",
"logicName" : "输入数据", "logicName" : "输入数据",
"name" : "输入数据", "name" : "输入数据",
"entityParam" : true "entityParam" : true
}, {
"codeName" : "studentGridView",
"logicName" : "门户嵌入视图",
"name" : "门户嵌入视图",
"ctrlParam" : true
}, { }, {
"codeName" : "Default", "codeName" : "Default",
"logicName" : "传入变量", "logicName" : "传入变量",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册