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

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

上级 3eeb60a4
...@@ -5539,6 +5539,56 @@ ...@@ -5539,6 +5539,56 @@
"customCode" : true, "customCode" : true,
"enableBackend" : false, "enableBackend" : false,
"enableFront" : true "enableFront" : true
}, {
"codeName" : "getEnv",
"defaultParamName" : "Default",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDELOGICS/getEnv.json",
"logicName" : "获取env",
"name" : "获取env",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "END1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "END1",
"leftPos" : 510,
"logicNodeType" : "END",
"name" : "结束",
"rawValue" : "标题ccc",
"returnType" : "SRCVALUE",
"topPos" : 310
} ],
"getPSDELogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"getParamPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST.json"
},
"default" : true,
"entityParam" : true
} ],
"getStartPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : false,
"enableFront" : true
}, { }, {
"codeName" : "logic1", "codeName" : "logic1",
"defaultParamName" : "Default", "defaultParamName" : "Default",
......
{
"codeName" : "getEnv",
"defaultParamName" : "Default",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDELOGICS/getEnv.json",
"logicName" : "获取env",
"name" : "获取env",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "END1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "END1",
"leftPos" : 510,
"logicNodeType" : "END",
"name" : "结束",
"rawValue" : "标题ccc",
"returnType" : "SRCVALUE",
"topPos" : 310
} ],
"getPSDELogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"getParamPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST.json"
},
"default" : true,
"entityParam" : true
} ],
"getStartPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : false,
"enableFront" : true
}
\ No newline at end of file
...@@ -84,12 +84,19 @@ ...@@ -84,12 +84,19 @@
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "单项数据容器", "caption" : "单项数据容器",
"dataName" : "env",
"dataRegionType" : "SINGLEDATA", "dataRegionType" : "SINGLEDATA",
"dataSourceType" : "VIEWSESSIONPARAM", "dataSourceType" : "DELOGIC",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
"name" : "container_singledata", "name" : "container_singledata",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "getEnv"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSLayout" : { "getPSLayout" : {
"layout" : "FLEX" "layout" : "FLEX"
}, },
......
...@@ -3406,6 +3406,59 @@ ...@@ -3406,6 +3406,59 @@
"customCode" : true, "customCode" : true,
"enableBackend" : false, "enableBackend" : false,
"enableFront" : true "enableFront" : true
}, {
"codeName" : "getEnv",
"defaultParamName" : "Default",
"logicName" : "获取env",
"name" : "获取env",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "END1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "END1",
"leftPos" : 510,
"logicNodeType" : "END",
"name" : "结束",
"rawValue" : "标题ccc",
"returnType" : "SRCVALUE",
"topPos" : 310
} ],
"getPSDELogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"getParamPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getParamPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST.json"
},
"default" : true,
"entityParam" : true
} ],
"getStartPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : false,
"enableFront" : true
}, { }, {
"codeName" : "logic1", "codeName" : "logic1",
"defaultParamName" : "Default", "defaultParamName" : "Default",
...@@ -7239,6 +7292,50 @@ ...@@ -7239,6 +7292,50 @@
"modelref" : true, "modelref" : true,
"id" : "Begin" "id" : "Begin"
} }
}, {
"codeName" : "getEnv",
"defaultParamName" : "Default",
"logicName" : "获取env",
"name" : "获取env",
"getPSDEUILogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "END1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "END1",
"leftPos" : 440,
"logicNodeType" : "END",
"name" : "结束",
"rawValue" : "标题aaa",
"returnType" : "SRCVALUE",
"topPos" : 340
} ],
"getPSDEUILogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"default" : true,
"entityParam" : true
} ],
"getStartPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
}, { }, {
"codeName" : "getVariable", "codeName" : "getVariable",
"defaultParamName" : "Default", "defaultParamName" : "Default",
......
...@@ -84,12 +84,19 @@ ...@@ -84,12 +84,19 @@
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "单项数据容器", "caption" : "单项数据容器",
"dataName" : "env",
"dataRegionType" : "SINGLEDATA", "dataRegionType" : "SINGLEDATA",
"dataSourceType" : "VIEWSESSIONPARAM", "dataSourceType" : "DELOGIC",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
"name" : "container_singledata", "name" : "container_singledata",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "getEnv"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json"
},
"getPSLayout" : { "getPSLayout" : {
"layout" : "FLEX" "layout" : "FLEX"
}, },
......
...@@ -3406,6 +3406,59 @@ ...@@ -3406,6 +3406,59 @@
"customCode" : true, "customCode" : true,
"enableBackend" : false, "enableBackend" : false,
"enableFront" : true "enableFront" : true
}, {
"codeName" : "getEnv",
"defaultParamName" : "Default",
"logicName" : "获取env",
"name" : "获取env",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "END1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "END1",
"leftPos" : 510,
"logicNodeType" : "END",
"name" : "结束",
"rawValue" : "标题ccc",
"returnType" : "SRCVALUE",
"topPos" : 310
} ],
"getPSDELogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"getParamPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json"
},
"getParamPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST.json"
},
"default" : true,
"entityParam" : true
} ],
"getStartPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : false,
"enableFront" : true
}, { }, {
"codeName" : "logic1", "codeName" : "logic1",
"defaultParamName" : "Default", "defaultParamName" : "Default",
...@@ -7254,6 +7307,50 @@ ...@@ -7254,6 +7307,50 @@
"modelref" : true, "modelref" : true,
"id" : "Begin" "id" : "Begin"
} }
}, {
"codeName" : "getEnv",
"defaultParamName" : "Default",
"logicName" : "获取env",
"name" : "获取env",
"getPSDEUILogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "END1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "END1",
"leftPos" : 440,
"logicNodeType" : "END",
"name" : "结束",
"rawValue" : "标题aaa",
"returnType" : "SRCVALUE",
"topPos" : 340
} ],
"getPSDEUILogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"default" : true,
"entityParam" : true
} ],
"getStartPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
}, { }, {
"codeName" : "getVariable", "codeName" : "getVariable",
"defaultParamName" : "Default", "defaultParamName" : "Default",
......
...@@ -1862,12 +1862,19 @@ ...@@ -1862,12 +1862,19 @@
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "单项数据容器", "caption" : "单项数据容器",
"dataName" : "env",
"dataRegionType" : "SINGLEDATA", "dataRegionType" : "SINGLEDATA",
"dataSourceType" : "VIEWSESSIONPARAM", "dataSourceType" : "DELOGIC",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
"name" : "container_singledata", "name" : "container_singledata",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "getEnv"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json"
},
"getPSLayout" : { "getPSLayout" : {
"layout" : "FLEX" "layout" : "FLEX"
}, },
...@@ -2046,12 +2053,19 @@ ...@@ -2046,12 +2053,19 @@
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "单项数据容器", "caption" : "单项数据容器",
"dataName" : "env",
"dataRegionType" : "SINGLEDATA", "dataRegionType" : "SINGLEDATA",
"dataSourceType" : "VIEWSESSIONPARAM", "dataSourceType" : "DELOGIC",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
"name" : "container_singledata", "name" : "container_singledata",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "getEnv"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json"
},
"getPSLayout" : { "getPSLayout" : {
"layout" : "FLEX" "layout" : "FLEX"
}, },
...@@ -2236,12 +2250,19 @@ ...@@ -2236,12 +2250,19 @@
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "单项数据容器", "caption" : "单项数据容器",
"dataName" : "env",
"dataRegionType" : "SINGLEDATA", "dataRegionType" : "SINGLEDATA",
"dataSourceType" : "VIEWSESSIONPARAM", "dataSourceType" : "DELOGIC",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
"name" : "container_singledata", "name" : "container_singledata",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "getEnv"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json"
},
"getPSLayout" : { "getPSLayout" : {
"layout" : "FLEX" "layout" : "FLEX"
}, },
......
...@@ -84,12 +84,19 @@ ...@@ -84,12 +84,19 @@
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "单项数据容器", "caption" : "单项数据容器",
"dataName" : "env",
"dataRegionType" : "SINGLEDATA", "dataRegionType" : "SINGLEDATA",
"dataSourceType" : "VIEWSESSIONPARAM", "dataSourceType" : "DELOGIC",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
"name" : "container_singledata", "name" : "container_singledata",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "getEnv"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSLayout" : { "getPSLayout" : {
"layout" : "FLEX" "layout" : "FLEX"
}, },
......
...@@ -3406,6 +3406,59 @@ ...@@ -3406,6 +3406,59 @@
"customCode" : true, "customCode" : true,
"enableBackend" : false, "enableBackend" : false,
"enableFront" : true "enableFront" : true
}, {
"codeName" : "getEnv",
"defaultParamName" : "Default",
"logicName" : "获取env",
"name" : "获取env",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "END1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "END1",
"leftPos" : 510,
"logicNodeType" : "END",
"name" : "结束",
"rawValue" : "标题ccc",
"returnType" : "SRCVALUE",
"topPos" : 310
} ],
"getPSDELogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"getParamPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getParamPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST.json"
},
"default" : true,
"entityParam" : true
} ],
"getStartPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : false,
"enableFront" : true
}, { }, {
"codeName" : "logic1", "codeName" : "logic1",
"defaultParamName" : "Default", "defaultParamName" : "Default",
...@@ -8680,6 +8733,50 @@ ...@@ -8680,6 +8733,50 @@
"modelref" : true, "modelref" : true,
"id" : "Begin" "id" : "Begin"
} }
}, {
"codeName" : "getEnv",
"defaultParamName" : "Default",
"logicName" : "获取env",
"name" : "获取env",
"getPSDEUILogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "END1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "END1",
"leftPos" : 440,
"logicNodeType" : "END",
"name" : "结束",
"rawValue" : "标题aaa",
"returnType" : "SRCVALUE",
"topPos" : 340
} ],
"getPSDEUILogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"default" : true,
"entityParam" : true
} ],
"getStartPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
}, { }, {
"codeName" : "getVariable", "codeName" : "getVariable",
"defaultParamName" : "Default", "defaultParamName" : "Default",
......
...@@ -84,12 +84,19 @@ ...@@ -84,12 +84,19 @@
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "单项数据容器", "caption" : "单项数据容器",
"dataName" : "env",
"dataRegionType" : "SINGLEDATA", "dataRegionType" : "SINGLEDATA",
"dataSourceType" : "VIEWSESSIONPARAM", "dataSourceType" : "DELOGIC",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
"name" : "container_singledata", "name" : "container_singledata",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "getEnv"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSLayout" : { "getPSLayout" : {
"layout" : "FLEX" "layout" : "FLEX"
}, },
......
...@@ -24401,12 +24401,19 @@ ...@@ -24401,12 +24401,19 @@
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "单项数据容器", "caption" : "单项数据容器",
"dataName" : "env",
"dataRegionType" : "SINGLEDATA", "dataRegionType" : "SINGLEDATA",
"dataSourceType" : "VIEWSESSIONPARAM", "dataSourceType" : "DELOGIC",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
"name" : "container_singledata", "name" : "container_singledata",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "getEnv"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSLayout" : { "getPSLayout" : {
"layout" : "FLEX" "layout" : "FLEX"
}, },
...@@ -24585,12 +24592,19 @@ ...@@ -24585,12 +24592,19 @@
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "单项数据容器", "caption" : "单项数据容器",
"dataName" : "env",
"dataRegionType" : "SINGLEDATA", "dataRegionType" : "SINGLEDATA",
"dataSourceType" : "VIEWSESSIONPARAM", "dataSourceType" : "DELOGIC",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
"name" : "container_singledata", "name" : "container_singledata",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "getEnv"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSLayout" : { "getPSLayout" : {
"layout" : "FLEX" "layout" : "FLEX"
}, },
...@@ -24769,12 +24783,19 @@ ...@@ -24769,12 +24783,19 @@
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "单项数据容器", "caption" : "单项数据容器",
"dataName" : "env",
"dataRegionType" : "SINGLEDATA", "dataRegionType" : "SINGLEDATA",
"dataSourceType" : "VIEWSESSIONPARAM", "dataSourceType" : "DELOGIC",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
"name" : "container_singledata", "name" : "container_singledata",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "getEnv"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSLayout" : { "getPSLayout" : {
"layout" : "FLEX" "layout" : "FLEX"
}, },
...@@ -24931,12 +24952,19 @@ ...@@ -24931,12 +24952,19 @@
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "单项数据容器", "caption" : "单项数据容器",
"dataName" : "env",
"dataRegionType" : "SINGLEDATA", "dataRegionType" : "SINGLEDATA",
"dataSourceType" : "VIEWSESSIONPARAM", "dataSourceType" : "DELOGIC",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
"name" : "container_singledata", "name" : "container_singledata",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "getEnv"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSLayout" : { "getPSLayout" : {
"layout" : "FLEX" "layout" : "FLEX"
}, },
...@@ -25084,12 +25112,19 @@ ...@@ -25084,12 +25112,19 @@
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "单项数据容器", "caption" : "单项数据容器",
"dataName" : "env",
"dataRegionType" : "SINGLEDATA", "dataRegionType" : "SINGLEDATA",
"dataSourceType" : "VIEWSESSIONPARAM", "dataSourceType" : "DELOGIC",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
"name" : "container_singledata", "name" : "container_singledata",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "getEnv"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSLayout" : { "getPSLayout" : {
"layout" : "FLEX" "layout" : "FLEX"
}, },
...@@ -25375,12 +25410,19 @@ ...@@ -25375,12 +25410,19 @@
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "单项数据容器", "caption" : "单项数据容器",
"dataName" : "env",
"dataRegionType" : "SINGLEDATA", "dataRegionType" : "SINGLEDATA",
"dataSourceType" : "VIEWSESSIONPARAM", "dataSourceType" : "DELOGIC",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
"name" : "container_singledata", "name" : "container_singledata",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "getEnv"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSLayout" : { "getPSLayout" : {
"layout" : "FLEX" "layout" : "FLEX"
}, },
...@@ -104105,6 +104147,59 @@ ...@@ -104105,6 +104147,59 @@
"customCode" : true, "customCode" : true,
"enableBackend" : false, "enableBackend" : false,
"enableFront" : true "enableFront" : true
}, {
"codeName" : "getEnv",
"defaultParamName" : "Default",
"logicName" : "获取env",
"name" : "获取env",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "END1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "END1",
"leftPos" : 510,
"logicNodeType" : "END",
"name" : "结束",
"rawValue" : "标题ccc",
"returnType" : "SRCVALUE",
"topPos" : 310
} ],
"getPSDELogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"getParamPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getParamPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST.json"
},
"default" : true,
"entityParam" : true
} ],
"getStartPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : false,
"enableFront" : true
}, { }, {
"codeName" : "logic1", "codeName" : "logic1",
"defaultParamName" : "Default", "defaultParamName" : "Default",
...@@ -109379,6 +109474,50 @@ ...@@ -109379,6 +109474,50 @@
"modelref" : true, "modelref" : true,
"id" : "Begin" "id" : "Begin"
} }
}, {
"codeName" : "getEnv",
"defaultParamName" : "Default",
"logicName" : "获取env",
"name" : "获取env",
"getPSDEUILogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "END1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "END1",
"leftPos" : 440,
"logicNodeType" : "END",
"name" : "结束",
"rawValue" : "标题aaa",
"returnType" : "SRCVALUE",
"topPos" : 340
} ],
"getPSDEUILogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"default" : true,
"entityParam" : true
} ],
"getStartPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
}, { }, {
"codeName" : "getVariable", "codeName" : "getVariable",
"defaultParamName" : "Default", "defaultParamName" : "Default",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册