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

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

上级 974e4ceb
...@@ -3025,6 +3025,28 @@ ...@@ -3025,6 +3025,28 @@
"uIActionTag" : "frontEndTest", "uIActionTag" : "frontEndTest",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
"id" : "frontEndTest@Phone" "id" : "frontEndTest@Phone"
}, {
"actionTarget" : "NONE",
"caption" : "test1",
"codeName" : "test1",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "Phone_test1",
"name" : "test1",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "test1",
"uIActionType" : "DEUIACTION",
"globalUIAction" : true,
"id" : "test1@Phone"
} ], } ],
"getAllPSAppDEUILogics" : [ { "getAllPSAppDEUILogics" : [ {
"codeName" : "test", "codeName" : "test",
......
...@@ -2878,6 +2878,61 @@ ...@@ -2878,6 +2878,61 @@
"enableWFActions" : false, "enableWFActions" : false,
"major" : true, "major" : true,
"getAllPSAppDEUIActionGroups" : [ { "getAllPSAppDEUIActionGroups" : [ {
"codeName" : "Usr0521092989",
"name" : "甘特图测试界面行为组",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/WORKITEM.json"
},
"uniqueTag" : "WORKITEM__Usr0521092989",
"getPSUIActionGroupDetails" : [ {
"actionLevel" : 200,
"detailType" : "DEUIACTION",
"name" : "ue857971",
"getPSSysImage" : {
"cssClass" : "ribbon"
},
"addSeparator" : false,
"showCaption" : false,
"showIcon" : true,
"getPSUIAction" : {
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"modelref" : true,
"id" : "test1@Phone"
}
}, {
"actionLevel" : 200,
"detailType" : "DEUIACTION",
"name" : "ub807927",
"getPSSysImage" : {
"cssClass" : "fa-solid fa-person-dress"
},
"addSeparator" : false,
"showCaption" : false,
"showIcon" : true,
"getPSUIAction" : {
"modelref" : true,
"id" : "Login"
}
}, {
"caption" : "搜索",
"detailType" : "DEUIACTION",
"name" : "ufeb8ecf",
"getPSSysImage" : {
"cssClass" : "fa-solid fa-school"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true,
"getPSUIAction" : {
"modelref" : true,
"id" : "Search"
}
} ]
}, {
"codeName" : "Usr1214716958", "codeName" : "Usr1214716958",
"name" : "看板分组行为组", "name" : "看板分组行为组",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
......
...@@ -410,6 +410,91 @@ ...@@ -410,6 +410,91 @@
"modelref" : true, "modelref" : true,
"id" : "name" "id" : "name"
}, },
"getPSDEUIActionGroup" : {
"codeName" : "Usr0521092989",
"name" : "甘特图测试界面行为组",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/WORKITEM.json"
},
"getPSUIActionGroupDetails" : [ {
"actionLevel" : 200,
"detailType" : "DEUIACTION",
"name" : "ue857971",
"getPSSysImage" : {
"cssClass" : "ribbon"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "test1",
"codeName" : "test1",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "Phone_test1",
"name" : "test1",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "test1",
"uIActionType" : "DEUIACTION",
"globalUIAction" : true,
"id" : "test1@Phone"
},
"addSeparator" : false,
"showCaption" : false,
"showIcon" : true
}, {
"actionLevel" : 200,
"detailType" : "DEUIACTION",
"name" : "ub807927",
"getPSSysImage" : {
"cssClass" : "fa-solid fa-person-dress"
},
"getPSUIAction" : {
"caption" : "登录",
"codeName" : "Login",
"fullCodeName" : "Login",
"name" : "应用登录",
"predefinedType" : "APP_LOGIN",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "Login",
"uIActionType" : "DEUIACTION"
},
"addSeparator" : false,
"showCaption" : false,
"showIcon" : true
}, {
"caption" : "搜索",
"detailType" : "DEUIACTION",
"name" : "ufeb8ecf",
"getPSSysImage" : {
"cssClass" : "fa-solid fa-school"
},
"getPSUIAction" : {
"caption" : "搜索",
"codeName" : "Search",
"fullCodeName" : "Search",
"name" : "搜索(搜索栏)",
"predefinedType" : "UTIL_SEARCH",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "Search",
"uIActionType" : "DEUIACTION"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
} ],
"uniqueTag" : "WORKITEM__Usr0521092989"
},
"enableRowEdit" : true "enableRowEdit" : true
} ], } ],
"getPSDETreeNodeDataItems" : [ { "getPSDETreeNodeDataItems" : [ {
......
...@@ -437,6 +437,91 @@ ...@@ -437,6 +437,91 @@
"modelref" : true, "modelref" : true,
"id" : "name" "id" : "name"
}, },
"getPSDEUIActionGroup" : {
"codeName" : "Usr0521092989",
"name" : "甘特图测试界面行为组",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/WORKITEM.json"
},
"getPSUIActionGroupDetails" : [ {
"actionLevel" : 200,
"detailType" : "DEUIACTION",
"name" : "ue857971",
"getPSSysImage" : {
"cssClass" : "ribbon"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "test1",
"codeName" : "test1",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "Phone_test1",
"name" : "test1",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "test1",
"uIActionType" : "DEUIACTION",
"globalUIAction" : true,
"id" : "test1@Phone"
},
"addSeparator" : false,
"showCaption" : false,
"showIcon" : true
}, {
"actionLevel" : 200,
"detailType" : "DEUIACTION",
"name" : "ub807927",
"getPSSysImage" : {
"cssClass" : "fa-solid fa-person-dress"
},
"getPSUIAction" : {
"caption" : "登录",
"codeName" : "Login",
"fullCodeName" : "Login",
"name" : "应用登录",
"predefinedType" : "APP_LOGIN",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "Login",
"uIActionType" : "DEUIACTION"
},
"addSeparator" : false,
"showCaption" : false,
"showIcon" : true
}, {
"caption" : "搜索",
"detailType" : "DEUIACTION",
"name" : "ufeb8ecf",
"getPSSysImage" : {
"cssClass" : "fa-solid fa-school"
},
"getPSUIAction" : {
"caption" : "搜索",
"codeName" : "Search",
"fullCodeName" : "Search",
"name" : "搜索(搜索栏)",
"predefinedType" : "UTIL_SEARCH",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "Search",
"uIActionType" : "DEUIACTION"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
} ],
"uniqueTag" : "WORKITEM__Usr0521092989"
},
"enableRowEdit" : true "enableRowEdit" : true
} ], } ],
"getPSDETreeNodeDataItems" : [ { "getPSDETreeNodeDataItems" : [ {
......
...@@ -114,6 +114,90 @@ ...@@ -114,6 +114,90 @@
"showIcon" : true "showIcon" : true
} ], } ],
"uniqueTag" : "BXD2__Usr1205314215" "uniqueTag" : "BXD2__Usr1205314215"
}, {
"codeName" : "Usr0521092989",
"name" : "甘特图测试界面行为组",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/WORKITEM.json"
},
"getPSUIActionGroupDetails" : [ {
"actionLevel" : 200,
"detailType" : "DEUIACTION",
"name" : "ue857971",
"getPSSysImage" : {
"cssClass" : "ribbon"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "test1",
"codeName" : "test1",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "Phone_test1",
"name" : "test1",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "test1",
"uIActionType" : "DEUIACTION",
"globalUIAction" : true,
"id" : "test1@Phone"
},
"addSeparator" : false,
"showCaption" : false,
"showIcon" : true
}, {
"actionLevel" : 200,
"detailType" : "DEUIACTION",
"name" : "ub807927",
"getPSSysImage" : {
"cssClass" : "fa-solid fa-person-dress"
},
"getPSUIAction" : {
"caption" : "登录",
"codeName" : "Login",
"fullCodeName" : "Login",
"name" : "应用登录",
"predefinedType" : "APP_LOGIN",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "Login",
"uIActionType" : "DEUIACTION"
},
"addSeparator" : false,
"showCaption" : false,
"showIcon" : true
}, {
"caption" : "搜索",
"detailType" : "DEUIACTION",
"name" : "ufeb8ecf",
"getPSSysImage" : {
"cssClass" : "fa-solid fa-school"
},
"getPSUIAction" : {
"caption" : "搜索",
"codeName" : "Search",
"fullCodeName" : "Search",
"name" : "搜索(搜索栏)",
"predefinedType" : "UTIL_SEARCH",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "Search",
"uIActionType" : "DEUIACTION"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
} ],
"uniqueTag" : "WORKITEM__Usr0521092989"
}, { }, {
"codeName" : "Usr1214716958", "codeName" : "Usr1214716958",
"name" : "看板分组行为组", "name" : "看板分组行为组",
......
...@@ -2328,6 +2328,28 @@ ...@@ -2328,6 +2328,28 @@
"uIActionMode" : "FRONT", "uIActionMode" : "FRONT",
"uIActionTag" : "openBaidu", "uIActionTag" : "openBaidu",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, {
"actionTarget" : "NONE",
"caption" : "test1",
"codeName" : "test1",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "Phone_test1",
"name" : "test1",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "test1",
"uIActionType" : "DEUIACTION",
"globalUIAction" : true,
"id" : "test1@Phone"
}, { }, {
"actionTarget" : "SINGLEKEY", "actionTarget" : "SINGLEKEY",
"caption" : "流程撤回", "caption" : "流程撤回",
...@@ -117078,6 +117100,61 @@ ...@@ -117078,6 +117100,61 @@
"enableWFActions" : false, "enableWFActions" : false,
"major" : true, "major" : true,
"getAllPSAppDEUIActionGroups" : [ { "getAllPSAppDEUIActionGroups" : [ {
"codeName" : "Usr0521092989",
"name" : "甘特图测试界面行为组",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/WORKITEM.json"
},
"uniqueTag" : "WORKITEM__Usr0521092989",
"getPSUIActionGroupDetails" : [ {
"actionLevel" : 200,
"detailType" : "DEUIACTION",
"name" : "ue857971",
"getPSSysImage" : {
"cssClass" : "ribbon"
},
"addSeparator" : false,
"showCaption" : false,
"showIcon" : true,
"getPSUIAction" : {
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"modelref" : true,
"id" : "test1@Phone"
}
}, {
"actionLevel" : 200,
"detailType" : "DEUIACTION",
"name" : "ub807927",
"getPSSysImage" : {
"cssClass" : "fa-solid fa-person-dress"
},
"addSeparator" : false,
"showCaption" : false,
"showIcon" : true,
"getPSUIAction" : {
"modelref" : true,
"id" : "Login"
}
}, {
"caption" : "搜索",
"detailType" : "DEUIACTION",
"name" : "ufeb8ecf",
"getPSSysImage" : {
"cssClass" : "fa-solid fa-school"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true,
"getPSUIAction" : {
"modelref" : true,
"id" : "Search"
}
} ]
}, {
"codeName" : "Usr1214716958", "codeName" : "Usr1214716958",
"name" : "看板分组行为组", "name" : "看板分组行为组",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
...@@ -2143,6 +2143,28 @@ ...@@ -2143,6 +2143,28 @@
"uIActionMode" : "FRONT", "uIActionMode" : "FRONT",
"uIActionTag" : "openBaidu", "uIActionTag" : "openBaidu",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, {
"actionTarget" : "NONE",
"caption" : "test1",
"codeName" : "test1",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "Phone_test1",
"name" : "test1",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "test1",
"uIActionType" : "DEUIACTION",
"globalUIAction" : true,
"id" : "test1@Phone"
}, { }, {
"actionTarget" : "SINGLEKEY", "actionTarget" : "SINGLEKEY",
"caption" : "流程撤回", "caption" : "流程撤回",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册