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

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

上级 700d74e3
...@@ -2039,7 +2039,7 @@ ...@@ -2039,7 +2039,7 @@
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "RAWJSCODE1" "id" : "PREPAREJSPARAM1"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
...@@ -2051,24 +2051,11 @@ ...@@ -2051,24 +2051,11 @@
"topPos" : 200, "topPos" : 200,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"code" : "console.log(111)", "codeName" : "END1",
"codeName" : "RAWJSCODE1", "leftPos" : 1090,
"leftPos" : 249, "logicNodeType" : "END",
"logicNodeType" : "RAWJSCODE", "name" : "结束",
"name" : "注入脚本代码", "topPos" : 200
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "PREPAREJSPARAM1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "RAWJSCODE1"
}
} ],
"topPos" : 208
}, { }, {
"codeName" : "PREPAREJSPARAM1", "codeName" : "PREPAREJSPARAM1",
"leftPos" : 530, "leftPos" : 530,
...@@ -2129,19 +2116,12 @@ ...@@ -2129,19 +2116,12 @@
} }
} ], } ],
"topPos" : 208 "topPos" : 208
}, {
"codeName" : "END1",
"leftPos" : 1090,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 200
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "form", "codeName" : "eventArgs",
"logicName" : "表单", "logicName" : "事件参数",
"name" : "表单", "name" : "事件参数",
"activeCtrlParam" : true, "entityParam" : true
"ctrlParam" : true
}, { }, {
"codeName" : "Default", "codeName" : "Default",
"logicName" : "传入变量", "logicName" : "传入变量",
...@@ -2149,10 +2129,11 @@ ...@@ -2149,10 +2129,11 @@
"default" : true, "default" : true,
"entityParam" : true "entityParam" : true
}, { }, {
"codeName" : "eventArgs", "codeName" : "form",
"logicName" : "事件参数", "logicName" : "表单",
"name" : "事件参数", "name" : "表单",
"entityParam" : true "activeCtrlParam" : true,
"ctrlParam" : true
} ], } ],
"getStartPSDEUILogicNode" : { "getStartPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
......
...@@ -2077,7 +2077,7 @@ ...@@ -2077,7 +2077,7 @@
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "RAWJSCODE1" "id" : "PREPAREJSPARAM1"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
...@@ -2089,24 +2089,11 @@ ...@@ -2089,24 +2089,11 @@
"topPos" : 200, "topPos" : 200,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"code" : "console.log(111)", "codeName" : "END1",
"codeName" : "RAWJSCODE1", "leftPos" : 1090,
"leftPos" : 249, "logicNodeType" : "END",
"logicNodeType" : "RAWJSCODE", "name" : "结束",
"name" : "注入脚本代码", "topPos" : 200
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "PREPAREJSPARAM1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "RAWJSCODE1"
}
} ],
"topPos" : 208
}, { }, {
"codeName" : "PREPAREJSPARAM1", "codeName" : "PREPAREJSPARAM1",
"leftPos" : 530, "leftPos" : 530,
...@@ -2167,19 +2154,12 @@ ...@@ -2167,19 +2154,12 @@
} }
} ], } ],
"topPos" : 208 "topPos" : 208
}, {
"codeName" : "END1",
"leftPos" : 1090,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 200
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "form", "codeName" : "eventArgs",
"logicName" : "表单", "logicName" : "事件参数",
"name" : "表单", "name" : "事件参数",
"activeCtrlParam" : true, "entityParam" : true
"ctrlParam" : true
}, { }, {
"codeName" : "Default", "codeName" : "Default",
"logicName" : "传入变量", "logicName" : "传入变量",
...@@ -2187,10 +2167,11 @@ ...@@ -2187,10 +2167,11 @@
"default" : true, "default" : true,
"entityParam" : true "entityParam" : true
}, { }, {
"codeName" : "eventArgs", "codeName" : "form",
"logicName" : "事件参数", "logicName" : "表单",
"name" : "事件参数", "name" : "表单",
"entityParam" : true "activeCtrlParam" : true,
"ctrlParam" : true
} ], } ],
"getStartPSDEUILogicNode" : { "getStartPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
......
...@@ -103241,7 +103241,7 @@ ...@@ -103241,7 +103241,7 @@
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "RAWJSCODE1" "id" : "PREPAREJSPARAM1"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
...@@ -103253,24 +103253,11 @@ ...@@ -103253,24 +103253,11 @@
"topPos" : 200, "topPos" : 200,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"code" : "console.log(111)", "codeName" : "END1",
"codeName" : "RAWJSCODE1", "leftPos" : 1090,
"leftPos" : 249, "logicNodeType" : "END",
"logicNodeType" : "RAWJSCODE", "name" : "结束",
"name" : "注入脚本代码", "topPos" : 200
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "PREPAREJSPARAM1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "RAWJSCODE1"
}
} ],
"topPos" : 208
}, { }, {
"codeName" : "PREPAREJSPARAM1", "codeName" : "PREPAREJSPARAM1",
"leftPos" : 530, "leftPos" : 530,
...@@ -103331,19 +103318,12 @@ ...@@ -103331,19 +103318,12 @@
} }
} ], } ],
"topPos" : 208 "topPos" : 208
}, {
"codeName" : "END1",
"leftPos" : 1090,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 200
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "form", "codeName" : "eventArgs",
"logicName" : "表单", "logicName" : "事件参数",
"name" : "表单", "name" : "事件参数",
"activeCtrlParam" : true, "entityParam" : true
"ctrlParam" : true
}, { }, {
"codeName" : "Default", "codeName" : "Default",
"logicName" : "传入变量", "logicName" : "传入变量",
...@@ -103351,10 +103331,11 @@ ...@@ -103351,10 +103331,11 @@
"default" : true, "default" : true,
"entityParam" : true "entityParam" : true
}, { }, {
"codeName" : "eventArgs", "codeName" : "form",
"logicName" : "事件参数", "logicName" : "表单",
"name" : "事件参数", "name" : "表单",
"entityParam" : true "activeCtrlParam" : true,
"ctrlParam" : true
} ], } ],
"getStartPSDEUILogicNode" : { "getStartPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册