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

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

上级 9daf9eb5
...@@ -2236,6 +2236,27 @@ ...@@ -2236,6 +2236,27 @@
"builtinMethod" : false "builtinMethod" : false
} ], } ],
"getAllPSAppDEUIActions" : [ { "getAllPSAppDEUIActions" : [ {
"actionTarget" : "SINGLEKEY",
"caption" : "界面逻辑1",
"codeName" : "UILogic",
"frontProcessType" : "WIZARD",
"fullCodeName" : "TEST_UILogic",
"name" : "界面逻辑1",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "UILogic1"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "UILogic",
"uIActionType" : "DEUIACTION",
"uILogicAttachMode" : "REPLACE",
"id" : "UILogic@TEST"
}, {
"actionTarget" : "SINGLEKEY", "actionTarget" : "SINGLEKEY",
"caption" : "实体逻辑", "caption" : "实体逻辑",
"codeName" : "deLogic", "codeName" : "deLogic",
......
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
} }
} ], } ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "EDITDATA", "name" : "OPENDATA",
"realTitle" : "逻辑测试编辑视图", "realTitle" : "逻辑测试编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
"name" : "NEWDATA", "name" : "EDITDATA",
"realTitle" : "逻辑测试编辑视图", "realTitle" : "逻辑测试编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
"name" : "OPENDATA", "name" : "NEWDATA",
"realTitle" : "逻辑测试编辑视图", "realTitle" : "逻辑测试编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -125,6 +125,46 @@ ...@@ -125,6 +125,46 @@
"id" : "TOOLBAR" "id" : "TOOLBAR"
}, },
"getPSDEToolbarItems" : [ { "getPSDEToolbarItems" : [ {
"caption" : "界面逻辑1",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem1_uilogic",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem1_uilogic"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"caption" : "界面逻辑1",
"codeName" : "UILogic",
"frontProcessType" : "WIZARD",
"fullCodeName" : "TEST_UILogic",
"name" : "界面逻辑1",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "UILogic1"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "UILogic",
"uIActionType" : "DEUIACTION",
"uILogicAttachMode" : "REPLACE",
"id" : "UILogic@TEST"
},
"tooltip" : "界面逻辑1",
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem2",
"spanMode" : false
}, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "新建", "defaultContent" : "新建",
"lanResTag" : "TBB.TEXT.*.NEW", "lanResTag" : "TBB.TEXT.*.NEW",
......
...@@ -182,6 +182,40 @@ ...@@ -182,6 +182,40 @@
"showIcon" : true "showIcon" : true
} ], } ],
"uniqueTag" : "TEST__Usr0613844925" "uniqueTag" : "TEST__Usr0613844925"
}, {
"codeName" : "Usr0614621049",
"name" : "界面逻辑",
"getPSUIActionGroupDetails" : [ {
"caption" : "界面逻辑1",
"detailType" : "DEUIACTION",
"name" : "ucf40323",
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"caption" : "界面逻辑1",
"codeName" : "UILogic",
"frontProcessType" : "WIZARD",
"fullCodeName" : "TEST_UILogic",
"name" : "界面逻辑1",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "UILogic1"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "UILogic",
"uIActionType" : "DEUIACTION",
"uILogicAttachMode" : "REPLACE",
"id" : "UILogic@TEST"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
} ],
"uniqueTag" : "TEST__Usr0614621049"
} ], } ],
"getAllPSDEDRControls" : [ { "getAllPSDEDRControls" : [ {
"codeName" : "Usr0526294161TabExpViewtabexppanel", "codeName" : "Usr0526294161TabExpViewtabexppanel",
......
...@@ -26356,6 +26356,27 @@ ...@@ -26356,6 +26356,27 @@
"builtinMethod" : false "builtinMethod" : false
} ], } ],
"getAllPSAppDEUIActions" : [ { "getAllPSAppDEUIActions" : [ {
"actionTarget" : "SINGLEKEY",
"caption" : "界面逻辑1",
"codeName" : "UILogic",
"frontProcessType" : "WIZARD",
"fullCodeName" : "TEST_UILogic",
"name" : "界面逻辑1",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "UILogic1"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "UILogic",
"uIActionType" : "DEUIACTION",
"uILogicAttachMode" : "REPLACE",
"id" : "UILogic@TEST"
}, {
"actionTarget" : "SINGLEKEY", "actionTarget" : "SINGLEKEY",
"caption" : "实体逻辑", "caption" : "实体逻辑",
"codeName" : "deLogic", "codeName" : "deLogic",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册