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

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

上级 b21de0c5
...@@ -3179,6 +3179,37 @@ ...@@ -3179,6 +3179,37 @@
}, },
"enableBackend" : false, "enableBackend" : false,
"enableFront" : true "enableFront" : true
}, {
"codeName" : "SrcFieldScript",
"defaultParamName" : "Default",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDELOGICS/SrcFieldScript.json",
"logicName" : "源值属性脚本",
"name" : "源值属性脚本",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"topPos" : 200,
"parallelOutput" : true
} ],
"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" : "SrcFieldScript",
"defaultParamName" : "Default",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDELOGICS/SrcFieldScript.json",
"logicName" : "源值属性脚本",
"name" : "源值属性脚本",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"topPos" : 200,
"parallelOutput" : true
} ],
"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
...@@ -1916,6 +1916,40 @@ ...@@ -1916,6 +1916,40 @@
}, },
"enableBackend" : false, "enableBackend" : false,
"enableFront" : true "enableFront" : true
}, {
"codeName" : "SrcFieldScript",
"defaultParamName" : "Default",
"logicName" : "源值属性脚本",
"name" : "源值属性脚本",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"topPos" : 200,
"parallelOutput" : true
} ],
"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",
...@@ -3610,14 +3644,31 @@ ...@@ -3610,14 +3644,31 @@
"topPos" : 200, "topPos" : 200,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"codeName" : "BINDPARAM1", "codeName" : "PREPAREJSPARAM1",
"leftPos" : 734,
"logicNodeType" : "PREPAREJSPARAM",
"name" : "准备参数",
"getPSDEUILogicNodeParams" : [ {
"dstFieldName" : "visible",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "viewCaptionBarState"
},
"name" : "直接值[false] ==> viewCaptionBarState[visible]",
"paramAction" : "SETPARAMVALUE",
"srcValue" : "false",
"srcValueType" : "SRCVALUE"
} ],
"topPos" : 208
}, {
"codeName" : "BINDPARAM2",
"getDstPSDEUILogicParam" : { "getDstPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "viewCaptionBarState" "id" : "visible"
}, },
"leftPos" : 329, "leftPos" : 508,
"logicNodeType" : "BINDPARAM", "logicNodeType" : "BINDPARAM",
"name" : "绑定标题栏状态", "name" : "绑定参数",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
...@@ -3630,20 +3681,19 @@ ...@@ -3630,20 +3681,19 @@
"logicType" : "GROUP", "logicType" : "GROUP",
"getPSDEUILogicLinkConds" : [ { "getPSDEUILogicLinkConds" : [ {
"condOP" : "EQ", "condOP" : "EQ",
"dstFieldName" : "visible",
"getDstLogicParam" : { "getDstLogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "viewCaptionBarState" "id" : "visible"
}, },
"logicType" : "SINGLE", "logicType" : "SINGLE",
"name" : "viewCaptionBarState[visible] 等于(=) true", "name" : "visible 等于(=) true",
"paramValue" : "true", "paramValue" : "true",
"value" : "true" "value" : "true"
} ] } ]
}, },
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "BINDPARAM1" "id" : "BINDPARAM2"
} }
}, { }, {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
...@@ -3657,31 +3707,30 @@ ...@@ -3657,31 +3707,30 @@
"logicType" : "GROUP", "logicType" : "GROUP",
"getPSDEUILogicLinkConds" : [ { "getPSDEUILogicLinkConds" : [ {
"condOP" : "EQ", "condOP" : "EQ",
"dstFieldName" : "visible",
"getDstLogicParam" : { "getDstLogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "viewCaptionBarState" "id" : "visible"
}, },
"logicType" : "SINGLE", "logicType" : "SINGLE",
"name" : "viewCaptionBarState[visible] 等于(=) false", "name" : "visible 等于(=) false",
"paramValue" : "false", "paramValue" : "false",
"value" : "false" "value" : "false"
} ] } ]
}, },
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "BINDPARAM1" "id" : "BINDPARAM2"
} }
} ], } ],
"srcFieldName" : "layoutPanel.panelItems.view_captionbar.state", "srcFieldName" : "visible",
"getSrcPSDEUILogicParam" : { "getSrcPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "view" "id" : "viewCaptionBarState"
}, },
"topPos" : 208 "topPos" : 208
}, { }, {
"codeName" : "PREPAREJSPARAM1", "codeName" : "PREPAREJSPARAM2",
"leftPos" : 584, "leftPos" : 508,
"logicNodeType" : "PREPAREJSPARAM", "logicNodeType" : "PREPAREJSPARAM",
"name" : "准备参数", "name" : "准备参数",
"getPSDEUILogicNodeParams" : [ { "getPSDEUILogicNodeParams" : [ {
...@@ -3690,31 +3739,46 @@ ...@@ -3690,31 +3739,46 @@
"modelref" : true, "modelref" : true,
"id" : "viewCaptionBarState" "id" : "viewCaptionBarState"
}, },
"name" : "直接值[false] ==> viewCaptionBarState[visible]", "name" : "直接值[true] ==> viewCaptionBarState[visible]",
"paramAction" : "SETPARAMVALUE", "paramAction" : "SETPARAMVALUE",
"srcValue" : "false", "srcValue" : "true",
"srcValueType" : "SRCVALUE" "srcValueType" : "SRCVALUE"
} ], } ],
"topPos" : 208 "topPos" : 400
}, { }, {
"codeName" : "PREPAREJSPARAM2", "codeName" : "BINDPARAM1",
"leftPos" : 570, "getDstPSDEUILogicParam" : {
"logicNodeType" : "PREPAREJSPARAM", "modelref" : true,
"name" : "准备参数", "id" : "viewCaptionBarState"
"getPSDEUILogicNodeParams" : [ { },
"dstFieldName" : "visible", "leftPos" : 329,
"getDstPSDEUILogicParam" : { "logicNodeType" : "BINDPARAM",
"name" : "绑定标题栏状态",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "viewCaptionBarState" "id" : "BINDPARAM2"
}, },
"name" : "直接值[true] ==> viewCaptionBarState[visible]", "linkMode" : 0,
"paramAction" : "SETPARAMVALUE", "name" : "连接名称",
"srcValue" : "true", "getSrcPSDEUILogicNode" : {
"srcValueType" : "SRCVALUE" "modelref" : true,
"id" : "BINDPARAM1"
}
} ], } ],
"topPos" : 380 "srcFieldName" : "layoutPanel.panelItems.view_captionbar.state",
"getSrcPSDEUILogicParam" : {
"modelref" : true,
"id" : "view"
},
"topPos" : 208
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "visible",
"logicName" : "标题栏显示与否",
"name" : "标题栏显示与否",
"simpleParam" : true
}, {
"codeName" : "viewCaptionBarState", "codeName" : "viewCaptionBarState",
"logicName" : "面板标题栏容器", "logicName" : "面板标题栏容器",
"name" : "面板标题栏容器", "name" : "面板标题栏容器",
......
...@@ -18438,6 +18438,40 @@ ...@@ -18438,6 +18438,40 @@
}, },
"enableBackend" : false, "enableBackend" : false,
"enableFront" : true "enableFront" : true
}, {
"codeName" : "SrcFieldScript",
"defaultParamName" : "Default",
"logicName" : "源值属性脚本",
"name" : "源值属性脚本",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"topPos" : 200,
"parallelOutput" : true
} ],
"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",
...@@ -20132,14 +20166,31 @@ ...@@ -20132,14 +20166,31 @@
"topPos" : 200, "topPos" : 200,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"codeName" : "BINDPARAM1", "codeName" : "PREPAREJSPARAM1",
"leftPos" : 734,
"logicNodeType" : "PREPAREJSPARAM",
"name" : "准备参数",
"getPSDEUILogicNodeParams" : [ {
"dstFieldName" : "visible",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "viewCaptionBarState"
},
"name" : "直接值[false] ==> viewCaptionBarState[visible]",
"paramAction" : "SETPARAMVALUE",
"srcValue" : "false",
"srcValueType" : "SRCVALUE"
} ],
"topPos" : 208
}, {
"codeName" : "BINDPARAM2",
"getDstPSDEUILogicParam" : { "getDstPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "viewCaptionBarState" "id" : "visible"
}, },
"leftPos" : 329, "leftPos" : 508,
"logicNodeType" : "BINDPARAM", "logicNodeType" : "BINDPARAM",
"name" : "绑定标题栏状态", "name" : "绑定参数",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
...@@ -20152,20 +20203,19 @@ ...@@ -20152,20 +20203,19 @@
"logicType" : "GROUP", "logicType" : "GROUP",
"getPSDEUILogicLinkConds" : [ { "getPSDEUILogicLinkConds" : [ {
"condOP" : "EQ", "condOP" : "EQ",
"dstFieldName" : "visible",
"getDstLogicParam" : { "getDstLogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "viewCaptionBarState" "id" : "visible"
}, },
"logicType" : "SINGLE", "logicType" : "SINGLE",
"name" : "viewCaptionBarState[visible] 等于(=) true", "name" : "visible 等于(=) true",
"paramValue" : "true", "paramValue" : "true",
"value" : "true" "value" : "true"
} ] } ]
}, },
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "BINDPARAM1" "id" : "BINDPARAM2"
} }
}, { }, {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
...@@ -20179,31 +20229,30 @@ ...@@ -20179,31 +20229,30 @@
"logicType" : "GROUP", "logicType" : "GROUP",
"getPSDEUILogicLinkConds" : [ { "getPSDEUILogicLinkConds" : [ {
"condOP" : "EQ", "condOP" : "EQ",
"dstFieldName" : "visible",
"getDstLogicParam" : { "getDstLogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "viewCaptionBarState" "id" : "visible"
}, },
"logicType" : "SINGLE", "logicType" : "SINGLE",
"name" : "viewCaptionBarState[visible] 等于(=) false", "name" : "visible 等于(=) false",
"paramValue" : "false", "paramValue" : "false",
"value" : "false" "value" : "false"
} ] } ]
}, },
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "BINDPARAM1" "id" : "BINDPARAM2"
} }
} ], } ],
"srcFieldName" : "layoutPanel.panelItems.view_captionbar.state", "srcFieldName" : "visible",
"getSrcPSDEUILogicParam" : { "getSrcPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "view" "id" : "viewCaptionBarState"
}, },
"topPos" : 208 "topPos" : 208
}, { }, {
"codeName" : "PREPAREJSPARAM1", "codeName" : "PREPAREJSPARAM2",
"leftPos" : 584, "leftPos" : 508,
"logicNodeType" : "PREPAREJSPARAM", "logicNodeType" : "PREPAREJSPARAM",
"name" : "准备参数", "name" : "准备参数",
"getPSDEUILogicNodeParams" : [ { "getPSDEUILogicNodeParams" : [ {
...@@ -20212,31 +20261,46 @@ ...@@ -20212,31 +20261,46 @@
"modelref" : true, "modelref" : true,
"id" : "viewCaptionBarState" "id" : "viewCaptionBarState"
}, },
"name" : "直接值[false] ==> viewCaptionBarState[visible]", "name" : "直接值[true] ==> viewCaptionBarState[visible]",
"paramAction" : "SETPARAMVALUE", "paramAction" : "SETPARAMVALUE",
"srcValue" : "false", "srcValue" : "true",
"srcValueType" : "SRCVALUE" "srcValueType" : "SRCVALUE"
} ], } ],
"topPos" : 208 "topPos" : 400
}, { }, {
"codeName" : "PREPAREJSPARAM2", "codeName" : "BINDPARAM1",
"leftPos" : 570, "getDstPSDEUILogicParam" : {
"logicNodeType" : "PREPAREJSPARAM", "modelref" : true,
"name" : "准备参数", "id" : "viewCaptionBarState"
"getPSDEUILogicNodeParams" : [ { },
"dstFieldName" : "visible", "leftPos" : 329,
"getDstPSDEUILogicParam" : { "logicNodeType" : "BINDPARAM",
"name" : "绑定标题栏状态",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "viewCaptionBarState" "id" : "BINDPARAM2"
}, },
"name" : "直接值[true] ==> viewCaptionBarState[visible]", "linkMode" : 0,
"paramAction" : "SETPARAMVALUE", "name" : "连接名称",
"srcValue" : "true", "getSrcPSDEUILogicNode" : {
"srcValueType" : "SRCVALUE" "modelref" : true,
"id" : "BINDPARAM1"
}
} ], } ],
"topPos" : 380 "srcFieldName" : "layoutPanel.panelItems.view_captionbar.state",
"getSrcPSDEUILogicParam" : {
"modelref" : true,
"id" : "view"
},
"topPos" : 208
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "visible",
"logicName" : "标题栏显示与否",
"name" : "标题栏显示与否",
"simpleParam" : true
}, {
"codeName" : "viewCaptionBarState", "codeName" : "viewCaptionBarState",
"logicName" : "面板标题栏容器", "logicName" : "面板标题栏容器",
"name" : "面板标题栏容器", "name" : "面板标题栏容器",
...@@ -1916,6 +1916,40 @@ ...@@ -1916,6 +1916,40 @@
}, },
"enableBackend" : false, "enableBackend" : false,
"enableFront" : true "enableFront" : true
}, {
"codeName" : "SrcFieldScript",
"defaultParamName" : "Default",
"logicName" : "源值属性脚本",
"name" : "源值属性脚本",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"topPos" : 200,
"parallelOutput" : true
} ],
"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",
...@@ -3620,14 +3654,31 @@ ...@@ -3620,14 +3654,31 @@
"topPos" : 200, "topPos" : 200,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"codeName" : "BINDPARAM1", "codeName" : "PREPAREJSPARAM1",
"leftPos" : 734,
"logicNodeType" : "PREPAREJSPARAM",
"name" : "准备参数",
"getPSDEUILogicNodeParams" : [ {
"dstFieldName" : "visible",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "viewCaptionBarState"
},
"name" : "直接值[false] ==> viewCaptionBarState[visible]",
"paramAction" : "SETPARAMVALUE",
"srcValue" : "false",
"srcValueType" : "SRCVALUE"
} ],
"topPos" : 208
}, {
"codeName" : "BINDPARAM2",
"getDstPSDEUILogicParam" : { "getDstPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "viewCaptionBarState" "id" : "visible"
}, },
"leftPos" : 329, "leftPos" : 508,
"logicNodeType" : "BINDPARAM", "logicNodeType" : "BINDPARAM",
"name" : "绑定标题栏状态", "name" : "绑定参数",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
...@@ -3640,20 +3691,19 @@ ...@@ -3640,20 +3691,19 @@
"logicType" : "GROUP", "logicType" : "GROUP",
"getPSDEUILogicLinkConds" : [ { "getPSDEUILogicLinkConds" : [ {
"condOP" : "EQ", "condOP" : "EQ",
"dstFieldName" : "visible",
"getDstLogicParam" : { "getDstLogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "viewCaptionBarState" "id" : "visible"
}, },
"logicType" : "SINGLE", "logicType" : "SINGLE",
"name" : "viewCaptionBarState[visible] 等于(=) true", "name" : "visible 等于(=) true",
"paramValue" : "true", "paramValue" : "true",
"value" : "true" "value" : "true"
} ] } ]
}, },
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "BINDPARAM1" "id" : "BINDPARAM2"
} }
}, { }, {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
...@@ -3667,31 +3717,30 @@ ...@@ -3667,31 +3717,30 @@
"logicType" : "GROUP", "logicType" : "GROUP",
"getPSDEUILogicLinkConds" : [ { "getPSDEUILogicLinkConds" : [ {
"condOP" : "EQ", "condOP" : "EQ",
"dstFieldName" : "visible",
"getDstLogicParam" : { "getDstLogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "viewCaptionBarState" "id" : "visible"
}, },
"logicType" : "SINGLE", "logicType" : "SINGLE",
"name" : "viewCaptionBarState[visible] 等于(=) false", "name" : "visible 等于(=) false",
"paramValue" : "false", "paramValue" : "false",
"value" : "false" "value" : "false"
} ] } ]
}, },
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "BINDPARAM1" "id" : "BINDPARAM2"
} }
} ], } ],
"srcFieldName" : "layoutPanel.panelItems.view_captionbar.state", "srcFieldName" : "visible",
"getSrcPSDEUILogicParam" : { "getSrcPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "view" "id" : "viewCaptionBarState"
}, },
"topPos" : 208 "topPos" : 208
}, { }, {
"codeName" : "PREPAREJSPARAM1", "codeName" : "PREPAREJSPARAM2",
"leftPos" : 584, "leftPos" : 508,
"logicNodeType" : "PREPAREJSPARAM", "logicNodeType" : "PREPAREJSPARAM",
"name" : "准备参数", "name" : "准备参数",
"getPSDEUILogicNodeParams" : [ { "getPSDEUILogicNodeParams" : [ {
...@@ -3700,31 +3749,46 @@ ...@@ -3700,31 +3749,46 @@
"modelref" : true, "modelref" : true,
"id" : "viewCaptionBarState" "id" : "viewCaptionBarState"
}, },
"name" : "直接值[false] ==> viewCaptionBarState[visible]", "name" : "直接值[true] ==> viewCaptionBarState[visible]",
"paramAction" : "SETPARAMVALUE", "paramAction" : "SETPARAMVALUE",
"srcValue" : "false", "srcValue" : "true",
"srcValueType" : "SRCVALUE" "srcValueType" : "SRCVALUE"
} ], } ],
"topPos" : 208 "topPos" : 400
}, { }, {
"codeName" : "PREPAREJSPARAM2", "codeName" : "BINDPARAM1",
"leftPos" : 570, "getDstPSDEUILogicParam" : {
"logicNodeType" : "PREPAREJSPARAM", "modelref" : true,
"name" : "准备参数", "id" : "viewCaptionBarState"
"getPSDEUILogicNodeParams" : [ { },
"dstFieldName" : "visible", "leftPos" : 329,
"getDstPSDEUILogicParam" : { "logicNodeType" : "BINDPARAM",
"name" : "绑定标题栏状态",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "viewCaptionBarState" "id" : "BINDPARAM2"
}, },
"name" : "直接值[true] ==> viewCaptionBarState[visible]", "linkMode" : 0,
"paramAction" : "SETPARAMVALUE", "name" : "连接名称",
"srcValue" : "true", "getSrcPSDEUILogicNode" : {
"srcValueType" : "SRCVALUE" "modelref" : true,
"id" : "BINDPARAM1"
}
} ], } ],
"topPos" : 380 "srcFieldName" : "layoutPanel.panelItems.view_captionbar.state",
"getSrcPSDEUILogicParam" : {
"modelref" : true,
"id" : "view"
},
"topPos" : 208
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "visible",
"logicName" : "标题栏显示与否",
"name" : "标题栏显示与否",
"simpleParam" : true
}, {
"codeName" : "viewCaptionBarState", "codeName" : "viewCaptionBarState",
"logicName" : "面板标题栏容器", "logicName" : "面板标题栏容器",
"name" : "面板标题栏容器", "name" : "面板标题栏容器",
......
...@@ -1916,6 +1916,40 @@ ...@@ -1916,6 +1916,40 @@
}, },
"enableBackend" : false, "enableBackend" : false,
"enableFront" : true "enableFront" : true
}, {
"codeName" : "SrcFieldScript",
"defaultParamName" : "Default",
"logicName" : "源值属性脚本",
"name" : "源值属性脚本",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"topPos" : 200,
"parallelOutput" : true
} ],
"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",
...@@ -4030,14 +4064,31 @@ ...@@ -4030,14 +4064,31 @@
"topPos" : 200, "topPos" : 200,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"codeName" : "BINDPARAM1", "codeName" : "PREPAREJSPARAM1",
"leftPos" : 734,
"logicNodeType" : "PREPAREJSPARAM",
"name" : "准备参数",
"getPSDEUILogicNodeParams" : [ {
"dstFieldName" : "visible",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "viewCaptionBarState"
},
"name" : "直接值[false] ==> viewCaptionBarState[visible]",
"paramAction" : "SETPARAMVALUE",
"srcValue" : "false",
"srcValueType" : "SRCVALUE"
} ],
"topPos" : 208
}, {
"codeName" : "BINDPARAM2",
"getDstPSDEUILogicParam" : { "getDstPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "viewCaptionBarState" "id" : "visible"
}, },
"leftPos" : 329, "leftPos" : 508,
"logicNodeType" : "BINDPARAM", "logicNodeType" : "BINDPARAM",
"name" : "绑定标题栏状态", "name" : "绑定参数",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
...@@ -4050,20 +4101,19 @@ ...@@ -4050,20 +4101,19 @@
"logicType" : "GROUP", "logicType" : "GROUP",
"getPSDEUILogicLinkConds" : [ { "getPSDEUILogicLinkConds" : [ {
"condOP" : "EQ", "condOP" : "EQ",
"dstFieldName" : "visible",
"getDstLogicParam" : { "getDstLogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "viewCaptionBarState" "id" : "visible"
}, },
"logicType" : "SINGLE", "logicType" : "SINGLE",
"name" : "viewCaptionBarState[visible] 等于(=) true", "name" : "visible 等于(=) true",
"paramValue" : "true", "paramValue" : "true",
"value" : "true" "value" : "true"
} ] } ]
}, },
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "BINDPARAM1" "id" : "BINDPARAM2"
} }
}, { }, {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
...@@ -4077,31 +4127,30 @@ ...@@ -4077,31 +4127,30 @@
"logicType" : "GROUP", "logicType" : "GROUP",
"getPSDEUILogicLinkConds" : [ { "getPSDEUILogicLinkConds" : [ {
"condOP" : "EQ", "condOP" : "EQ",
"dstFieldName" : "visible",
"getDstLogicParam" : { "getDstLogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "viewCaptionBarState" "id" : "visible"
}, },
"logicType" : "SINGLE", "logicType" : "SINGLE",
"name" : "viewCaptionBarState[visible] 等于(=) false", "name" : "visible 等于(=) false",
"paramValue" : "false", "paramValue" : "false",
"value" : "false" "value" : "false"
} ] } ]
}, },
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "BINDPARAM1" "id" : "BINDPARAM2"
} }
} ], } ],
"srcFieldName" : "layoutPanel.panelItems.view_captionbar.state", "srcFieldName" : "visible",
"getSrcPSDEUILogicParam" : { "getSrcPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "view" "id" : "viewCaptionBarState"
}, },
"topPos" : 208 "topPos" : 208
}, { }, {
"codeName" : "PREPAREJSPARAM1", "codeName" : "PREPAREJSPARAM2",
"leftPos" : 584, "leftPos" : 508,
"logicNodeType" : "PREPAREJSPARAM", "logicNodeType" : "PREPAREJSPARAM",
"name" : "准备参数", "name" : "准备参数",
"getPSDEUILogicNodeParams" : [ { "getPSDEUILogicNodeParams" : [ {
...@@ -4110,31 +4159,46 @@ ...@@ -4110,31 +4159,46 @@
"modelref" : true, "modelref" : true,
"id" : "viewCaptionBarState" "id" : "viewCaptionBarState"
}, },
"name" : "直接值[false] ==> viewCaptionBarState[visible]", "name" : "直接值[true] ==> viewCaptionBarState[visible]",
"paramAction" : "SETPARAMVALUE", "paramAction" : "SETPARAMVALUE",
"srcValue" : "false", "srcValue" : "true",
"srcValueType" : "SRCVALUE" "srcValueType" : "SRCVALUE"
} ], } ],
"topPos" : 208 "topPos" : 400
}, { }, {
"codeName" : "PREPAREJSPARAM2", "codeName" : "BINDPARAM1",
"leftPos" : 570, "getDstPSDEUILogicParam" : {
"logicNodeType" : "PREPAREJSPARAM", "modelref" : true,
"name" : "准备参数", "id" : "viewCaptionBarState"
"getPSDEUILogicNodeParams" : [ { },
"dstFieldName" : "visible", "leftPos" : 329,
"getDstPSDEUILogicParam" : { "logicNodeType" : "BINDPARAM",
"name" : "绑定标题栏状态",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "viewCaptionBarState" "id" : "BINDPARAM2"
}, },
"name" : "直接值[true] ==> viewCaptionBarState[visible]", "linkMode" : 0,
"paramAction" : "SETPARAMVALUE", "name" : "连接名称",
"srcValue" : "true", "getSrcPSDEUILogicNode" : {
"srcValueType" : "SRCVALUE" "modelref" : true,
"id" : "BINDPARAM1"
}
} ], } ],
"topPos" : 380 "srcFieldName" : "layoutPanel.panelItems.view_captionbar.state",
"getSrcPSDEUILogicParam" : {
"modelref" : true,
"id" : "view"
},
"topPos" : 208
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "visible",
"logicName" : "标题栏显示与否",
"name" : "标题栏显示与否",
"simpleParam" : true
}, {
"codeName" : "viewCaptionBarState", "codeName" : "viewCaptionBarState",
"logicName" : "面板标题栏容器", "logicName" : "面板标题栏容器",
"name" : "面板标题栏容器", "name" : "面板标题栏容器",
......
...@@ -9415,16 +9415,16 @@ ...@@ -9415,16 +9415,16 @@
"id" : "ViewMsg4" "id" : "ViewMsg4"
} }
}, { }, {
"name" : "消息类型-错误信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg5"
} }
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg6"
} }
} ] } ]
}, { }, {
...@@ -9469,16 +9469,16 @@ ...@@ -9469,16 +9469,16 @@
"codeName" : "VMGroup8", "codeName" : "VMGroup8",
"name" : "【静态测试】", "name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-默认删除-上方-错误", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg9"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg12"
} }
}, { }, {
"name" : "消息位置-视图下方", "name" : "消息位置-视图下方",
...@@ -45788,6 +45788,40 @@ ...@@ -45788,6 +45788,40 @@
}, },
"enableBackend" : false, "enableBackend" : false,
"enableFront" : true "enableFront" : true
}, {
"codeName" : "SrcFieldScript",
"defaultParamName" : "Default",
"logicName" : "源值属性脚本",
"name" : "源值属性脚本",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"topPos" : 200,
"parallelOutput" : true
} ],
"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",
...@@ -47902,14 +47936,31 @@ ...@@ -47902,14 +47936,31 @@
"topPos" : 200, "topPos" : 200,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"codeName" : "BINDPARAM1", "codeName" : "PREPAREJSPARAM1",
"leftPos" : 734,
"logicNodeType" : "PREPAREJSPARAM",
"name" : "准备参数",
"getPSDEUILogicNodeParams" : [ {
"dstFieldName" : "visible",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "viewCaptionBarState"
},
"name" : "直接值[false] ==> viewCaptionBarState[visible]",
"paramAction" : "SETPARAMVALUE",
"srcValue" : "false",
"srcValueType" : "SRCVALUE"
} ],
"topPos" : 208
}, {
"codeName" : "BINDPARAM2",
"getDstPSDEUILogicParam" : { "getDstPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "viewCaptionBarState" "id" : "visible"
}, },
"leftPos" : 329, "leftPos" : 508,
"logicNodeType" : "BINDPARAM", "logicNodeType" : "BINDPARAM",
"name" : "绑定标题栏状态", "name" : "绑定参数",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
...@@ -47922,20 +47973,19 @@ ...@@ -47922,20 +47973,19 @@
"logicType" : "GROUP", "logicType" : "GROUP",
"getPSDEUILogicLinkConds" : [ { "getPSDEUILogicLinkConds" : [ {
"condOP" : "EQ", "condOP" : "EQ",
"dstFieldName" : "visible",
"getDstLogicParam" : { "getDstLogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "viewCaptionBarState" "id" : "visible"
}, },
"logicType" : "SINGLE", "logicType" : "SINGLE",
"name" : "viewCaptionBarState[visible] 等于(=) true", "name" : "visible 等于(=) true",
"paramValue" : "true", "paramValue" : "true",
"value" : "true" "value" : "true"
} ] } ]
}, },
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "BINDPARAM1" "id" : "BINDPARAM2"
} }
}, { }, {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
...@@ -47949,31 +47999,30 @@ ...@@ -47949,31 +47999,30 @@
"logicType" : "GROUP", "logicType" : "GROUP",
"getPSDEUILogicLinkConds" : [ { "getPSDEUILogicLinkConds" : [ {
"condOP" : "EQ", "condOP" : "EQ",
"dstFieldName" : "visible",
"getDstLogicParam" : { "getDstLogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "viewCaptionBarState" "id" : "visible"
}, },
"logicType" : "SINGLE", "logicType" : "SINGLE",
"name" : "viewCaptionBarState[visible] 等于(=) false", "name" : "visible 等于(=) false",
"paramValue" : "false", "paramValue" : "false",
"value" : "false" "value" : "false"
} ] } ]
}, },
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "BINDPARAM1" "id" : "BINDPARAM2"
} }
} ], } ],
"srcFieldName" : "layoutPanel.panelItems.view_captionbar.state", "srcFieldName" : "visible",
"getSrcPSDEUILogicParam" : { "getSrcPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "view" "id" : "viewCaptionBarState"
}, },
"topPos" : 208 "topPos" : 208
}, { }, {
"codeName" : "PREPAREJSPARAM1", "codeName" : "PREPAREJSPARAM2",
"leftPos" : 584, "leftPos" : 508,
"logicNodeType" : "PREPAREJSPARAM", "logicNodeType" : "PREPAREJSPARAM",
"name" : "准备参数", "name" : "准备参数",
"getPSDEUILogicNodeParams" : [ { "getPSDEUILogicNodeParams" : [ {
...@@ -47982,31 +48031,46 @@ ...@@ -47982,31 +48031,46 @@
"modelref" : true, "modelref" : true,
"id" : "viewCaptionBarState" "id" : "viewCaptionBarState"
}, },
"name" : "直接值[false] ==> viewCaptionBarState[visible]", "name" : "直接值[true] ==> viewCaptionBarState[visible]",
"paramAction" : "SETPARAMVALUE", "paramAction" : "SETPARAMVALUE",
"srcValue" : "false", "srcValue" : "true",
"srcValueType" : "SRCVALUE" "srcValueType" : "SRCVALUE"
} ], } ],
"topPos" : 208 "topPos" : 400
}, { }, {
"codeName" : "PREPAREJSPARAM2", "codeName" : "BINDPARAM1",
"leftPos" : 570, "getDstPSDEUILogicParam" : {
"logicNodeType" : "PREPAREJSPARAM", "modelref" : true,
"name" : "准备参数", "id" : "viewCaptionBarState"
"getPSDEUILogicNodeParams" : [ { },
"dstFieldName" : "visible", "leftPos" : 329,
"getDstPSDEUILogicParam" : { "logicNodeType" : "BINDPARAM",
"name" : "绑定标题栏状态",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "viewCaptionBarState" "id" : "BINDPARAM2"
}, },
"name" : "直接值[true] ==> viewCaptionBarState[visible]", "linkMode" : 0,
"paramAction" : "SETPARAMVALUE", "name" : "连接名称",
"srcValue" : "true", "getSrcPSDEUILogicNode" : {
"srcValueType" : "SRCVALUE" "modelref" : true,
"id" : "BINDPARAM1"
}
} ], } ],
"topPos" : 380 "srcFieldName" : "layoutPanel.panelItems.view_captionbar.state",
"getSrcPSDEUILogicParam" : {
"modelref" : true,
"id" : "view"
},
"topPos" : 208
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "visible",
"logicName" : "标题栏显示与否",
"name" : "标题栏显示与否",
"simpleParam" : true
}, {
"codeName" : "viewCaptionBarState", "codeName" : "viewCaptionBarState",
"logicName" : "面板标题栏容器", "logicName" : "面板标题栏容器",
"name" : "面板标题栏容器", "name" : "面板标题栏容器",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册