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

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

上级 f54aa12c
...@@ -1240,16 +1240,16 @@ ...@@ -1240,16 +1240,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
}, { }, {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
} ] } ]
}, { }, {
......
...@@ -2639,6 +2639,40 @@ ...@@ -2639,6 +2639,40 @@
"id" : "actionResult" "id" : "actionResult"
}, },
"topPos" : 208 "topPos" : 208
}, {
"codeName" : "DEUIACTION1",
"getDstPSAppDEUIAction" : {
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"modelref" : true,
"id" : "drawer_edit@TEST"
},
"getDstPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "actionResult"
},
"leftPos" : 630,
"logicNodeType" : "DEUIACTION",
"name" : "界面行为",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "PREPAREJSPARAM1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "DEUIACTION1"
}
} ],
"topPos" : 208
}, { }, {
"codeName" : "PREPAREJSPARAM1", "codeName" : "PREPAREJSPARAM1",
"leftPos" : 857, "leftPos" : 857,
...@@ -2674,7 +2708,11 @@ ...@@ -2674,7 +2708,11 @@
"srcValueType" : "SRCVALUE" "srcValueType" : "SRCVALUE"
}, { }, {
"dstFieldName" : "size", "dstFieldName" : "size",
"name" : "当前视图参数[size] ==> [size]", "getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "actionParams"
},
"name" : "当前视图参数[size] ==> actionParams[size]",
"paramAction" : "SETPARAMVALUE", "paramAction" : "SETPARAMVALUE",
"srcFieldName" : "size", "srcFieldName" : "size",
"srcValueType" : "VIEWPARAM" "srcValueType" : "VIEWPARAM"
...@@ -2690,7 +2728,11 @@ ...@@ -2690,7 +2728,11 @@
"srcValueType" : "APPDATA" "srcValueType" : "APPDATA"
}, { }, {
"dstFieldName" : "isdev", "dstFieldName" : "isdev",
"name" : "当前环境参数[dev] ==> [isdev]", "getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "actionParams"
},
"name" : "当前环境参数[dev] ==> actionParams[isdev]",
"paramAction" : "SETPARAMVALUE", "paramAction" : "SETPARAMVALUE",
"srcFieldName" : "dev", "srcFieldName" : "dev",
"srcValueType" : "ENVPARAM" "srcValueType" : "ENVPARAM"
...@@ -2710,47 +2752,8 @@ ...@@ -2710,47 +2752,8 @@
"srcValueType" : "SRCDLPARAM" "srcValueType" : "SRCDLPARAM"
} ], } ],
"topPos" : 208 "topPos" : 208
}, {
"codeName" : "DEUIACTION1",
"getDstPSAppDEUIAction" : {
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"modelref" : true,
"id" : "drawer_edit@TEST"
},
"getDstPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "actionResult"
},
"leftPos" : 630,
"logicNodeType" : "DEUIACTION",
"name" : "界面行为",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "PREPAREJSPARAM1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "DEUIACTION1"
}
} ],
"topPos" : 208
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "actionResult",
"logicName" : "实体行为返回值",
"name" : "实体行为返回值",
"entityParam" : true
}, {
"codeName" : "Default", "codeName" : "Default",
"logicName" : "传入变量", "logicName" : "传入变量",
"name" : "传入变量", "name" : "传入变量",
...@@ -2761,6 +2764,11 @@ ...@@ -2761,6 +2764,11 @@
"logicName" : "操作参数", "logicName" : "操作参数",
"name" : "操作参数", "name" : "操作参数",
"entityParam" : true "entityParam" : true
}, {
"codeName" : "actionResult",
"logicName" : "实体行为返回值",
"name" : "实体行为返回值",
"entityParam" : true
} ], } ],
"getStartPSDEUILogicNode" : { "getStartPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
......
...@@ -2542,16 +2542,16 @@ ...@@ -2542,16 +2542,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
}, { }, {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
} ] } ]
} ], } ],
...@@ -26731,6 +26731,40 @@ ...@@ -26731,6 +26731,40 @@
"id" : "actionResult" "id" : "actionResult"
}, },
"topPos" : 208 "topPos" : 208
}, {
"codeName" : "DEUIACTION1",
"getDstPSAppDEUIAction" : {
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"modelref" : true,
"id" : "drawer_edit@TEST"
},
"getDstPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "actionResult"
},
"leftPos" : 630,
"logicNodeType" : "DEUIACTION",
"name" : "界面行为",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "PREPAREJSPARAM1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "DEUIACTION1"
}
} ],
"topPos" : 208
}, { }, {
"codeName" : "PREPAREJSPARAM1", "codeName" : "PREPAREJSPARAM1",
"leftPos" : 857, "leftPos" : 857,
...@@ -26766,7 +26800,11 @@ ...@@ -26766,7 +26800,11 @@
"srcValueType" : "SRCVALUE" "srcValueType" : "SRCVALUE"
}, { }, {
"dstFieldName" : "size", "dstFieldName" : "size",
"name" : "当前视图参数[size] ==> [size]", "getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "actionParams"
},
"name" : "当前视图参数[size] ==> actionParams[size]",
"paramAction" : "SETPARAMVALUE", "paramAction" : "SETPARAMVALUE",
"srcFieldName" : "size", "srcFieldName" : "size",
"srcValueType" : "VIEWPARAM" "srcValueType" : "VIEWPARAM"
...@@ -26782,7 +26820,11 @@ ...@@ -26782,7 +26820,11 @@
"srcValueType" : "APPDATA" "srcValueType" : "APPDATA"
}, { }, {
"dstFieldName" : "isdev", "dstFieldName" : "isdev",
"name" : "当前环境参数[dev] ==> [isdev]", "getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "actionParams"
},
"name" : "当前环境参数[dev] ==> actionParams[isdev]",
"paramAction" : "SETPARAMVALUE", "paramAction" : "SETPARAMVALUE",
"srcFieldName" : "dev", "srcFieldName" : "dev",
"srcValueType" : "ENVPARAM" "srcValueType" : "ENVPARAM"
...@@ -26802,47 +26844,8 @@ ...@@ -26802,47 +26844,8 @@
"srcValueType" : "SRCDLPARAM" "srcValueType" : "SRCDLPARAM"
} ], } ],
"topPos" : 208 "topPos" : 208
}, {
"codeName" : "DEUIACTION1",
"getDstPSAppDEUIAction" : {
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"modelref" : true,
"id" : "drawer_edit@TEST"
},
"getDstPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "actionResult"
},
"leftPos" : 630,
"logicNodeType" : "DEUIACTION",
"name" : "界面行为",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "PREPAREJSPARAM1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "DEUIACTION1"
}
} ],
"topPos" : 208
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "actionResult",
"logicName" : "实体行为返回值",
"name" : "实体行为返回值",
"entityParam" : true
}, {
"codeName" : "Default", "codeName" : "Default",
"logicName" : "传入变量", "logicName" : "传入变量",
"name" : "传入变量", "name" : "传入变量",
...@@ -26853,6 +26856,11 @@ ...@@ -26853,6 +26856,11 @@
"logicName" : "操作参数", "logicName" : "操作参数",
"name" : "操作参数", "name" : "操作参数",
"entityParam" : true "entityParam" : true
}, {
"codeName" : "actionResult",
"logicName" : "实体行为返回值",
"name" : "实体行为返回值",
"entityParam" : true
} ], } ],
"getStartPSDEUILogicNode" : { "getStartPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册