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

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

上级 65b560e3
...@@ -1677,8 +1677,59 @@ ...@@ -1677,8 +1677,59 @@
"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, "topPos" : 200,
"parallelOutput" : true "parallelOutput" : true
}, {
"codeName" : "PREPAREJSPARAM1",
"leftPos" : 301,
"logicNodeType" : "PREPAREJSPARAM",
"name" : "准备参数",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "VIEWCTRLINVOKE1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "PREPAREJSPARAM1"
}
} ],
"getPSDEUILogicNodeParams" : [ {
"name" : "直接值[item] ==>",
"paramAction" : "SETPARAMVALUE",
"srcValue" : "item",
"srcValueType" : "SRCVALUE"
} ],
"topPos" : 208
}, {
"codeName" : "VIEWCTRLINVOKE1",
"getInvokeCtrl" : {
"modelref" : true,
"id" : "tree"
},
"invokeMethod" : "newTreeNode",
"getInvokeParam" : {
"modelref" : true,
"id" : "tree"
},
"leftPos" : 571,
"logicNodeType" : "VIEWCTRLINVOKE",
"name" : "视图部件调用",
"topPos" : 208
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "Default", "codeName" : "Default",
...@@ -1686,6 +1737,12 @@ ...@@ -1686,6 +1737,12 @@
"name" : "传入变量", "name" : "传入变量",
"default" : true, "default" : true,
"entityParam" : true "entityParam" : true
}, {
"codeName" : "tree",
"logicName" : "树",
"name" : "树",
"activeCtrlParam" : true,
"ctrlParam" : true
} ], } ],
"getStartPSDEUILogicNode" : { "getStartPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
......
...@@ -71,14 +71,6 @@ ...@@ -71,14 +71,6 @@
} }
} ], } ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "EDITDATA",
"realTitle" : "书数据重定向视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookRedirectView.json",
"viewType" : "DEREDIRECTVIEW"
}
}, {
"name" : "NEWDATA", "name" : "NEWDATA",
"realTitle" : "书编辑视图", "realTitle" : "书编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
...@@ -86,6 +78,14 @@ ...@@ -86,6 +78,14 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, {
"name" : "EDITDATA",
"realTitle" : "书数据重定向视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookRedirectView.json",
"viewType" : "DEREDIRECTVIEW"
}
} ], } ],
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "AutoGropuGridViewtoolbar", "codeName" : "AutoGropuGridViewtoolbar",
......
...@@ -71439,8 +71439,59 @@ ...@@ -71439,8 +71439,59 @@
"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, "topPos" : 200,
"parallelOutput" : true "parallelOutput" : true
}, {
"codeName" : "PREPAREJSPARAM1",
"leftPos" : 301,
"logicNodeType" : "PREPAREJSPARAM",
"name" : "准备参数",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "VIEWCTRLINVOKE1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "PREPAREJSPARAM1"
}
} ],
"getPSDEUILogicNodeParams" : [ {
"name" : "直接值[item] ==>",
"paramAction" : "SETPARAMVALUE",
"srcValue" : "item",
"srcValueType" : "SRCVALUE"
} ],
"topPos" : 208
}, {
"codeName" : "VIEWCTRLINVOKE1",
"getInvokeCtrl" : {
"modelref" : true,
"id" : "tree"
},
"invokeMethod" : "newTreeNode",
"getInvokeParam" : {
"modelref" : true,
"id" : "tree"
},
"leftPos" : 571,
"logicNodeType" : "VIEWCTRLINVOKE",
"name" : "视图部件调用",
"topPos" : 208
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "Default", "codeName" : "Default",
...@@ -71448,6 +71499,12 @@ ...@@ -71448,6 +71499,12 @@
"name" : "传入变量", "name" : "传入变量",
"default" : true, "default" : true,
"entityParam" : true "entityParam" : true
}, {
"codeName" : "tree",
"logicName" : "树",
"name" : "树",
"activeCtrlParam" : true,
"ctrlParam" : true
} ], } ],
"getStartPSDEUILogicNode" : { "getStartPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册