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

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

上级 13b36beb
...@@ -6602,6 +6602,76 @@ ...@@ -6602,6 +6602,76 @@
"modelref" : true, "modelref" : true,
"id" : "Begin" "id" : "Begin"
} }
}, {
"codeName" : "getVariable",
"defaultParamName" : "Default",
"logicName" : "读取变量",
"name" : "读取变量",
"getPSDEUILogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "DEBUGPARAM1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "END1",
"leftPos" : 210,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 538
}, {
"codeName" : "DEBUGPARAM1",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "Global"
},
"leftPos" : 170,
"logicNodeType" : "DEBUGPARAM",
"name" : "调试逻辑参数",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "END1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "DEBUGPARAM1"
}
} ],
"topPos" : 380
} ],
"getPSDEUILogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"default" : true,
"entityParam" : true
}, {
"codeName" : "Global",
"logicName" : "全局变量",
"name" : "全局变量",
"paramFieldName" : "test",
"appGlobalParam" : true
} ],
"getStartPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
}, { }, {
"codeName" : "gridBeforeLoad", "codeName" : "gridBeforeLoad",
"defaultParamName" : "Default", "defaultParamName" : "Default",
...@@ -7043,6 +7113,93 @@ ...@@ -7043,6 +7113,93 @@
"modelref" : true, "modelref" : true,
"id" : "Begin" "id" : "Begin"
} }
}, {
"codeName" : "setVariable",
"defaultParamName" : "Default",
"logicName" : "设置变量",
"name" : "设置变量",
"getPSDEUILogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 240,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "PREPAREJSPARAM1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 180,
"parallelOutput" : true
}, {
"codeName" : "PREPAREJSPARAM1",
"leftPos" : 200,
"logicNodeType" : "PREPAREJSPARAM",
"name" : "设置全局变量test",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "END1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "PREPAREJSPARAM1"
}
} ],
"getPSDEUILogicNodeParams" : [ {
"dstFieldName" : "name",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "GLOBAL"
},
"name" : "直接值[全局变量] ==> GLOBAL[name]",
"paramAction" : "SETPARAMVALUE",
"srcValue" : "全局变量",
"srcValueType" : "SRCVALUE"
}, {
"dstFieldName" : "value",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "GLOBAL"
},
"name" : "直接值[测试123123121] ==> GLOBAL[value]",
"paramAction" : "SETPARAMVALUE",
"srcValue" : "测试123123121",
"srcValueType" : "SRCVALUE"
} ],
"topPos" : 340
}, {
"codeName" : "END1",
"leftPos" : 240,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 462
} ],
"getPSDEUILogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"default" : true,
"entityParam" : true
}, {
"codeName" : "GLOBAL",
"logicName" : "全局变量",
"name" : "全局变量",
"paramFieldName" : "test",
"appGlobalParam" : true
} ],
"getStartPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
}, { }, {
"codeName" : "testviewlogic", "codeName" : "testviewlogic",
"defaultParamName" : "Default", "defaultParamName" : "Default",
......
...@@ -6612,6 +6612,76 @@ ...@@ -6612,6 +6612,76 @@
"modelref" : true, "modelref" : true,
"id" : "Begin" "id" : "Begin"
} }
}, {
"codeName" : "getVariable",
"defaultParamName" : "Default",
"logicName" : "读取变量",
"name" : "读取变量",
"getPSDEUILogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "DEBUGPARAM1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "END1",
"leftPos" : 210,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 538
}, {
"codeName" : "DEBUGPARAM1",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "Global"
},
"leftPos" : 170,
"logicNodeType" : "DEBUGPARAM",
"name" : "调试逻辑参数",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "END1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "DEBUGPARAM1"
}
} ],
"topPos" : 380
} ],
"getPSDEUILogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"default" : true,
"entityParam" : true
}, {
"codeName" : "Global",
"logicName" : "全局变量",
"name" : "全局变量",
"paramFieldName" : "test",
"appGlobalParam" : true
} ],
"getStartPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
}, { }, {
"codeName" : "gridBeforeLoad", "codeName" : "gridBeforeLoad",
"defaultParamName" : "Default", "defaultParamName" : "Default",
...@@ -7053,6 +7123,93 @@ ...@@ -7053,6 +7123,93 @@
"modelref" : true, "modelref" : true,
"id" : "Begin" "id" : "Begin"
} }
}, {
"codeName" : "setVariable",
"defaultParamName" : "Default",
"logicName" : "设置变量",
"name" : "设置变量",
"getPSDEUILogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 240,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "PREPAREJSPARAM1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 180,
"parallelOutput" : true
}, {
"codeName" : "PREPAREJSPARAM1",
"leftPos" : 200,
"logicNodeType" : "PREPAREJSPARAM",
"name" : "设置全局变量test",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "END1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "PREPAREJSPARAM1"
}
} ],
"getPSDEUILogicNodeParams" : [ {
"dstFieldName" : "name",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "GLOBAL"
},
"name" : "直接值[全局变量] ==> GLOBAL[name]",
"paramAction" : "SETPARAMVALUE",
"srcValue" : "全局变量",
"srcValueType" : "SRCVALUE"
}, {
"dstFieldName" : "value",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "GLOBAL"
},
"name" : "直接值[测试123123121] ==> GLOBAL[value]",
"paramAction" : "SETPARAMVALUE",
"srcValue" : "测试123123121",
"srcValueType" : "SRCVALUE"
} ],
"topPos" : 340
}, {
"codeName" : "END1",
"leftPos" : 240,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 462
} ],
"getPSDEUILogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"default" : true,
"entityParam" : true
}, {
"codeName" : "GLOBAL",
"logicName" : "全局变量",
"name" : "全局变量",
"paramFieldName" : "test",
"appGlobalParam" : true
} ],
"getStartPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
}, { }, {
"codeName" : "testviewlogic", "codeName" : "testviewlogic",
"defaultParamName" : "Default", "defaultParamName" : "Default",
......
...@@ -5373,6 +5373,27 @@ ...@@ -5373,6 +5373,27 @@
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
"uILogicAttachMode" : "REPLACE", "uILogicAttachMode" : "REPLACE",
"id" : "filterTrigger@TEST" "id" : "filterTrigger@TEST"
}, {
"actionTarget" : "NONE",
"caption" : "读取逻辑变量",
"codeName" : "getVariable",
"frontProcessType" : "OTHER",
"fullCodeName" : "TEST_getVariable",
"name" : "读取逻辑变量",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "getVariable"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "getVariable",
"uIActionType" : "DEUIACTION",
"uILogicAttachMode" : "REPLACE",
"id" : "getVariable@TEST"
}, { }, {
"actionTarget" : "NONE", "actionTarget" : "NONE",
"caption" : "基本功能-模态下方抽屉弹出", "caption" : "基本功能-模态下方抽屉弹出",
...@@ -5753,6 +5774,27 @@ ...@@ -5753,6 +5774,27 @@
"uILogicAttachMode" : "REPLACE", "uILogicAttachMode" : "REPLACE",
"uILogicType" : "DELOGIC", "uILogicType" : "DELOGIC",
"id" : "panel_Usr0325229260_button_filter_click@TEST" "id" : "panel_Usr0325229260_button_filter_click@TEST"
}, {
"actionTarget" : "NONE",
"caption" : "设置逻辑变量",
"codeName" : "setVariable",
"frontProcessType" : "OTHER",
"fullCodeName" : "TEST_setVariable",
"name" : "设置逻辑变量",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "setVariable"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "setVariable",
"uIActionType" : "DEUIACTION",
"uILogicAttachMode" : "REPLACE",
"id" : "setVariable@TEST"
}, { }, {
"actionTarget" : "SINGLEDATA", "actionTarget" : "SINGLEDATA",
"caption" : "实体逻辑和数据集", "caption" : "实体逻辑和数据集",
...@@ -7983,6 +8025,76 @@ ...@@ -7983,6 +8025,76 @@
"modelref" : true, "modelref" : true,
"id" : "Begin" "id" : "Begin"
} }
}, {
"codeName" : "getVariable",
"defaultParamName" : "Default",
"logicName" : "读取变量",
"name" : "读取变量",
"getPSDEUILogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "DEBUGPARAM1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "END1",
"leftPos" : 210,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 538
}, {
"codeName" : "DEBUGPARAM1",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "Global"
},
"leftPos" : 170,
"logicNodeType" : "DEBUGPARAM",
"name" : "调试逻辑参数",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "END1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "DEBUGPARAM1"
}
} ],
"topPos" : 380
} ],
"getPSDEUILogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"default" : true,
"entityParam" : true
}, {
"codeName" : "Global",
"logicName" : "全局变量",
"name" : "全局变量",
"paramFieldName" : "test",
"appGlobalParam" : true
} ],
"getStartPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
}, { }, {
"codeName" : "gridBeforeLoad", "codeName" : "gridBeforeLoad",
"defaultParamName" : "Default", "defaultParamName" : "Default",
...@@ -8424,6 +8536,93 @@ ...@@ -8424,6 +8536,93 @@
"modelref" : true, "modelref" : true,
"id" : "Begin" "id" : "Begin"
} }
}, {
"codeName" : "setVariable",
"defaultParamName" : "Default",
"logicName" : "设置变量",
"name" : "设置变量",
"getPSDEUILogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 240,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "PREPAREJSPARAM1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 180,
"parallelOutput" : true
}, {
"codeName" : "PREPAREJSPARAM1",
"leftPos" : 200,
"logicNodeType" : "PREPAREJSPARAM",
"name" : "设置全局变量test",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "END1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "PREPAREJSPARAM1"
}
} ],
"getPSDEUILogicNodeParams" : [ {
"dstFieldName" : "name",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "GLOBAL"
},
"name" : "直接值[全局变量] ==> GLOBAL[name]",
"paramAction" : "SETPARAMVALUE",
"srcValue" : "全局变量",
"srcValueType" : "SRCVALUE"
}, {
"dstFieldName" : "value",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "GLOBAL"
},
"name" : "直接值[测试123123121] ==> GLOBAL[value]",
"paramAction" : "SETPARAMVALUE",
"srcValue" : "测试123123121",
"srcValueType" : "SRCVALUE"
} ],
"topPos" : 340
}, {
"codeName" : "END1",
"leftPos" : 240,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 462
} ],
"getPSDEUILogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"default" : true,
"entityParam" : true
}, {
"codeName" : "GLOBAL",
"logicName" : "全局变量",
"name" : "全局变量",
"paramFieldName" : "test",
"appGlobalParam" : true
} ],
"getStartPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
}, { }, {
"codeName" : "testviewlogic", "codeName" : "testviewlogic",
"defaultParamName" : "Default", "defaultParamName" : "Default",
......
...@@ -73,14 +73,6 @@ ...@@ -73,14 +73,6 @@
} }
} ], } ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "EDITDATA",
"realTitle" : "测试实体数据重定向视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTRedirectView.json",
"viewType" : "DEREDIRECTVIEW"
}
}, {
"name" : "NEWDATA", "name" : "NEWDATA",
"realOpenMode" : "INDEXVIEWTAB_POPUPMODAL", "realOpenMode" : "INDEXVIEWTAB_POPUPMODAL",
"realTitle" : "简单编辑", "realTitle" : "简单编辑",
...@@ -89,11 +81,19 @@ ...@@ -89,11 +81,19 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTSimpleEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTSimpleEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, {
"name" : "EDITDATA",
"realTitle" : "测试实体数据重定向视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTRedirectView.json",
"viewType" : "DEREDIRECTVIEW"
}
} ], } ],
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "Usr04238480GridViewtoolbar", "codeName" : "Usr04238480GridViewtoolbar",
"controlType" : "TOOLBAR", "controlType" : "TOOLBAR",
"logicName" : "工具栏模板(默认表格界面)", "logicName" : "界面逻辑测试2",
"name" : "toolbar", "name" : "toolbar",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
...@@ -103,453 +103,44 @@ ...@@ -103,453 +103,44 @@
"id" : "TOOLBAR" "id" : "TOOLBAR"
}, },
"getPSDEToolbarItems" : [ { "getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : { "caption" : "读取逻辑变量",
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "新建",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem3"
},
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "新建",
"codeName" : "New",
"fullCodeName" : "New",
"name" : "表格界面_新建操作",
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"predefinedType" : "GRIDVIEW_NEWACTION",
"refreshMode" : 1,
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"uIActionMode" : "SYS",
"uIActionTag" : "New",
"uIActionType" : "DEUIACTION",
"reloadData" : true
},
"tooltip" : "新建",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"showCaption" : true,
"showIcon" : true
}, {
"buttonStyle" : "STYLE2",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "编辑",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem4",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem4"
},
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "编辑",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.COPY"
},
"caption" : "拷贝",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem6",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem6"
},
"getPSSysImage" : {
"glyph" : "xf0c5@FontAwesome",
"cssClass" : "fa fa-copy"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.COPY"
},
"caption" : "拷贝",
"codeName" : "Copy",
"fullCodeName" : "Copy",
"name" : "表格界面_拷贝操作",
"getPSSysImage" : {
"glyph" : "xf0c5@FontAwesome",
"cssClass" : "fa fa-copy"
},
"predefinedType" : "GRIDVIEW_COPYACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.COPY"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Copy",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "拷贝",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.COPY"
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem7",
"spanMode" : false
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
"caption" : "删除",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem8",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem8"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "删除",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionTarget" : "MULTIKEY",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem9",
"spanMode" : false
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EXPORT"
},
"caption" : "导出",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
"name" : "tbitem13", "name" : "deuiaction1",
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem13" "id" : "toolbar_deuiaction1"
},
"getPSSysImage" : {
"glyph" : "xf1c3@FontAwesome",
"cssClass" : "fa fa-file-excel-o"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"getCapPSLanguageRes" : { "actionTarget" : "NONE",
"lanResTag" : "TBB.TEXT.*.EXPORT" "caption" : "读取逻辑变量",
}, "codeName" : "getVariable",
"caption" : "导出", "frontProcessType" : "OTHER",
"codeName" : "ExportExcel", "fullCodeName" : "TEST_getVariable",
"fullCodeName" : "ExportExcel", "name" : "读取逻辑变量",
"name" : "表格界面_导出操作(Excel)", "getPSAppDEUILogic" : {
"getPSSysImage" : {
"glyph" : "xf1c3@FontAwesome",
"cssClass" : "fa fa-file-excel-o"
},
"predefinedType" : "GRIDVIEW_EXPORTACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EXPORT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "ExportExcel",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "导出",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EXPORT"
},
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem10",
"spanMode" : false
}, {
"caption" : "其它",
"itemType" : "ITEMS",
"name" : "tbitem16",
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "MENUITEM.CAPTION.*.EXPORTSRF"
},
"caption" : "导出数据模型test",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem21",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem21" "id" : "getVariable"
},
"getPSSysImage" : {
"glyph" : "xf019@FontAwesome",
"cssClass" : "fa fa-download"
}, },
"getPSUIAction" : { "getPSAppDataEntity" : {
"getCapPSLanguageRes" : {
"lanResTag" : "MENUITEM.CAPTION.*.EXPORTSRF"
},
"caption" : "导出数据模型",
"codeName" : "ExportModel",
"fullCodeName" : "ExportModel",
"name" : "表格界面_导出数据模型",
"getPSSysImage" : {
"glyph" : "xf019@FontAwesome",
"cssClass" : "fa fa-download"
},
"predefinedType" : "GRIDVIEW_EXPORTXMLACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "ExportModel",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "导出数据模型test",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "数据导入",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem23",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem23" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSSysImage" : {
"glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
},
"getPSUIAction" : {
"caption" : "数据导入",
"codeName" : "Import",
"fullCodeName" : "Import",
"name" : "表格界面_数据导入栏",
"getPSSysImage" : {
"glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
},
"predefinedType" : "GRIDVIEW_IMPORTBAR",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "Import",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "数据导入",
"showCaption" : true,
"showIcon" : true
} ],
"tooltip" : "其它",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem17",
"spanMode" : false
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.FILTER"
},
"caption" : "过滤",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem19",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem19"
},
"getPSSysImage" : {
"glyph" : "xf0b0@FontAwesome",
"cssClass" : "fa fa-filter"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.FILTER"
},
"caption" : "过滤",
"codeName" : "ToggleFilter",
"fullCodeName" : "ToggleFilter",
"name" : "表格界面_搜索栏",
"getPSSysImage" : {
"glyph" : "xf0b0@FontAwesome",
"cssClass" : "fa fa-filter"
}, },
"predefinedType" : "GRIDVIEW_SEARCHBAR",
"timeout" : 60000, "timeout" : 60000,
"getTooltipPSLanguageRes" : { "uIActionMode" : "FRONT",
"lanResTag" : "TBB.TOOLTIP.*.FILTER" "uIActionTag" : "getVariable",
},
"uIActionMode" : "SYS",
"uIActionTag" : "ToggleFilter",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
"enableToggleMode" : true "uILogicAttachMode" : "REPLACE",
}, "id" : "getVariable@TEST"
"tooltip" : "过滤",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.FILTER"
},
"enableToggleMode" : true,
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.HELP"
},
"caption" : "帮助",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem18",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem18"
},
"getPSSysImage" : {
"glyph" : "xf128@FontAwesome",
"cssClass" : "fa fa-question"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.HELP"
},
"caption" : "帮助",
"codeName" : "Help",
"fullCodeName" : "Help",
"name" : "表格界面_帮助操作",
"getPSSysImage" : {
"glyph" : "xf128@FontAwesome",
"cssClass" : "fa fa-question"
},
"predefinedType" : "GRIDVIEW_HELPACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.HELP"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Help",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "帮助",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.HELP"
},
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "数据导入",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction2",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction2"
},
"getPSSysImage" : {
"glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
},
"getPSUIAction" : {
"caption" : "数据导入",
"codeName" : "Import",
"fullCodeName" : "Import",
"name" : "表格界面_数据导入栏",
"getPSSysImage" : {
"glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
},
"predefinedType" : "GRIDVIEW_IMPORTBAR",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "Import",
"uIActionType" : "DEUIACTION"
}, },
"tooltip" : "数据导入", "tooltip" : "读取逻辑变量",
"uIActionTarget" : "NONE",
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
} ], } ],
"xDataControlName" : "grid", "xDataControlName" : "grid",
"modelid" : "b912ff540f5614f63914a38067d84728", "modelid" : "EF8E9227-0EAC-4723-AB16-13C5EAD1C6A7",
"modeltype" : "PSDETOOLBAR" "modeltype" : "PSDETOOLBAR"
}, { }, {
"aggMode" : "NONE", "aggMode" : "NONE",
......
...@@ -295,6 +295,42 @@ ...@@ -295,6 +295,42 @@
"uIActionTarget" : "SINGLEDATA", "uIActionTarget" : "SINGLEDATA",
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, {
"caption" : "设置逻辑变量",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction6",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction6"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "设置逻辑变量",
"codeName" : "setVariable",
"frontProcessType" : "OTHER",
"fullCodeName" : "TEST_setVariable",
"name" : "设置逻辑变量",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "setVariable"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "setVariable",
"uIActionType" : "DEUIACTION",
"uILogicAttachMode" : "REPLACE",
"id" : "setVariable@TEST"
},
"tooltip" : "设置逻辑变量",
"uIActionTarget" : "NONE",
"showCaption" : true,
"showIcon" : true
} ], } ],
"xDataControlName" : "grid", "xDataControlName" : "grid",
"modelid" : "5EB2D72D-3953-4AD6-8776-C78E24683A4D", "modelid" : "5EB2D72D-3953-4AD6-8776-C78E24683A4D",
......
...@@ -86342,6 +86342,27 @@ ...@@ -86342,6 +86342,27 @@
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
"uILogicAttachMode" : "REPLACE", "uILogicAttachMode" : "REPLACE",
"id" : "filterTrigger@TEST" "id" : "filterTrigger@TEST"
}, {
"actionTarget" : "NONE",
"caption" : "读取逻辑变量",
"codeName" : "getVariable",
"frontProcessType" : "OTHER",
"fullCodeName" : "TEST_getVariable",
"name" : "读取逻辑变量",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "getVariable"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "getVariable",
"uIActionType" : "DEUIACTION",
"uILogicAttachMode" : "REPLACE",
"id" : "getVariable@TEST"
}, { }, {
"actionTarget" : "NONE", "actionTarget" : "NONE",
"caption" : "基本功能-模态下方抽屉弹出", "caption" : "基本功能-模态下方抽屉弹出",
...@@ -86722,6 +86743,27 @@ ...@@ -86722,6 +86743,27 @@
"uILogicAttachMode" : "REPLACE", "uILogicAttachMode" : "REPLACE",
"uILogicType" : "DELOGIC", "uILogicType" : "DELOGIC",
"id" : "panel_Usr0325229260_button_filter_click@TEST" "id" : "panel_Usr0325229260_button_filter_click@TEST"
}, {
"actionTarget" : "NONE",
"caption" : "设置逻辑变量",
"codeName" : "setVariable",
"frontProcessType" : "OTHER",
"fullCodeName" : "TEST_setVariable",
"name" : "设置逻辑变量",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "setVariable"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "setVariable",
"uIActionType" : "DEUIACTION",
"uILogicAttachMode" : "REPLACE",
"id" : "setVariable@TEST"
}, { }, {
"actionTarget" : "SINGLEDATA", "actionTarget" : "SINGLEDATA",
"caption" : "实体逻辑和数据集", "caption" : "实体逻辑和数据集",
...@@ -88952,6 +88994,76 @@ ...@@ -88952,6 +88994,76 @@
"modelref" : true, "modelref" : true,
"id" : "Begin" "id" : "Begin"
} }
}, {
"codeName" : "getVariable",
"defaultParamName" : "Default",
"logicName" : "读取变量",
"name" : "读取变量",
"getPSDEUILogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "DEBUGPARAM1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "END1",
"leftPos" : 210,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 538
}, {
"codeName" : "DEBUGPARAM1",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "Global"
},
"leftPos" : 170,
"logicNodeType" : "DEBUGPARAM",
"name" : "调试逻辑参数",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "END1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "DEBUGPARAM1"
}
} ],
"topPos" : 380
} ],
"getPSDEUILogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"default" : true,
"entityParam" : true
}, {
"codeName" : "Global",
"logicName" : "全局变量",
"name" : "全局变量",
"paramFieldName" : "test",
"appGlobalParam" : true
} ],
"getStartPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
}, { }, {
"codeName" : "gridBeforeLoad", "codeName" : "gridBeforeLoad",
"defaultParamName" : "Default", "defaultParamName" : "Default",
...@@ -89393,6 +89505,93 @@ ...@@ -89393,6 +89505,93 @@
"modelref" : true, "modelref" : true,
"id" : "Begin" "id" : "Begin"
} }
}, {
"codeName" : "setVariable",
"defaultParamName" : "Default",
"logicName" : "设置变量",
"name" : "设置变量",
"getPSDEUILogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 240,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "PREPAREJSPARAM1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 180,
"parallelOutput" : true
}, {
"codeName" : "PREPAREJSPARAM1",
"leftPos" : 200,
"logicNodeType" : "PREPAREJSPARAM",
"name" : "设置全局变量test",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "END1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "PREPAREJSPARAM1"
}
} ],
"getPSDEUILogicNodeParams" : [ {
"dstFieldName" : "name",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "GLOBAL"
},
"name" : "直接值[全局变量] ==> GLOBAL[name]",
"paramAction" : "SETPARAMVALUE",
"srcValue" : "全局变量",
"srcValueType" : "SRCVALUE"
}, {
"dstFieldName" : "value",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "GLOBAL"
},
"name" : "直接值[测试123123121] ==> GLOBAL[value]",
"paramAction" : "SETPARAMVALUE",
"srcValue" : "测试123123121",
"srcValueType" : "SRCVALUE"
} ],
"topPos" : 340
}, {
"codeName" : "END1",
"leftPos" : 240,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 462
} ],
"getPSDEUILogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"default" : true,
"entityParam" : true
}, {
"codeName" : "GLOBAL",
"logicName" : "全局变量",
"name" : "全局变量",
"paramFieldName" : "test",
"appGlobalParam" : true
} ],
"getStartPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
}, { }, {
"codeName" : "testviewlogic", "codeName" : "testviewlogic",
"defaultParamName" : "Default", "defaultParamName" : "Default",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册