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

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

上级 db5b0632
...@@ -55,12 +55,6 @@ ...@@ -55,12 +55,6 @@
git clone -b master $para2 trainsys/ git clone -b master $para2 trainsys/
export NODE_OPTIONS=--max-old-space-size=4096 export NODE_OPTIONS=--max-old-space-size=4096
cd trainsys/ cd trainsys/
mvn clean package -Ptrainsys
mvn install -Ptrainsys
cd trainsys-provider
mvn -Ptrainsys docker:build
mvn -Ptrainsys docker:push
docker -H $para1 stack deploy --compose-file=src/main/docker/trainsys-provider-trainsys.yaml ebsx --with-registry-auth
</command> </command>
</hudson.tasks.Shell> </hudson.tasks.Shell>
</builders> </builders>
......
...@@ -50,16 +50,16 @@ ...@@ -50,16 +50,16 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "TreeNodeLayoutcodelistnode_cm", "codeName" : "TreeNodeLayoutstatic_2_cm",
"controlType" : "CONTEXTMENU", "controlType" : "CONTEXTMENU",
"logicName" : "树上下文菜单", "logicName" : "树上下文菜单",
"name" : "codelistnode_cm", "name" : "static_2_cm",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSControlParam" : { "getPSControlParam" : {
"id" : "codelistnode_cm" "id" : "static_2_cm"
}, },
"getPSDEToolbarItems" : [ { "getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -76,11 +76,11 @@ ...@@ -76,11 +76,11 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "codelistnode_cm_deuiaction1" "id" : "static_2_cm_deuiaction1"
}, },
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"itemName" : "deuiaction1", "itemName" : "deuiaction1",
"logicTag" : "codelistnode_cm", "logicTag" : "static_2_cm",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
"name" : "logic11", "name" : "logic11",
"scriptCode" : "true", "scriptCode" : "true",
...@@ -154,11 +154,11 @@ ...@@ -154,11 +154,11 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "codelistnode_cm_deuiaction2" "id" : "static_2_cm_deuiaction2"
}, },
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"itemName" : "deuiaction2", "itemName" : "deuiaction2",
"logicTag" : "codelistnode_cm", "logicTag" : "static_2_cm",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
"name" : "logic222", "name" : "logic222",
"scriptCode" : "false", "scriptCode" : "false",
...@@ -232,7 +232,7 @@ ...@@ -232,7 +232,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "codelistnode_cm_deuiaction4" "id" : "static_2_cm_deuiaction4"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf00d@FontAwesome", "glyph" : "xf00d@FontAwesome",
...@@ -287,7 +287,7 @@ ...@@ -287,7 +287,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "codelistnode_cm_deuiaction5" "id" : "static_2_cm_deuiaction5"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"actionTarget" : "NONE", "actionTarget" : "NONE",
...@@ -318,7 +318,7 @@ ...@@ -318,7 +318,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "codelistnode_cm_deuiaction3" "id" : "static_2_cm_deuiaction3"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf021@FontAwesome", "glyph" : "xf021@FontAwesome",
...@@ -361,16 +361,16 @@ ...@@ -361,16 +361,16 @@
"modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732", "modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732",
"modeltype" : "PSDETOOLBAR" "modeltype" : "PSDETOOLBAR"
}, { }, {
"codeName" : "TreeNodeLayoutstatic_1_cm", "codeName" : "TreeNodeLayoutcodelistnode_cm",
"controlType" : "CONTEXTMENU", "controlType" : "CONTEXTMENU",
"logicName" : "树上下文菜单", "logicName" : "树上下文菜单",
"name" : "static_1_cm", "name" : "codelistnode_cm",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSControlParam" : { "getPSControlParam" : {
"id" : "static_1_cm" "id" : "codelistnode_cm"
}, },
"getPSDEToolbarItems" : [ { "getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -387,11 +387,11 @@ ...@@ -387,11 +387,11 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "static_1_cm_deuiaction1" "id" : "codelistnode_cm_deuiaction1"
}, },
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"itemName" : "deuiaction1", "itemName" : "deuiaction1",
"logicTag" : "static_1_cm", "logicTag" : "codelistnode_cm",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
"name" : "logic11", "name" : "logic11",
"scriptCode" : "true", "scriptCode" : "true",
...@@ -465,11 +465,11 @@ ...@@ -465,11 +465,11 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "static_1_cm_deuiaction2" "id" : "codelistnode_cm_deuiaction2"
}, },
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"itemName" : "deuiaction2", "itemName" : "deuiaction2",
"logicTag" : "static_1_cm", "logicTag" : "codelistnode_cm",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
"name" : "logic222", "name" : "logic222",
"scriptCode" : "false", "scriptCode" : "false",
...@@ -543,7 +543,7 @@ ...@@ -543,7 +543,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "static_1_cm_deuiaction4" "id" : "codelistnode_cm_deuiaction4"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf00d@FontAwesome", "glyph" : "xf00d@FontAwesome",
...@@ -598,7 +598,7 @@ ...@@ -598,7 +598,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "static_1_cm_deuiaction5" "id" : "codelistnode_cm_deuiaction5"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"actionTarget" : "NONE", "actionTarget" : "NONE",
...@@ -629,7 +629,7 @@ ...@@ -629,7 +629,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "static_1_cm_deuiaction3" "id" : "codelistnode_cm_deuiaction3"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf021@FontAwesome", "glyph" : "xf021@FontAwesome",
...@@ -672,16 +672,16 @@ ...@@ -672,16 +672,16 @@
"modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732", "modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732",
"modeltype" : "PSDETOOLBAR" "modeltype" : "PSDETOOLBAR"
}, { }, {
"codeName" : "TreeNodeLayoutstatic_2_cm", "codeName" : "TreeNodeLayoutdatasetnode_cm",
"controlType" : "CONTEXTMENU", "controlType" : "CONTEXTMENU",
"logicName" : "树上下文菜单", "logicName" : "树上下文菜单",
"name" : "static_2_cm", "name" : "datasetnode_cm",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSControlParam" : { "getPSControlParam" : {
"id" : "static_2_cm" "id" : "datasetnode_cm"
}, },
"getPSDEToolbarItems" : [ { "getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -698,11 +698,11 @@ ...@@ -698,11 +698,11 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "static_2_cm_deuiaction1" "id" : "datasetnode_cm_deuiaction1"
}, },
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"itemName" : "deuiaction1", "itemName" : "deuiaction1",
"logicTag" : "static_2_cm", "logicTag" : "datasetnode_cm",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
"name" : "logic11", "name" : "logic11",
"scriptCode" : "true", "scriptCode" : "true",
...@@ -776,11 +776,11 @@ ...@@ -776,11 +776,11 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "static_2_cm_deuiaction2" "id" : "datasetnode_cm_deuiaction2"
}, },
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"itemName" : "deuiaction2", "itemName" : "deuiaction2",
"logicTag" : "static_2_cm", "logicTag" : "datasetnode_cm",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
"name" : "logic222", "name" : "logic222",
"scriptCode" : "false", "scriptCode" : "false",
...@@ -854,7 +854,7 @@ ...@@ -854,7 +854,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "static_2_cm_deuiaction4" "id" : "datasetnode_cm_deuiaction4"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf00d@FontAwesome", "glyph" : "xf00d@FontAwesome",
...@@ -909,7 +909,7 @@ ...@@ -909,7 +909,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "static_2_cm_deuiaction5" "id" : "datasetnode_cm_deuiaction5"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"actionTarget" : "NONE", "actionTarget" : "NONE",
...@@ -940,7 +940,7 @@ ...@@ -940,7 +940,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "static_2_cm_deuiaction3" "id" : "datasetnode_cm_deuiaction3"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf021@FontAwesome", "glyph" : "xf021@FontAwesome",
...@@ -983,16 +983,16 @@ ...@@ -983,16 +983,16 @@
"modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732", "modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732",
"modeltype" : "PSDETOOLBAR" "modeltype" : "PSDETOOLBAR"
}, { }, {
"codeName" : "TreeNodeLayoutdatasetnode_cm", "codeName" : "TreeNodeLayoutstatic_1_cm",
"controlType" : "CONTEXTMENU", "controlType" : "CONTEXTMENU",
"logicName" : "树上下文菜单", "logicName" : "树上下文菜单",
"name" : "datasetnode_cm", "name" : "static_1_cm",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSControlParam" : { "getPSControlParam" : {
"id" : "datasetnode_cm" "id" : "static_1_cm"
}, },
"getPSDEToolbarItems" : [ { "getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -1009,11 +1009,11 @@ ...@@ -1009,11 +1009,11 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "datasetnode_cm_deuiaction1" "id" : "static_1_cm_deuiaction1"
}, },
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"itemName" : "deuiaction1", "itemName" : "deuiaction1",
"logicTag" : "datasetnode_cm", "logicTag" : "static_1_cm",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
"name" : "logic11", "name" : "logic11",
"scriptCode" : "true", "scriptCode" : "true",
...@@ -1087,11 +1087,11 @@ ...@@ -1087,11 +1087,11 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "datasetnode_cm_deuiaction2" "id" : "static_1_cm_deuiaction2"
}, },
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"itemName" : "deuiaction2", "itemName" : "deuiaction2",
"logicTag" : "datasetnode_cm", "logicTag" : "static_1_cm",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
"name" : "logic222", "name" : "logic222",
"scriptCode" : "false", "scriptCode" : "false",
...@@ -1165,7 +1165,7 @@ ...@@ -1165,7 +1165,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "datasetnode_cm_deuiaction4" "id" : "static_1_cm_deuiaction4"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf00d@FontAwesome", "glyph" : "xf00d@FontAwesome",
...@@ -1220,7 +1220,7 @@ ...@@ -1220,7 +1220,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "datasetnode_cm_deuiaction5" "id" : "static_1_cm_deuiaction5"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"actionTarget" : "NONE", "actionTarget" : "NONE",
...@@ -1251,7 +1251,7 @@ ...@@ -1251,7 +1251,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "datasetnode_cm_deuiaction3" "id" : "static_1_cm_deuiaction3"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf021@FontAwesome", "glyph" : "xf021@FontAwesome",
...@@ -1303,7 +1303,7 @@ ...@@ -1303,7 +1303,7 @@
"modelref" : true, "modelref" : true,
"id" : "static_1" "id" : "static_1"
}, },
"name" : "默认根节点 - 静态节点1", "name" : "null - null",
"getParentPSDETreeNode" : { "getParentPSDETreeNode" : {
"modelref" : true, "modelref" : true,
"id" : "ROOT" "id" : "ROOT"
...@@ -1315,7 +1315,7 @@ ...@@ -1315,7 +1315,7 @@
"modelref" : true, "modelref" : true,
"id" : "codeListNode" "id" : "codeListNode"
}, },
"name" : "静态节点2 - 动态代码表节点", "name" : "null - null",
"getParentPSDETreeNode" : { "getParentPSDETreeNode" : {
"modelref" : true, "modelref" : true,
"id" : "static_2" "id" : "static_2"
...@@ -1327,7 +1327,7 @@ ...@@ -1327,7 +1327,7 @@
"modelref" : true, "modelref" : true,
"id" : "dataSetNode" "id" : "dataSetNode"
}, },
"name" : "静态节点1 - 动态实体节点", "name" : "null - null",
"getParentPSDETreeNode" : { "getParentPSDETreeNode" : {
"modelref" : true, "modelref" : true,
"id" : "static_1" "id" : "static_1"
...@@ -1339,7 +1339,7 @@ ...@@ -1339,7 +1339,7 @@
"modelref" : true, "modelref" : true,
"id" : "static_2" "id" : "static_2"
}, },
"name" : "默认根节点 - 静态节点2", "name" : "null - null",
"getParentPSDETreeNode" : { "getParentPSDETreeNode" : {
"modelref" : true, "modelref" : true,
"id" : "ROOT" "id" : "ROOT"
...@@ -1383,6 +1383,87 @@ ...@@ -1383,6 +1383,87 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestAll.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestAll.json"
}, },
"getPSControlRenders" : [ {
"name" : "codeListLayout",
"getPSLayoutPanel" : {
"getAllPSPanelFields" : [ {
"id" : "text",
"viewFieldName" : "text"
} ],
"codeName" : "Usr1205688658",
"controlType" : "PANEL",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSPANELS/Usr1205688658.json",
"layoutMode" : "Flex",
"logicName" : "动态代码表节点布局",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : { },
"getPSLayout" : {
"layout" : "FLEX"
},
"getRootPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container",
"getPSLayout" : {
"align" : "space-between",
"dir" : "row",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "标签",
"contentType" : "RAW",
"itemStyle" : "DEFAULT",
"itemType" : "RAWITEM",
"name" : "static_label",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSRawItem" : {
"caption" : "代码表:",
"contentType" : "RAW",
"name" : "static_label",
"predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH"
},
"rawContent" : "代码表:",
"showCaption" : true
}, {
"caption" : "文本(动态)",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "text",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "text",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"viewFieldName" : "text",
"hidden" : false,
"showCaption" : false
} ]
} ],
"layoutPanel" : true,
"name" : "codelistlayout",
"modelid" : "D941BC88-A9E3-408B-A156-799A383F624C",
"modeltype" : "PSSYSVIEWPANEL"
},
"renderType" : "LAYOUTPANEL"
} ],
"getPSDEContextMenu" : { "getPSDEContextMenu" : {
"codeName" : "TreeNodeLayoutcodelistnode_cm", "codeName" : "TreeNodeLayoutcodelistnode_cm",
"controlType" : "CONTEXTMENU", "controlType" : "CONTEXTMENU",
...@@ -1741,6 +1822,87 @@ ...@@ -1741,6 +1822,87 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}, },
"getPSControlRenders" : [ {
"name" : "dataSetLayout",
"getPSLayoutPanel" : {
"getAllPSPanelFields" : [ {
"id" : "text",
"viewFieldName" : "text"
} ],
"codeName" : "Usr1205634936",
"controlType" : "PANEL",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSPANELS/Usr1205634936.json",
"layoutMode" : "Flex",
"logicName" : "动态实体节点布局",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : { },
"getPSLayout" : {
"layout" : "FLEX"
},
"getRootPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container",
"getPSLayout" : {
"align" : "space-between",
"dir" : "row",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "标签",
"contentType" : "RAW",
"itemStyle" : "DEFAULT",
"itemType" : "RAWITEM",
"name" : "static_label",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSRawItem" : {
"caption" : "实体:",
"contentType" : "RAW",
"name" : "static_label",
"predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH"
},
"rawContent" : "实体:",
"showCaption" : true
}, {
"caption" : "文本(动态)",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "text",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "text",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"viewFieldName" : "text",
"hidden" : false,
"showCaption" : false
} ]
} ],
"layoutPanel" : true,
"name" : "datasetlayout",
"modelid" : "C93CEFC2-8727-4FB2-A0E8-DC2FA1D6495D",
"modeltype" : "PSSYSVIEWPANEL"
},
"renderType" : "LAYOUTPANEL"
} ],
"getPSDEContextMenu" : { "getPSDEContextMenu" : {
"codeName" : "TreeNodeLayoutdatasetnode_cm", "codeName" : "TreeNodeLayoutdatasetnode_cm",
"controlType" : "CONTEXTMENU", "controlType" : "CONTEXTMENU",
...@@ -2083,6 +2245,87 @@ ...@@ -2083,6 +2245,87 @@
"viewType" : "DEGRIDVIEW" "viewType" : "DEGRIDVIEW"
}, },
"nodeType" : "static_1", "nodeType" : "static_1",
"getPSControlRenders" : [ {
"name" : "layout1",
"getPSLayoutPanel" : {
"getAllPSPanelFields" : [ {
"id" : "text",
"viewFieldName" : "text"
} ],
"codeName" : "Usr1205449437",
"controlType" : "PANEL",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSPANELS/Usr1205449437.json",
"layoutMode" : "Flex",
"logicName" : "静态节点布局",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : { },
"getPSLayout" : {
"layout" : "FLEX"
},
"getRootPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container",
"getPSLayout" : {
"align" : "space-between",
"dir" : "row",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "标签",
"contentType" : "RAW",
"itemStyle" : "DEFAULT",
"itemType" : "RAWITEM",
"name" : "static_label",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSRawItem" : {
"caption" : "静态:",
"contentType" : "RAW",
"name" : "static_label",
"predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH"
},
"rawContent" : "静态:",
"showCaption" : true
}, {
"caption" : "文本(动态)",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "text",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "text",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"viewFieldName" : "text",
"hidden" : false,
"showCaption" : false
} ]
} ],
"layoutPanel" : true,
"name" : "layout1",
"modelid" : "AD849DE5-51EF-4B54-BBA8-ECF55D29CF2B",
"modeltype" : "PSSYSVIEWPANEL"
},
"renderType" : "LAYOUTPANEL"
} ],
"getPSDEContextMenu" : { "getPSDEContextMenu" : {
"codeName" : "TreeNodeLayoutstatic_1_cm", "codeName" : "TreeNodeLayoutstatic_1_cm",
"controlType" : "CONTEXTMENU", "controlType" : "CONTEXTMENU",
...@@ -2422,6 +2665,87 @@ ...@@ -2422,6 +2665,87 @@
"viewType" : "DEGRIDVIEW" "viewType" : "DEGRIDVIEW"
}, },
"nodeType" : "static_2", "nodeType" : "static_2",
"getPSControlRenders" : [ {
"name" : "layout2",
"getPSLayoutPanel" : {
"getAllPSPanelFields" : [ {
"id" : "text",
"viewFieldName" : "text"
} ],
"codeName" : "Usr1205449437",
"controlType" : "PANEL",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSPANELS/Usr1205449437.json",
"layoutMode" : "Flex",
"logicName" : "静态节点布局",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : { },
"getPSLayout" : {
"layout" : "FLEX"
},
"getRootPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container",
"getPSLayout" : {
"align" : "space-between",
"dir" : "row",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "标签",
"contentType" : "RAW",
"itemStyle" : "DEFAULT",
"itemType" : "RAWITEM",
"name" : "static_label",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSRawItem" : {
"caption" : "静态:",
"contentType" : "RAW",
"name" : "static_label",
"predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH"
},
"rawContent" : "静态:",
"showCaption" : true
}, {
"caption" : "文本(动态)",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "text",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "text",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"viewFieldName" : "text",
"hidden" : false,
"showCaption" : false
} ]
} ],
"layoutPanel" : true,
"name" : "layout2",
"modelid" : "AD849DE5-51EF-4B54-BBA8-ECF55D29CF2B",
"modeltype" : "PSSYSVIEWPANEL"
},
"renderType" : "LAYOUTPANEL"
} ],
"getPSDEContextMenu" : { "getPSDEContextMenu" : {
"codeName" : "TreeNodeLayoutstatic_2_cm", "codeName" : "TreeNodeLayoutstatic_2_cm",
"controlType" : "CONTEXTMENU", "controlType" : "CONTEXTMENU",
......
...@@ -239,16 +239,16 @@ ...@@ -239,16 +239,16 @@
"id" : "treeexpbar_tree" "id" : "treeexpbar_tree"
}, },
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "NodeLayoutTreeExpcodelistnode_cm", "codeName" : "NodeLayoutTreeExpstatic_2_cm",
"controlType" : "CONTEXTMENU", "controlType" : "CONTEXTMENU",
"logicName" : "树上下文菜单", "logicName" : "树上下文菜单",
"name" : "codelistnode_cm", "name" : "static_2_cm",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSControlParam" : { "getPSControlParam" : {
"id" : "codelistnode_cm" "id" : "static_2_cm"
}, },
"getPSDEToolbarItems" : [ { "getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -265,11 +265,11 @@ ...@@ -265,11 +265,11 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "codelistnode_cm_deuiaction1" "id" : "static_2_cm_deuiaction1"
}, },
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"itemName" : "deuiaction1", "itemName" : "deuiaction1",
"logicTag" : "codelistnode_cm", "logicTag" : "static_2_cm",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
"name" : "logic11", "name" : "logic11",
"scriptCode" : "true", "scriptCode" : "true",
...@@ -343,11 +343,11 @@ ...@@ -343,11 +343,11 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "codelistnode_cm_deuiaction2" "id" : "static_2_cm_deuiaction2"
}, },
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"itemName" : "deuiaction2", "itemName" : "deuiaction2",
"logicTag" : "codelistnode_cm", "logicTag" : "static_2_cm",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
"name" : "logic222", "name" : "logic222",
"scriptCode" : "false", "scriptCode" : "false",
...@@ -421,7 +421,7 @@ ...@@ -421,7 +421,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "codelistnode_cm_deuiaction4" "id" : "static_2_cm_deuiaction4"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf00d@FontAwesome", "glyph" : "xf00d@FontAwesome",
...@@ -476,7 +476,7 @@ ...@@ -476,7 +476,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "codelistnode_cm_deuiaction5" "id" : "static_2_cm_deuiaction5"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"actionTarget" : "NONE", "actionTarget" : "NONE",
...@@ -507,7 +507,7 @@ ...@@ -507,7 +507,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "codelistnode_cm_deuiaction3" "id" : "static_2_cm_deuiaction3"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf021@FontAwesome", "glyph" : "xf021@FontAwesome",
...@@ -550,16 +550,16 @@ ...@@ -550,16 +550,16 @@
"modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732", "modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732",
"modeltype" : "PSDETOOLBAR" "modeltype" : "PSDETOOLBAR"
}, { }, {
"codeName" : "NodeLayoutTreeExpstatic_1_cm", "codeName" : "NodeLayoutTreeExpcodelistnode_cm",
"controlType" : "CONTEXTMENU", "controlType" : "CONTEXTMENU",
"logicName" : "树上下文菜单", "logicName" : "树上下文菜单",
"name" : "static_1_cm", "name" : "codelistnode_cm",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSControlParam" : { "getPSControlParam" : {
"id" : "static_1_cm" "id" : "codelistnode_cm"
}, },
"getPSDEToolbarItems" : [ { "getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -576,11 +576,11 @@ ...@@ -576,11 +576,11 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "static_1_cm_deuiaction1" "id" : "codelistnode_cm_deuiaction1"
}, },
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"itemName" : "deuiaction1", "itemName" : "deuiaction1",
"logicTag" : "static_1_cm", "logicTag" : "codelistnode_cm",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
"name" : "logic11", "name" : "logic11",
"scriptCode" : "true", "scriptCode" : "true",
...@@ -654,11 +654,11 @@ ...@@ -654,11 +654,11 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "static_1_cm_deuiaction2" "id" : "codelistnode_cm_deuiaction2"
}, },
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"itemName" : "deuiaction2", "itemName" : "deuiaction2",
"logicTag" : "static_1_cm", "logicTag" : "codelistnode_cm",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
"name" : "logic222", "name" : "logic222",
"scriptCode" : "false", "scriptCode" : "false",
...@@ -732,7 +732,7 @@ ...@@ -732,7 +732,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "static_1_cm_deuiaction4" "id" : "codelistnode_cm_deuiaction4"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf00d@FontAwesome", "glyph" : "xf00d@FontAwesome",
...@@ -787,7 +787,7 @@ ...@@ -787,7 +787,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "static_1_cm_deuiaction5" "id" : "codelistnode_cm_deuiaction5"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"actionTarget" : "NONE", "actionTarget" : "NONE",
...@@ -818,7 +818,7 @@ ...@@ -818,7 +818,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "static_1_cm_deuiaction3" "id" : "codelistnode_cm_deuiaction3"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf021@FontAwesome", "glyph" : "xf021@FontAwesome",
...@@ -861,16 +861,16 @@ ...@@ -861,16 +861,16 @@
"modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732", "modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732",
"modeltype" : "PSDETOOLBAR" "modeltype" : "PSDETOOLBAR"
}, { }, {
"codeName" : "NodeLayoutTreeExpstatic_2_cm", "codeName" : "NodeLayoutTreeExpdatasetnode_cm",
"controlType" : "CONTEXTMENU", "controlType" : "CONTEXTMENU",
"logicName" : "树上下文菜单", "logicName" : "树上下文菜单",
"name" : "static_2_cm", "name" : "datasetnode_cm",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSControlParam" : { "getPSControlParam" : {
"id" : "static_2_cm" "id" : "datasetnode_cm"
}, },
"getPSDEToolbarItems" : [ { "getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -887,11 +887,11 @@ ...@@ -887,11 +887,11 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "static_2_cm_deuiaction1" "id" : "datasetnode_cm_deuiaction1"
}, },
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"itemName" : "deuiaction1", "itemName" : "deuiaction1",
"logicTag" : "static_2_cm", "logicTag" : "datasetnode_cm",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
"name" : "logic11", "name" : "logic11",
"scriptCode" : "true", "scriptCode" : "true",
...@@ -965,11 +965,11 @@ ...@@ -965,11 +965,11 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "static_2_cm_deuiaction2" "id" : "datasetnode_cm_deuiaction2"
}, },
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"itemName" : "deuiaction2", "itemName" : "deuiaction2",
"logicTag" : "static_2_cm", "logicTag" : "datasetnode_cm",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
"name" : "logic222", "name" : "logic222",
"scriptCode" : "false", "scriptCode" : "false",
...@@ -1043,7 +1043,7 @@ ...@@ -1043,7 +1043,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "static_2_cm_deuiaction4" "id" : "datasetnode_cm_deuiaction4"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf00d@FontAwesome", "glyph" : "xf00d@FontAwesome",
...@@ -1098,7 +1098,7 @@ ...@@ -1098,7 +1098,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "static_2_cm_deuiaction5" "id" : "datasetnode_cm_deuiaction5"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"actionTarget" : "NONE", "actionTarget" : "NONE",
...@@ -1129,7 +1129,7 @@ ...@@ -1129,7 +1129,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "static_2_cm_deuiaction3" "id" : "datasetnode_cm_deuiaction3"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf021@FontAwesome", "glyph" : "xf021@FontAwesome",
...@@ -1172,16 +1172,16 @@ ...@@ -1172,16 +1172,16 @@
"modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732", "modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732",
"modeltype" : "PSDETOOLBAR" "modeltype" : "PSDETOOLBAR"
}, { }, {
"codeName" : "NodeLayoutTreeExpdatasetnode_cm", "codeName" : "NodeLayoutTreeExpstatic_1_cm",
"controlType" : "CONTEXTMENU", "controlType" : "CONTEXTMENU",
"logicName" : "树上下文菜单", "logicName" : "树上下文菜单",
"name" : "datasetnode_cm", "name" : "static_1_cm",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSControlParam" : { "getPSControlParam" : {
"id" : "datasetnode_cm" "id" : "static_1_cm"
}, },
"getPSDEToolbarItems" : [ { "getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -1198,11 +1198,11 @@ ...@@ -1198,11 +1198,11 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "datasetnode_cm_deuiaction1" "id" : "static_1_cm_deuiaction1"
}, },
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"itemName" : "deuiaction1", "itemName" : "deuiaction1",
"logicTag" : "datasetnode_cm", "logicTag" : "static_1_cm",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
"name" : "logic11", "name" : "logic11",
"scriptCode" : "true", "scriptCode" : "true",
...@@ -1276,11 +1276,11 @@ ...@@ -1276,11 +1276,11 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "datasetnode_cm_deuiaction2" "id" : "static_1_cm_deuiaction2"
}, },
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"itemName" : "deuiaction2", "itemName" : "deuiaction2",
"logicTag" : "datasetnode_cm", "logicTag" : "static_1_cm",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
"name" : "logic222", "name" : "logic222",
"scriptCode" : "false", "scriptCode" : "false",
...@@ -1354,7 +1354,7 @@ ...@@ -1354,7 +1354,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "datasetnode_cm_deuiaction4" "id" : "static_1_cm_deuiaction4"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf00d@FontAwesome", "glyph" : "xf00d@FontAwesome",
...@@ -1409,7 +1409,7 @@ ...@@ -1409,7 +1409,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "datasetnode_cm_deuiaction5" "id" : "static_1_cm_deuiaction5"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"actionTarget" : "NONE", "actionTarget" : "NONE",
...@@ -1440,7 +1440,7 @@ ...@@ -1440,7 +1440,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "datasetnode_cm_deuiaction3" "id" : "static_1_cm_deuiaction3"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf021@FontAwesome", "glyph" : "xf021@FontAwesome",
...@@ -1492,7 +1492,7 @@ ...@@ -1492,7 +1492,7 @@
"modelref" : true, "modelref" : true,
"id" : "static_1" "id" : "static_1"
}, },
"name" : "默认根节点 - 静态节点1", "name" : "null - null",
"getParentPSDETreeNode" : { "getParentPSDETreeNode" : {
"modelref" : true, "modelref" : true,
"id" : "ROOT" "id" : "ROOT"
...@@ -1504,7 +1504,7 @@ ...@@ -1504,7 +1504,7 @@
"modelref" : true, "modelref" : true,
"id" : "codeListNode" "id" : "codeListNode"
}, },
"name" : "静态节点2 - 动态代码表节点", "name" : "null - null",
"getParentPSDETreeNode" : { "getParentPSDETreeNode" : {
"modelref" : true, "modelref" : true,
"id" : "static_2" "id" : "static_2"
...@@ -1516,7 +1516,7 @@ ...@@ -1516,7 +1516,7 @@
"modelref" : true, "modelref" : true,
"id" : "dataSetNode" "id" : "dataSetNode"
}, },
"name" : "静态节点1 - 动态实体节点", "name" : "null - null",
"getParentPSDETreeNode" : { "getParentPSDETreeNode" : {
"modelref" : true, "modelref" : true,
"id" : "static_1" "id" : "static_1"
...@@ -1528,7 +1528,7 @@ ...@@ -1528,7 +1528,7 @@
"modelref" : true, "modelref" : true,
"id" : "static_2" "id" : "static_2"
}, },
"name" : "默认根节点 - 静态节点2", "name" : "null - null",
"getParentPSDETreeNode" : { "getParentPSDETreeNode" : {
"modelref" : true, "modelref" : true,
"id" : "ROOT" "id" : "ROOT"
...@@ -1572,6 +1572,87 @@ ...@@ -1572,6 +1572,87 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestAll.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestAll.json"
}, },
"getPSControlRenders" : [ {
"name" : "codeListLayout",
"getPSLayoutPanel" : {
"getAllPSPanelFields" : [ {
"id" : "text",
"viewFieldName" : "text"
} ],
"codeName" : "Usr1205688658",
"controlType" : "PANEL",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSPANELS/Usr1205688658.json",
"layoutMode" : "Flex",
"logicName" : "动态代码表节点布局",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : { },
"getPSLayout" : {
"layout" : "FLEX"
},
"getRootPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container",
"getPSLayout" : {
"align" : "space-between",
"dir" : "row",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "标签",
"contentType" : "RAW",
"itemStyle" : "DEFAULT",
"itemType" : "RAWITEM",
"name" : "static_label",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSRawItem" : {
"caption" : "代码表:",
"contentType" : "RAW",
"name" : "static_label",
"predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH"
},
"rawContent" : "代码表:",
"showCaption" : true
}, {
"caption" : "文本(动态)",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "text",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "text",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"viewFieldName" : "text",
"hidden" : false,
"showCaption" : false
} ]
} ],
"layoutPanel" : true,
"name" : "codelistlayout",
"modelid" : "D941BC88-A9E3-408B-A156-799A383F624C",
"modeltype" : "PSSYSVIEWPANEL"
},
"renderType" : "LAYOUTPANEL"
} ],
"getPSDEContextMenu" : { "getPSDEContextMenu" : {
"codeName" : "NodeLayoutTreeExpcodelistnode_cm", "codeName" : "NodeLayoutTreeExpcodelistnode_cm",
"controlType" : "CONTEXTMENU", "controlType" : "CONTEXTMENU",
...@@ -1930,6 +2011,87 @@ ...@@ -1930,6 +2011,87 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}, },
"getPSControlRenders" : [ {
"name" : "dataSetLayout",
"getPSLayoutPanel" : {
"getAllPSPanelFields" : [ {
"id" : "text",
"viewFieldName" : "text"
} ],
"codeName" : "Usr1205634936",
"controlType" : "PANEL",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSPANELS/Usr1205634936.json",
"layoutMode" : "Flex",
"logicName" : "动态实体节点布局",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : { },
"getPSLayout" : {
"layout" : "FLEX"
},
"getRootPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container",
"getPSLayout" : {
"align" : "space-between",
"dir" : "row",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "标签",
"contentType" : "RAW",
"itemStyle" : "DEFAULT",
"itemType" : "RAWITEM",
"name" : "static_label",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSRawItem" : {
"caption" : "实体:",
"contentType" : "RAW",
"name" : "static_label",
"predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH"
},
"rawContent" : "实体:",
"showCaption" : true
}, {
"caption" : "文本(动态)",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "text",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "text",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"viewFieldName" : "text",
"hidden" : false,
"showCaption" : false
} ]
} ],
"layoutPanel" : true,
"name" : "datasetlayout",
"modelid" : "C93CEFC2-8727-4FB2-A0E8-DC2FA1D6495D",
"modeltype" : "PSSYSVIEWPANEL"
},
"renderType" : "LAYOUTPANEL"
} ],
"getPSDEContextMenu" : { "getPSDEContextMenu" : {
"codeName" : "NodeLayoutTreeExpdatasetnode_cm", "codeName" : "NodeLayoutTreeExpdatasetnode_cm",
"controlType" : "CONTEXTMENU", "controlType" : "CONTEXTMENU",
...@@ -2272,6 +2434,87 @@ ...@@ -2272,6 +2434,87 @@
"viewType" : "DEGRIDVIEW" "viewType" : "DEGRIDVIEW"
}, },
"nodeType" : "static_1", "nodeType" : "static_1",
"getPSControlRenders" : [ {
"name" : "layout1",
"getPSLayoutPanel" : {
"getAllPSPanelFields" : [ {
"id" : "text",
"viewFieldName" : "text"
} ],
"codeName" : "Usr1205449437",
"controlType" : "PANEL",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSPANELS/Usr1205449437.json",
"layoutMode" : "Flex",
"logicName" : "静态节点布局",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : { },
"getPSLayout" : {
"layout" : "FLEX"
},
"getRootPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container",
"getPSLayout" : {
"align" : "space-between",
"dir" : "row",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "标签",
"contentType" : "RAW",
"itemStyle" : "DEFAULT",
"itemType" : "RAWITEM",
"name" : "static_label",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSRawItem" : {
"caption" : "静态:",
"contentType" : "RAW",
"name" : "static_label",
"predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH"
},
"rawContent" : "静态:",
"showCaption" : true
}, {
"caption" : "文本(动态)",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "text",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "text",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"viewFieldName" : "text",
"hidden" : false,
"showCaption" : false
} ]
} ],
"layoutPanel" : true,
"name" : "layout1",
"modelid" : "AD849DE5-51EF-4B54-BBA8-ECF55D29CF2B",
"modeltype" : "PSSYSVIEWPANEL"
},
"renderType" : "LAYOUTPANEL"
} ],
"getPSDEContextMenu" : { "getPSDEContextMenu" : {
"codeName" : "NodeLayoutTreeExpstatic_1_cm", "codeName" : "NodeLayoutTreeExpstatic_1_cm",
"controlType" : "CONTEXTMENU", "controlType" : "CONTEXTMENU",
...@@ -2611,6 +2854,87 @@ ...@@ -2611,6 +2854,87 @@
"viewType" : "DEGRIDVIEW" "viewType" : "DEGRIDVIEW"
}, },
"nodeType" : "static_2", "nodeType" : "static_2",
"getPSControlRenders" : [ {
"name" : "layout2",
"getPSLayoutPanel" : {
"getAllPSPanelFields" : [ {
"id" : "text",
"viewFieldName" : "text"
} ],
"codeName" : "Usr1205449437",
"controlType" : "PANEL",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSPANELS/Usr1205449437.json",
"layoutMode" : "Flex",
"logicName" : "静态节点布局",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : { },
"getPSLayout" : {
"layout" : "FLEX"
},
"getRootPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container",
"getPSLayout" : {
"align" : "space-between",
"dir" : "row",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "标签",
"contentType" : "RAW",
"itemStyle" : "DEFAULT",
"itemType" : "RAWITEM",
"name" : "static_label",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSRawItem" : {
"caption" : "静态:",
"contentType" : "RAW",
"name" : "static_label",
"predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH"
},
"rawContent" : "静态:",
"showCaption" : true
}, {
"caption" : "文本(动态)",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "text",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "text",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"viewFieldName" : "text",
"hidden" : false,
"showCaption" : false
} ]
} ],
"layoutPanel" : true,
"name" : "layout2",
"modelid" : "AD849DE5-51EF-4B54-BBA8-ECF55D29CF2B",
"modeltype" : "PSSYSVIEWPANEL"
},
"renderType" : "LAYOUTPANEL"
} ],
"getPSDEContextMenu" : { "getPSDEContextMenu" : {
"codeName" : "NodeLayoutTreeExpstatic_2_cm", "codeName" : "NodeLayoutTreeExpstatic_2_cm",
"controlType" : "CONTEXTMENU", "controlType" : "CONTEXTMENU",
......
...@@ -140,16 +140,16 @@ ...@@ -140,16 +140,16 @@
"id" : "TREE" "id" : "TREE"
}, },
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "TreeNodeLayoutcodelistnode_cm", "codeName" : "TreeNodeLayoutstatic_2_cm",
"controlType" : "CONTEXTMENU", "controlType" : "CONTEXTMENU",
"logicName" : "树上下文菜单", "logicName" : "树上下文菜单",
"name" : "codelistnode_cm", "name" : "static_2_cm",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSControlParam" : { "getPSControlParam" : {
"id" : "codelistnode_cm" "id" : "static_2_cm"
}, },
"getPSDEToolbarItems" : [ { "getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -166,11 +166,11 @@ ...@@ -166,11 +166,11 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "codelistnode_cm_deuiaction1" "id" : "static_2_cm_deuiaction1"
}, },
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"itemName" : "deuiaction1", "itemName" : "deuiaction1",
"logicTag" : "codelistnode_cm", "logicTag" : "static_2_cm",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
"name" : "logic11", "name" : "logic11",
"scriptCode" : "true", "scriptCode" : "true",
...@@ -244,11 +244,11 @@ ...@@ -244,11 +244,11 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "codelistnode_cm_deuiaction2" "id" : "static_2_cm_deuiaction2"
}, },
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"itemName" : "deuiaction2", "itemName" : "deuiaction2",
"logicTag" : "codelistnode_cm", "logicTag" : "static_2_cm",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
"name" : "logic222", "name" : "logic222",
"scriptCode" : "false", "scriptCode" : "false",
...@@ -322,7 +322,7 @@ ...@@ -322,7 +322,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "codelistnode_cm_deuiaction4" "id" : "static_2_cm_deuiaction4"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf00d@FontAwesome", "glyph" : "xf00d@FontAwesome",
...@@ -377,7 +377,7 @@ ...@@ -377,7 +377,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "codelistnode_cm_deuiaction5" "id" : "static_2_cm_deuiaction5"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"actionTarget" : "NONE", "actionTarget" : "NONE",
...@@ -408,7 +408,7 @@ ...@@ -408,7 +408,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "codelistnode_cm_deuiaction3" "id" : "static_2_cm_deuiaction3"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf021@FontAwesome", "glyph" : "xf021@FontAwesome",
...@@ -451,16 +451,16 @@ ...@@ -451,16 +451,16 @@
"modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732", "modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732",
"modeltype" : "PSDETOOLBAR" "modeltype" : "PSDETOOLBAR"
}, { }, {
"codeName" : "TreeNodeLayoutstatic_1_cm", "codeName" : "TreeNodeLayoutcodelistnode_cm",
"controlType" : "CONTEXTMENU", "controlType" : "CONTEXTMENU",
"logicName" : "树上下文菜单", "logicName" : "树上下文菜单",
"name" : "static_1_cm", "name" : "codelistnode_cm",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSControlParam" : { "getPSControlParam" : {
"id" : "static_1_cm" "id" : "codelistnode_cm"
}, },
"getPSDEToolbarItems" : [ { "getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -477,11 +477,11 @@ ...@@ -477,11 +477,11 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "static_1_cm_deuiaction1" "id" : "codelistnode_cm_deuiaction1"
}, },
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"itemName" : "deuiaction1", "itemName" : "deuiaction1",
"logicTag" : "static_1_cm", "logicTag" : "codelistnode_cm",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
"name" : "logic11", "name" : "logic11",
"scriptCode" : "true", "scriptCode" : "true",
...@@ -555,11 +555,11 @@ ...@@ -555,11 +555,11 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "static_1_cm_deuiaction2" "id" : "codelistnode_cm_deuiaction2"
}, },
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"itemName" : "deuiaction2", "itemName" : "deuiaction2",
"logicTag" : "static_1_cm", "logicTag" : "codelistnode_cm",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
"name" : "logic222", "name" : "logic222",
"scriptCode" : "false", "scriptCode" : "false",
...@@ -633,7 +633,7 @@ ...@@ -633,7 +633,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "static_1_cm_deuiaction4" "id" : "codelistnode_cm_deuiaction4"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf00d@FontAwesome", "glyph" : "xf00d@FontAwesome",
...@@ -688,7 +688,7 @@ ...@@ -688,7 +688,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "static_1_cm_deuiaction5" "id" : "codelistnode_cm_deuiaction5"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"actionTarget" : "NONE", "actionTarget" : "NONE",
...@@ -719,7 +719,7 @@ ...@@ -719,7 +719,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "static_1_cm_deuiaction3" "id" : "codelistnode_cm_deuiaction3"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf021@FontAwesome", "glyph" : "xf021@FontAwesome",
...@@ -762,16 +762,16 @@ ...@@ -762,16 +762,16 @@
"modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732", "modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732",
"modeltype" : "PSDETOOLBAR" "modeltype" : "PSDETOOLBAR"
}, { }, {
"codeName" : "TreeNodeLayoutstatic_2_cm", "codeName" : "TreeNodeLayoutdatasetnode_cm",
"controlType" : "CONTEXTMENU", "controlType" : "CONTEXTMENU",
"logicName" : "树上下文菜单", "logicName" : "树上下文菜单",
"name" : "static_2_cm", "name" : "datasetnode_cm",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSControlParam" : { "getPSControlParam" : {
"id" : "static_2_cm" "id" : "datasetnode_cm"
}, },
"getPSDEToolbarItems" : [ { "getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -788,11 +788,11 @@ ...@@ -788,11 +788,11 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "static_2_cm_deuiaction1" "id" : "datasetnode_cm_deuiaction1"
}, },
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"itemName" : "deuiaction1", "itemName" : "deuiaction1",
"logicTag" : "static_2_cm", "logicTag" : "datasetnode_cm",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
"name" : "logic11", "name" : "logic11",
"scriptCode" : "true", "scriptCode" : "true",
...@@ -866,11 +866,11 @@ ...@@ -866,11 +866,11 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "static_2_cm_deuiaction2" "id" : "datasetnode_cm_deuiaction2"
}, },
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"itemName" : "deuiaction2", "itemName" : "deuiaction2",
"logicTag" : "static_2_cm", "logicTag" : "datasetnode_cm",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
"name" : "logic222", "name" : "logic222",
"scriptCode" : "false", "scriptCode" : "false",
...@@ -944,7 +944,7 @@ ...@@ -944,7 +944,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "static_2_cm_deuiaction4" "id" : "datasetnode_cm_deuiaction4"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf00d@FontAwesome", "glyph" : "xf00d@FontAwesome",
...@@ -999,7 +999,7 @@ ...@@ -999,7 +999,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "static_2_cm_deuiaction5" "id" : "datasetnode_cm_deuiaction5"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"actionTarget" : "NONE", "actionTarget" : "NONE",
...@@ -1030,7 +1030,7 @@ ...@@ -1030,7 +1030,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "static_2_cm_deuiaction3" "id" : "datasetnode_cm_deuiaction3"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf021@FontAwesome", "glyph" : "xf021@FontAwesome",
...@@ -1073,16 +1073,16 @@ ...@@ -1073,16 +1073,16 @@
"modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732", "modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732",
"modeltype" : "PSDETOOLBAR" "modeltype" : "PSDETOOLBAR"
}, { }, {
"codeName" : "TreeNodeLayoutdatasetnode_cm", "codeName" : "TreeNodeLayoutstatic_1_cm",
"controlType" : "CONTEXTMENU", "controlType" : "CONTEXTMENU",
"logicName" : "树上下文菜单", "logicName" : "树上下文菜单",
"name" : "datasetnode_cm", "name" : "static_1_cm",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSControlParam" : { "getPSControlParam" : {
"id" : "datasetnode_cm" "id" : "static_1_cm"
}, },
"getPSDEToolbarItems" : [ { "getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -1099,11 +1099,11 @@ ...@@ -1099,11 +1099,11 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "datasetnode_cm_deuiaction1" "id" : "static_1_cm_deuiaction1"
}, },
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"itemName" : "deuiaction1", "itemName" : "deuiaction1",
"logicTag" : "datasetnode_cm", "logicTag" : "static_1_cm",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
"name" : "logic11", "name" : "logic11",
"scriptCode" : "true", "scriptCode" : "true",
...@@ -1177,11 +1177,11 @@ ...@@ -1177,11 +1177,11 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "datasetnode_cm_deuiaction2" "id" : "static_1_cm_deuiaction2"
}, },
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"itemName" : "deuiaction2", "itemName" : "deuiaction2",
"logicTag" : "datasetnode_cm", "logicTag" : "static_1_cm",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
"name" : "logic222", "name" : "logic222",
"scriptCode" : "false", "scriptCode" : "false",
...@@ -1255,7 +1255,7 @@ ...@@ -1255,7 +1255,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "datasetnode_cm_deuiaction4" "id" : "static_1_cm_deuiaction4"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf00d@FontAwesome", "glyph" : "xf00d@FontAwesome",
...@@ -1310,7 +1310,7 @@ ...@@ -1310,7 +1310,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "datasetnode_cm_deuiaction5" "id" : "static_1_cm_deuiaction5"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"actionTarget" : "NONE", "actionTarget" : "NONE",
...@@ -1341,7 +1341,7 @@ ...@@ -1341,7 +1341,7 @@
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "datasetnode_cm_deuiaction3" "id" : "static_1_cm_deuiaction3"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf021@FontAwesome", "glyph" : "xf021@FontAwesome",
...@@ -1393,7 +1393,7 @@ ...@@ -1393,7 +1393,7 @@
"modelref" : true, "modelref" : true,
"id" : "static_1" "id" : "static_1"
}, },
"name" : "默认根节点 - 静态节点1", "name" : "null - null",
"getParentPSDETreeNode" : { "getParentPSDETreeNode" : {
"modelref" : true, "modelref" : true,
"id" : "ROOT" "id" : "ROOT"
...@@ -1405,7 +1405,7 @@ ...@@ -1405,7 +1405,7 @@
"modelref" : true, "modelref" : true,
"id" : "codeListNode" "id" : "codeListNode"
}, },
"name" : "静态节点2 - 动态代码表节点", "name" : "null - null",
"getParentPSDETreeNode" : { "getParentPSDETreeNode" : {
"modelref" : true, "modelref" : true,
"id" : "static_2" "id" : "static_2"
...@@ -1417,7 +1417,7 @@ ...@@ -1417,7 +1417,7 @@
"modelref" : true, "modelref" : true,
"id" : "dataSetNode" "id" : "dataSetNode"
}, },
"name" : "静态节点1 - 动态实体节点", "name" : "null - null",
"getParentPSDETreeNode" : { "getParentPSDETreeNode" : {
"modelref" : true, "modelref" : true,
"id" : "static_1" "id" : "static_1"
...@@ -1429,7 +1429,7 @@ ...@@ -1429,7 +1429,7 @@
"modelref" : true, "modelref" : true,
"id" : "static_2" "id" : "static_2"
}, },
"name" : "默认根节点 - 静态节点2", "name" : "null - null",
"getParentPSDETreeNode" : { "getParentPSDETreeNode" : {
"modelref" : true, "modelref" : true,
"id" : "ROOT" "id" : "ROOT"
...@@ -1473,6 +1473,87 @@ ...@@ -1473,6 +1473,87 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestAll.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestAll.json"
}, },
"getPSControlRenders" : [ {
"name" : "codeListLayout",
"getPSLayoutPanel" : {
"getAllPSPanelFields" : [ {
"id" : "text",
"viewFieldName" : "text"
} ],
"codeName" : "Usr1205688658",
"controlType" : "PANEL",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSPANELS/Usr1205688658.json",
"layoutMode" : "Flex",
"logicName" : "动态代码表节点布局",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : { },
"getPSLayout" : {
"layout" : "FLEX"
},
"getRootPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container",
"getPSLayout" : {
"align" : "space-between",
"dir" : "row",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "标签",
"contentType" : "RAW",
"itemStyle" : "DEFAULT",
"itemType" : "RAWITEM",
"name" : "static_label",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSRawItem" : {
"caption" : "代码表:",
"contentType" : "RAW",
"name" : "static_label",
"predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH"
},
"rawContent" : "代码表:",
"showCaption" : true
}, {
"caption" : "文本(动态)",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "text",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "text",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"viewFieldName" : "text",
"hidden" : false,
"showCaption" : false
} ]
} ],
"layoutPanel" : true,
"name" : "codelistlayout",
"modelid" : "D941BC88-A9E3-408B-A156-799A383F624C",
"modeltype" : "PSSYSVIEWPANEL"
},
"renderType" : "LAYOUTPANEL"
} ],
"getPSDEContextMenu" : { "getPSDEContextMenu" : {
"codeName" : "TreeNodeLayoutcodelistnode_cm", "codeName" : "TreeNodeLayoutcodelistnode_cm",
"controlType" : "CONTEXTMENU", "controlType" : "CONTEXTMENU",
...@@ -1831,6 +1912,87 @@ ...@@ -1831,6 +1912,87 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}, },
"getPSControlRenders" : [ {
"name" : "dataSetLayout",
"getPSLayoutPanel" : {
"getAllPSPanelFields" : [ {
"id" : "text",
"viewFieldName" : "text"
} ],
"codeName" : "Usr1205634936",
"controlType" : "PANEL",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSPANELS/Usr1205634936.json",
"layoutMode" : "Flex",
"logicName" : "动态实体节点布局",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : { },
"getPSLayout" : {
"layout" : "FLEX"
},
"getRootPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container",
"getPSLayout" : {
"align" : "space-between",
"dir" : "row",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "标签",
"contentType" : "RAW",
"itemStyle" : "DEFAULT",
"itemType" : "RAWITEM",
"name" : "static_label",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSRawItem" : {
"caption" : "实体:",
"contentType" : "RAW",
"name" : "static_label",
"predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH"
},
"rawContent" : "实体:",
"showCaption" : true
}, {
"caption" : "文本(动态)",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "text",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "text",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"viewFieldName" : "text",
"hidden" : false,
"showCaption" : false
} ]
} ],
"layoutPanel" : true,
"name" : "datasetlayout",
"modelid" : "C93CEFC2-8727-4FB2-A0E8-DC2FA1D6495D",
"modeltype" : "PSSYSVIEWPANEL"
},
"renderType" : "LAYOUTPANEL"
} ],
"getPSDEContextMenu" : { "getPSDEContextMenu" : {
"codeName" : "TreeNodeLayoutdatasetnode_cm", "codeName" : "TreeNodeLayoutdatasetnode_cm",
"controlType" : "CONTEXTMENU", "controlType" : "CONTEXTMENU",
...@@ -2173,6 +2335,87 @@ ...@@ -2173,6 +2335,87 @@
"viewType" : "DEGRIDVIEW" "viewType" : "DEGRIDVIEW"
}, },
"nodeType" : "static_1", "nodeType" : "static_1",
"getPSControlRenders" : [ {
"name" : "layout1",
"getPSLayoutPanel" : {
"getAllPSPanelFields" : [ {
"id" : "text",
"viewFieldName" : "text"
} ],
"codeName" : "Usr1205449437",
"controlType" : "PANEL",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSPANELS/Usr1205449437.json",
"layoutMode" : "Flex",
"logicName" : "静态节点布局",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : { },
"getPSLayout" : {
"layout" : "FLEX"
},
"getRootPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container",
"getPSLayout" : {
"align" : "space-between",
"dir" : "row",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "标签",
"contentType" : "RAW",
"itemStyle" : "DEFAULT",
"itemType" : "RAWITEM",
"name" : "static_label",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSRawItem" : {
"caption" : "静态:",
"contentType" : "RAW",
"name" : "static_label",
"predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH"
},
"rawContent" : "静态:",
"showCaption" : true
}, {
"caption" : "文本(动态)",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "text",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "text",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"viewFieldName" : "text",
"hidden" : false,
"showCaption" : false
} ]
} ],
"layoutPanel" : true,
"name" : "layout1",
"modelid" : "AD849DE5-51EF-4B54-BBA8-ECF55D29CF2B",
"modeltype" : "PSSYSVIEWPANEL"
},
"renderType" : "LAYOUTPANEL"
} ],
"getPSDEContextMenu" : { "getPSDEContextMenu" : {
"codeName" : "TreeNodeLayoutstatic_1_cm", "codeName" : "TreeNodeLayoutstatic_1_cm",
"controlType" : "CONTEXTMENU", "controlType" : "CONTEXTMENU",
...@@ -2512,6 +2755,87 @@ ...@@ -2512,6 +2755,87 @@
"viewType" : "DEGRIDVIEW" "viewType" : "DEGRIDVIEW"
}, },
"nodeType" : "static_2", "nodeType" : "static_2",
"getPSControlRenders" : [ {
"name" : "layout2",
"getPSLayoutPanel" : {
"getAllPSPanelFields" : [ {
"id" : "text",
"viewFieldName" : "text"
} ],
"codeName" : "Usr1205449437",
"controlType" : "PANEL",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSPANELS/Usr1205449437.json",
"layoutMode" : "Flex",
"logicName" : "静态节点布局",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : { },
"getPSLayout" : {
"layout" : "FLEX"
},
"getRootPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container",
"getPSLayout" : {
"align" : "space-between",
"dir" : "row",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "标签",
"contentType" : "RAW",
"itemStyle" : "DEFAULT",
"itemType" : "RAWITEM",
"name" : "static_label",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSRawItem" : {
"caption" : "静态:",
"contentType" : "RAW",
"name" : "static_label",
"predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH"
},
"rawContent" : "静态:",
"showCaption" : true
}, {
"caption" : "文本(动态)",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "text",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "text",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"viewFieldName" : "text",
"hidden" : false,
"showCaption" : false
} ]
} ],
"layoutPanel" : true,
"name" : "layout2",
"modelid" : "AD849DE5-51EF-4B54-BBA8-ECF55D29CF2B",
"modeltype" : "PSSYSVIEWPANEL"
},
"renderType" : "LAYOUTPANEL"
} ],
"getPSDEContextMenu" : { "getPSDEContextMenu" : {
"codeName" : "TreeNodeLayoutstatic_2_cm", "codeName" : "TreeNodeLayoutstatic_2_cm",
"controlType" : "CONTEXTMENU", "controlType" : "CONTEXTMENU",
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<profiles> <profiles>
<profile> <profile>
<id>trainsys</id> <id>runtime</id>
<build> <build>
<resources> <resources>
<resource> <resource>
......
...@@ -10,6 +10,6 @@ CMD echo "The application will start in ${IBIZ_SLEEP}s..." && \ ...@@ -10,6 +10,6 @@ CMD echo "The application will start in ${IBIZ_SLEEP}s..." && \
sleep ${IBIZ_SLEEP} && \ sleep ${IBIZ_SLEEP} && \
java ${JAVA_OPTS} -Duser.timezone=$TZ -Djava.security.egd=file:/dev/./urandom -jar /trainsys-provider.jar java ${JAVA_OPTS} -Duser.timezone=$TZ -Djava.security.egd=file:/dev/./urandom -jar /trainsys-provider.jar
EXPOSE 50000 EXPOSE 8081
ADD trainsys-provider.jar /trainsys-provider.jar ADD trainsys-provider.jar /trainsys-provider.jar
...@@ -22,32 +22,7 @@ spec: ...@@ -22,32 +22,7 @@ spec:
image: registry.cn-shanghai.aliyuncs.com/ibizsys/trainsys-provider:latest image: registry.cn-shanghai.aliyuncs.com/ibizsys/trainsys-provider:latest
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 50000 - containerPort: 8081
env:
- name: SPRING_CLOUD_NACOS_DISCOVERY_IP
value: "172.16.240.140"
- name: SERVER_PORT
value: "50000"
- name: SPRING_CLOUD_NACOS_DISCOVERY_SERVER-ADDR
value: "172.16.240.140:8848"
- name: SPRING_REDIS_HOST
value: "127.0.0.1"
- name: SPRING_REDIS_PORT
value: "6379"
- name: SPRING_REDIS_DATABASE
value: "0"
- name: SPRING_DATASOURCE_USERNAME
value: "a_LAB01_d23cc850e"
- name: SPRING_DATASOURCE_PASSWORD
value: "f9Df4556"
- name: SPRING_DATASOURCE_URL
value: "jdbc:mysql://172.16.186.185:3306/a_LAB01_d23cc850e?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useOldAliasMetadataBehavior=true&serverTimezone=Asia/Shanghai&allowMultiQueries=true&serverTimezone=GMT%2B8"
- name: SPRING_DATASOURCE_DRIVER-CLASS-NAME
value: "com.mysql.jdbc.Driver"
- name: SPRING_DATASOURCE_DEFAULTSCHEMA
value: "a_LAB01_d23cc850e"
- name: NACOS
value: "172.16.240.140:8848"
--- ---
apiVersion: v1 apiVersion: v1
...@@ -60,9 +35,9 @@ spec: ...@@ -60,9 +35,9 @@ spec:
type: NodePort type: NodePort
ports: ports:
- name: http - name: http
port: 50000 port: 8081
targetPort: 50000 targetPort: 8081
nodePort: 50000 nodePort: 8081
protocol: TCP protocol: TCP
selector: selector:
app: trainsys-provider app: trainsys-provider
......
...@@ -3,23 +3,9 @@ services: ...@@ -3,23 +3,9 @@ services:
trainsys-provider: trainsys-provider:
image: registry.cn-shanghai.aliyuncs.com/ibizsys/trainsys-provider:latest image: registry.cn-shanghai.aliyuncs.com/ibizsys/trainsys-provider:latest
ports: ports:
- "50000:50000" - "8081:8081"
networks: networks:
- agent_network - agent_network
environment:
- SPRING_CLOUD_NACOS_DISCOVERY_IP=172.16.240.140
- SERVER_PORT=50000
- SPRING_CLOUD_NACOS_DISCOVERY_SERVER-ADDR=172.16.240.140:8848
- SPRING_CLOUD_NACOS_CONFIG_SERVER-ADDR=172.16.240.140:8848
- SPRING_REDIS_HOST=127.0.0.1
- SPRING_REDIS_PORT=6379
- SPRING_REDIS_DATABASE=0
- SPRING_DATASOURCE_USERNAME=a_LAB01_d23cc850e
- SPRING_DATASOURCE_PASSWORD=f9Df4556
- SPRING_DATASOURCE_URL=jdbc:mysql://172.16.186.185:3306/a_LAB01_d23cc850e?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useOldAliasMetadataBehavior=true&serverTimezone=Asia/Shanghai&allowMultiQueries=true&serverTimezone=GMT%2B8
- SPRING_DATASOURCE_DRIVER-CLASS-NAME=com.mysql.jdbc.Driver
- SPRING_DATASOURCE_DEFAULTSCHEMA=a_LAB01_d23cc850e
- NACOS=172.16.240.140:8848
deploy: deploy:
resources: resources:
limits: limits:
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册