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

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

上级 612ba02c
...@@ -7137,6 +7137,12 @@ ...@@ -7137,6 +7137,12 @@
} ], } ],
"topPos" : 180, "topPos" : 180,
"parallelOutput" : true "parallelOutput" : true
}, {
"codeName" : "END1",
"leftPos" : 240,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 462
}, { }, {
"codeName" : "PREPAREJSPARAM1", "codeName" : "PREPAREJSPARAM1",
"leftPos" : 200, "leftPos" : 200,
...@@ -7158,42 +7164,24 @@ ...@@ -7158,42 +7164,24 @@
"dstFieldName" : "name", "dstFieldName" : "name",
"getDstPSDEUILogicParam" : { "getDstPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "test" "id" : "GLOBAL"
}, },
"name" : "直接值[全局变量] ==> test[name]", "name" : "直接值[全局变量] ==> GLOBAL[name]",
"paramAction" : "SETPARAMVALUE", "paramAction" : "SETPARAMVALUE",
"srcValue" : "全局变量", "srcValue" : "全局变量",
"srcValueType" : "SRCVALUE" "srcValueType" : "SRCVALUE"
}, {
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "GLOBAL"
},
"name" : "test ==> GLOBAL",
"paramAction" : "BINDPARAM",
"getSrcPSDEUILogicParam" : {
"modelref" : true,
"id" : "test"
},
"srcValueType" : "SRCDLPARAM"
}, { }, {
"dstFieldName" : "value", "dstFieldName" : "value",
"getDstPSDEUILogicParam" : { "getDstPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "test" "id" : "GLOBAL"
}, },
"name" : "直接值[测试123123121] ==> test[value]", "name" : "直接值[测试123123121] ==> GLOBAL[value]",
"paramAction" : "SETPARAMVALUE", "paramAction" : "SETPARAMVALUE",
"srcValue" : "测试123123121", "srcValue" : "测试123123121",
"srcValueType" : "SRCVALUE" "srcValueType" : "SRCVALUE"
} ], } ],
"topPos" : 340 "topPos" : 340
}, {
"codeName" : "END1",
"leftPos" : 240,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 462
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "Default", "codeName" : "Default",
...@@ -7201,17 +7189,17 @@ ...@@ -7201,17 +7189,17 @@
"name" : "传入变量", "name" : "传入变量",
"default" : true, "default" : true,
"entityParam" : true "entityParam" : true
}, {
"codeName" : "test",
"logicName" : "测试",
"name" : "测试",
"entityParam" : true
}, { }, {
"codeName" : "GLOBAL", "codeName" : "GLOBAL",
"logicName" : "全局变量", "logicName" : "全局变量",
"name" : "全局变量", "name" : "全局变量",
"paramFieldName" : "test", "paramFieldName" : "test",
"appGlobalParam" : true "appGlobalParam" : true
}, {
"codeName" : "test",
"logicName" : "测试",
"name" : "测试",
"entityParam" : true
} ], } ],
"getStartPSDEUILogicNode" : { "getStartPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
......
...@@ -1498,6 +1498,10 @@ ...@@ -1498,6 +1498,10 @@
"frontProcessType" : "EDITFORM", "frontProcessType" : "EDITFORM",
"fullCodeName" : "Student_portlet_edit", "fullCodeName" : "Student_portlet_edit",
"name" : "门户行为组编辑", "name" : "门户行为组编辑",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "calc_portlet_form_data"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Student.json" "path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Student.json"
...@@ -1828,16 +1832,20 @@ ...@@ -1828,16 +1832,20 @@
"modelid" : "398C8A43-2882-4943-AC1E-7D254D0A5183", "modelid" : "398C8A43-2882-4943-AC1E-7D254D0A5183",
"modeltype" : "PSDEFORM_EDITFORM" "modeltype" : "PSDEFORM_EDITFORM"
}, },
"getPSNavigateContexts" : [ { "getPSNavigateParams" : [ {
"key" : "SRFFORMNAME", "key" : "srfformname",
"name" : "SRFFORMNAME", "name" : "srfformname",
"value" : "name", "value" : "name",
"rawValue" : false "rawValue" : false
} ], } ],
"timeout" : 60000, "timeout" : 60000,
"uIActionMode" : "FRONT", "uIActionMode" : "FRONT",
"uIActionParamJO" : {
"srfformname" : "%name%"
},
"uIActionTag" : "portlet_edit", "uIActionTag" : "portlet_edit",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
"uILogicAttachMode" : "AFTER",
"globalUIAction" : true, "globalUIAction" : true,
"id" : "portlet_edit@Student" "id" : "portlet_edit@Student"
} ], } ],
...@@ -1866,30 +1874,24 @@ ...@@ -1866,30 +1874,24 @@
"topPos" : 200, "topPos" : 200,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"code" : "console.log(222)", "code" : "const portletView = view.getController(\"studentGridView\");\r\nif (portletView) {\r\n uiLogic.data.name=portletView.model.caption;\r\n}",
"codeName" : "RAWJSCODE2", "codeName" : "RAWJSCODE1",
"leftPos" : 922, "leftPos" : 360,
"logicNodeType" : "RAWJSCODE", "logicNodeType" : "RAWJSCODE",
"name" : "注入脚本代码", "name" : "注入脚本代码",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "END1" "id" : "DEUIACTION1"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "RAWJSCODE2" "id" : "RAWJSCODE1"
} }
} ], } ],
"topPos" : 208 "topPos" : 208
}, {
"codeName" : "END1",
"leftPos" : 1206,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 200
}, { }, {
"codeName" : "DEUIACTION1", "codeName" : "DEUIACTION1",
"getDstPSAppDEUIAction" : { "getDstPSAppDEUIAction" : {
...@@ -1914,7 +1916,7 @@ ...@@ -1914,7 +1916,7 @@
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "RAWJSCODE2" "id" : "END1"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
...@@ -1925,24 +1927,11 @@ ...@@ -1925,24 +1927,11 @@
} ], } ],
"topPos" : 208 "topPos" : 208
}, { }, {
"code" : "const portletView = view.getController(\"studentGridView\");\r\nif (portletView) {\r\n uiLogic.data.name=portletView.model.caption;\r\n}", "codeName" : "END1",
"codeName" : "RAWJSCODE1", "leftPos" : 976,
"leftPos" : 360, "logicNodeType" : "END",
"logicNodeType" : "RAWJSCODE", "name" : "结束",
"name" : "注入脚本代码", "topPos" : 200
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "DEUIACTION1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "RAWJSCODE1"
}
} ],
"topPos" : 208
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "data", "codeName" : "data",
......
...@@ -7147,6 +7147,12 @@ ...@@ -7147,6 +7147,12 @@
} ], } ],
"topPos" : 180, "topPos" : 180,
"parallelOutput" : true "parallelOutput" : true
}, {
"codeName" : "END1",
"leftPos" : 240,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 462
}, { }, {
"codeName" : "PREPAREJSPARAM1", "codeName" : "PREPAREJSPARAM1",
"leftPos" : 200, "leftPos" : 200,
...@@ -7168,42 +7174,24 @@ ...@@ -7168,42 +7174,24 @@
"dstFieldName" : "name", "dstFieldName" : "name",
"getDstPSDEUILogicParam" : { "getDstPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "test" "id" : "GLOBAL"
}, },
"name" : "直接值[全局变量] ==> test[name]", "name" : "直接值[全局变量] ==> GLOBAL[name]",
"paramAction" : "SETPARAMVALUE", "paramAction" : "SETPARAMVALUE",
"srcValue" : "全局变量", "srcValue" : "全局变量",
"srcValueType" : "SRCVALUE" "srcValueType" : "SRCVALUE"
}, {
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "GLOBAL"
},
"name" : "test ==> GLOBAL",
"paramAction" : "BINDPARAM",
"getSrcPSDEUILogicParam" : {
"modelref" : true,
"id" : "test"
},
"srcValueType" : "SRCDLPARAM"
}, { }, {
"dstFieldName" : "value", "dstFieldName" : "value",
"getDstPSDEUILogicParam" : { "getDstPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "test" "id" : "GLOBAL"
}, },
"name" : "直接值[测试123123121] ==> test[value]", "name" : "直接值[测试123123121] ==> GLOBAL[value]",
"paramAction" : "SETPARAMVALUE", "paramAction" : "SETPARAMVALUE",
"srcValue" : "测试123123121", "srcValue" : "测试123123121",
"srcValueType" : "SRCVALUE" "srcValueType" : "SRCVALUE"
} ], } ],
"topPos" : 340 "topPos" : 340
}, {
"codeName" : "END1",
"leftPos" : 240,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 462
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "Default", "codeName" : "Default",
...@@ -7211,17 +7199,17 @@ ...@@ -7211,17 +7199,17 @@
"name" : "传入变量", "name" : "传入变量",
"default" : true, "default" : true,
"entityParam" : true "entityParam" : true
}, {
"codeName" : "test",
"logicName" : "测试",
"name" : "测试",
"entityParam" : true
}, { }, {
"codeName" : "GLOBAL", "codeName" : "GLOBAL",
"logicName" : "全局变量", "logicName" : "全局变量",
"name" : "全局变量", "name" : "全局变量",
"paramFieldName" : "test", "paramFieldName" : "test",
"appGlobalParam" : true "appGlobalParam" : true
}, {
"codeName" : "test",
"logicName" : "测试",
"name" : "测试",
"entityParam" : true
} ], } ],
"getStartPSDEUILogicNode" : { "getStartPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
......
...@@ -1519,6 +1519,10 @@ ...@@ -1519,6 +1519,10 @@
"frontProcessType" : "EDITFORM", "frontProcessType" : "EDITFORM",
"fullCodeName" : "Student_portlet_edit", "fullCodeName" : "Student_portlet_edit",
"name" : "门户行为组编辑", "name" : "门户行为组编辑",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "calc_portlet_form_data"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
...@@ -1849,16 +1853,20 @@ ...@@ -1849,16 +1853,20 @@
"modelid" : "398C8A43-2882-4943-AC1E-7D254D0A5183", "modelid" : "398C8A43-2882-4943-AC1E-7D254D0A5183",
"modeltype" : "PSDEFORM_EDITFORM" "modeltype" : "PSDEFORM_EDITFORM"
}, },
"getPSNavigateContexts" : [ { "getPSNavigateParams" : [ {
"key" : "SRFFORMNAME", "key" : "srfformname",
"name" : "SRFFORMNAME", "name" : "srfformname",
"value" : "name", "value" : "name",
"rawValue" : false "rawValue" : false
} ], } ],
"timeout" : 60000, "timeout" : 60000,
"uIActionMode" : "FRONT", "uIActionMode" : "FRONT",
"uIActionParamJO" : {
"srfformname" : "%name%"
},
"uIActionTag" : "portlet_edit", "uIActionTag" : "portlet_edit",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
"uILogicAttachMode" : "AFTER",
"globalUIAction" : true, "globalUIAction" : true,
"id" : "portlet_edit@Student" "id" : "portlet_edit@Student"
}, { }, {
...@@ -1904,30 +1912,24 @@ ...@@ -1904,30 +1912,24 @@
"topPos" : 200, "topPos" : 200,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"code" : "console.log(222)", "code" : "const portletView = view.getController(\"studentGridView\");\r\nif (portletView) {\r\n uiLogic.data.name=portletView.model.caption;\r\n}",
"codeName" : "RAWJSCODE2", "codeName" : "RAWJSCODE1",
"leftPos" : 922, "leftPos" : 360,
"logicNodeType" : "RAWJSCODE", "logicNodeType" : "RAWJSCODE",
"name" : "注入脚本代码", "name" : "注入脚本代码",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "END1" "id" : "DEUIACTION1"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "RAWJSCODE2" "id" : "RAWJSCODE1"
} }
} ], } ],
"topPos" : 208 "topPos" : 208
}, {
"codeName" : "END1",
"leftPos" : 1206,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 200
}, { }, {
"codeName" : "DEUIACTION1", "codeName" : "DEUIACTION1",
"getDstPSAppDEUIAction" : { "getDstPSAppDEUIAction" : {
...@@ -1952,7 +1954,7 @@ ...@@ -1952,7 +1954,7 @@
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "RAWJSCODE2" "id" : "END1"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
...@@ -1963,24 +1965,11 @@ ...@@ -1963,24 +1965,11 @@
} ], } ],
"topPos" : 208 "topPos" : 208
}, { }, {
"code" : "const portletView = view.getController(\"studentGridView\");\r\nif (portletView) {\r\n uiLogic.data.name=portletView.model.caption;\r\n}", "codeName" : "END1",
"codeName" : "RAWJSCODE1", "leftPos" : 976,
"leftPos" : 360, "logicNodeType" : "END",
"logicNodeType" : "RAWJSCODE", "name" : "结束",
"name" : "注入脚本代码", "topPos" : 200
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "DEUIACTION1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "RAWJSCODE1"
}
} ],
"topPos" : 208
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "data", "codeName" : "data",
......
...@@ -8560,6 +8560,12 @@ ...@@ -8560,6 +8560,12 @@
} ], } ],
"topPos" : 180, "topPos" : 180,
"parallelOutput" : true "parallelOutput" : true
}, {
"codeName" : "END1",
"leftPos" : 240,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 462
}, { }, {
"codeName" : "PREPAREJSPARAM1", "codeName" : "PREPAREJSPARAM1",
"leftPos" : 200, "leftPos" : 200,
...@@ -8581,42 +8587,24 @@ ...@@ -8581,42 +8587,24 @@
"dstFieldName" : "name", "dstFieldName" : "name",
"getDstPSDEUILogicParam" : { "getDstPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "test" "id" : "GLOBAL"
}, },
"name" : "直接值[全局变量] ==> test[name]", "name" : "直接值[全局变量] ==> GLOBAL[name]",
"paramAction" : "SETPARAMVALUE", "paramAction" : "SETPARAMVALUE",
"srcValue" : "全局变量", "srcValue" : "全局变量",
"srcValueType" : "SRCVALUE" "srcValueType" : "SRCVALUE"
}, {
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "GLOBAL"
},
"name" : "test ==> GLOBAL",
"paramAction" : "BINDPARAM",
"getSrcPSDEUILogicParam" : {
"modelref" : true,
"id" : "test"
},
"srcValueType" : "SRCDLPARAM"
}, { }, {
"dstFieldName" : "value", "dstFieldName" : "value",
"getDstPSDEUILogicParam" : { "getDstPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "test" "id" : "GLOBAL"
}, },
"name" : "直接值[测试123123121] ==> test[value]", "name" : "直接值[测试123123121] ==> GLOBAL[value]",
"paramAction" : "SETPARAMVALUE", "paramAction" : "SETPARAMVALUE",
"srcValue" : "测试123123121", "srcValue" : "测试123123121",
"srcValueType" : "SRCVALUE" "srcValueType" : "SRCVALUE"
} ], } ],
"topPos" : 340 "topPos" : 340
}, {
"codeName" : "END1",
"leftPos" : 240,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 462
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "Default", "codeName" : "Default",
...@@ -8624,17 +8612,17 @@ ...@@ -8624,17 +8612,17 @@
"name" : "传入变量", "name" : "传入变量",
"default" : true, "default" : true,
"entityParam" : true "entityParam" : true
}, {
"codeName" : "test",
"logicName" : "测试",
"name" : "测试",
"entityParam" : true
}, { }, {
"codeName" : "GLOBAL", "codeName" : "GLOBAL",
"logicName" : "全局变量", "logicName" : "全局变量",
"name" : "全局变量", "name" : "全局变量",
"paramFieldName" : "test", "paramFieldName" : "test",
"appGlobalParam" : true "appGlobalParam" : true
}, {
"codeName" : "test",
"logicName" : "测试",
"name" : "测试",
"entityParam" : true
} ], } ],
"getStartPSDEUILogicNode" : { "getStartPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
......
...@@ -88893,6 +88893,12 @@ ...@@ -88893,6 +88893,12 @@
} ], } ],
"topPos" : 180, "topPos" : 180,
"parallelOutput" : true "parallelOutput" : true
}, {
"codeName" : "END1",
"leftPos" : 240,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 462
}, { }, {
"codeName" : "PREPAREJSPARAM1", "codeName" : "PREPAREJSPARAM1",
"leftPos" : 200, "leftPos" : 200,
...@@ -88914,42 +88920,24 @@ ...@@ -88914,42 +88920,24 @@
"dstFieldName" : "name", "dstFieldName" : "name",
"getDstPSDEUILogicParam" : { "getDstPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "test" "id" : "GLOBAL"
}, },
"name" : "直接值[全局变量] ==> test[name]", "name" : "直接值[全局变量] ==> GLOBAL[name]",
"paramAction" : "SETPARAMVALUE", "paramAction" : "SETPARAMVALUE",
"srcValue" : "全局变量", "srcValue" : "全局变量",
"srcValueType" : "SRCVALUE" "srcValueType" : "SRCVALUE"
}, {
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "GLOBAL"
},
"name" : "test ==> GLOBAL",
"paramAction" : "BINDPARAM",
"getSrcPSDEUILogicParam" : {
"modelref" : true,
"id" : "test"
},
"srcValueType" : "SRCDLPARAM"
}, { }, {
"dstFieldName" : "value", "dstFieldName" : "value",
"getDstPSDEUILogicParam" : { "getDstPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "test" "id" : "GLOBAL"
}, },
"name" : "直接值[测试123123121] ==> test[value]", "name" : "直接值[测试123123121] ==> GLOBAL[value]",
"paramAction" : "SETPARAMVALUE", "paramAction" : "SETPARAMVALUE",
"srcValue" : "测试123123121", "srcValue" : "测试123123121",
"srcValueType" : "SRCVALUE" "srcValueType" : "SRCVALUE"
} ], } ],
"topPos" : 340 "topPos" : 340
}, {
"codeName" : "END1",
"leftPos" : 240,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 462
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "Default", "codeName" : "Default",
...@@ -88957,17 +88945,17 @@ ...@@ -88957,17 +88945,17 @@
"name" : "传入变量", "name" : "传入变量",
"default" : true, "default" : true,
"entityParam" : true "entityParam" : true
}, {
"codeName" : "test",
"logicName" : "测试",
"name" : "测试",
"entityParam" : true
}, { }, {
"codeName" : "GLOBAL", "codeName" : "GLOBAL",
"logicName" : "全局变量", "logicName" : "全局变量",
"name" : "全局变量", "name" : "全局变量",
"paramFieldName" : "test", "paramFieldName" : "test",
"appGlobalParam" : true "appGlobalParam" : true
}, {
"codeName" : "test",
"logicName" : "测试",
"name" : "测试",
"entityParam" : true
} ], } ],
"getStartPSDEUILogicNode" : { "getStartPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
...@@ -102627,6 +102615,10 @@ ...@@ -102627,6 +102615,10 @@
"frontProcessType" : "EDITFORM", "frontProcessType" : "EDITFORM",
"fullCodeName" : "Student_portlet_edit", "fullCodeName" : "Student_portlet_edit",
"name" : "门户行为组编辑", "name" : "门户行为组编辑",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "calc_portlet_form_data"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
...@@ -102957,16 +102949,20 @@ ...@@ -102957,16 +102949,20 @@
"modelid" : "398C8A43-2882-4943-AC1E-7D254D0A5183", "modelid" : "398C8A43-2882-4943-AC1E-7D254D0A5183",
"modeltype" : "PSDEFORM_EDITFORM" "modeltype" : "PSDEFORM_EDITFORM"
}, },
"getPSNavigateContexts" : [ { "getPSNavigateParams" : [ {
"key" : "SRFFORMNAME", "key" : "srfformname",
"name" : "SRFFORMNAME", "name" : "srfformname",
"value" : "name", "value" : "name",
"rawValue" : false "rawValue" : false
} ], } ],
"timeout" : 60000, "timeout" : 60000,
"uIActionMode" : "FRONT", "uIActionMode" : "FRONT",
"uIActionParamJO" : {
"srfformname" : "%name%"
},
"uIActionTag" : "portlet_edit", "uIActionTag" : "portlet_edit",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
"uILogicAttachMode" : "AFTER",
"globalUIAction" : true, "globalUIAction" : true,
"id" : "portlet_edit@Student" "id" : "portlet_edit@Student"
}, { }, {
...@@ -103012,30 +103008,24 @@ ...@@ -103012,30 +103008,24 @@
"topPos" : 200, "topPos" : 200,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"code" : "console.log(222)", "code" : "const portletView = view.getController(\"studentGridView\");\r\nif (portletView) {\r\n uiLogic.data.name=portletView.model.caption;\r\n}",
"codeName" : "RAWJSCODE2", "codeName" : "RAWJSCODE1",
"leftPos" : 922, "leftPos" : 360,
"logicNodeType" : "RAWJSCODE", "logicNodeType" : "RAWJSCODE",
"name" : "注入脚本代码", "name" : "注入脚本代码",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "END1" "id" : "DEUIACTION1"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "RAWJSCODE2" "id" : "RAWJSCODE1"
} }
} ], } ],
"topPos" : 208 "topPos" : 208
}, {
"codeName" : "END1",
"leftPos" : 1206,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 200
}, { }, {
"codeName" : "DEUIACTION1", "codeName" : "DEUIACTION1",
"getDstPSAppDEUIAction" : { "getDstPSAppDEUIAction" : {
...@@ -103060,7 +103050,7 @@ ...@@ -103060,7 +103050,7 @@
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "RAWJSCODE2" "id" : "END1"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
...@@ -103071,24 +103061,11 @@ ...@@ -103071,24 +103061,11 @@
} ], } ],
"topPos" : 208 "topPos" : 208
}, { }, {
"code" : "const portletView = view.getController(\"studentGridView\");\r\nif (portletView) {\r\n uiLogic.data.name=portletView.model.caption;\r\n}", "codeName" : "END1",
"codeName" : "RAWJSCODE1", "leftPos" : 976,
"leftPos" : 360, "logicNodeType" : "END",
"logicNodeType" : "RAWJSCODE", "name" : "结束",
"name" : "注入脚本代码", "topPos" : 200
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "DEUIACTION1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "RAWJSCODE1"
}
} ],
"topPos" : 208
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "data", "codeName" : "data",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册