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

lxm1993 发布系统代码 [TrainSys,Mob]

上级 28fceb9e
......@@ -2,6 +2,7 @@ export const appMapping: any = {
'phone': 'phone',
'workflow': 'workflow',
'reginfo': 'reginfo',
'sys_todo': 'systodo',
'book': 'book',
'test': 'test',
'rawmaterial': 'rawmaterial',
......
......@@ -3,6 +3,17 @@
*/
export const viewstate: any = {
appviews: [
{
viewtag: '0986DCD0-61CC-4E3C-AFC1-51E5F1B896C6',
viewmodule: 'Test',
viewname: 'SysTodoTodoMobMDView',
viewaction: '',
viewdatachange: false,
refviews: [
'b223d1d190468b17570b100bb8c4fc6e',
'd9b7688d3b1bc40c47ec5f91b50cc00c',
],
},
{
viewtag: '0dea5ba192c0cb5ccb07d5b107d30ff7',
viewmodule: 'Test',
......@@ -41,6 +52,15 @@ export const viewstate: any = {
'F2EF9364-1D93-484A-A231-90B3BB331DC3',
],
},
{
viewtag: '42599B82-3BA0-4606-A1B2-B8E0963349F0',
viewmodule: 'Test',
viewname: 'WorkFlowWFMobEditView',
viewaction: '',
viewdatachange: false,
refviews: [
],
},
{
viewtag: '4274738F-8A88-4D3C-8CF0-CBD7C764B615',
viewmodule: 'Ungroup',
......@@ -106,6 +126,17 @@ export const viewstate: any = {
'5bb966a86798a0aeb3fbde3b42d0c1d3',
],
},
{
viewtag: '8F767B07-CA7F-4D83-B354-F788D13B91D0',
viewmodule: 'Test',
viewname: 'SysTodoDoneMobMDView',
viewaction: '',
viewdatachange: false,
refviews: [
'4503366f0b416b15549a82f001dc85e1',
'd9b7688d3b1bc40c47ec5f91b50cc00c',
],
},
{
viewtag: '9201774F-52B7-49B5-B5D2-E9587640A97F',
viewmodule: 'Test',
......@@ -135,7 +166,9 @@ export const viewstate: any = {
refviews: [
'318E0E04-56B9-41C5-99ED-0608B03A7C9B',
'753676DB-2531-4A22-AA4E-FB9EA9BF8B3F',
'D6608C85-96EE-419D-B84A-0473BA3548A6',
'42599B82-3BA0-4606-A1B2-B8E0963349F0',
'0986DCD0-61CC-4E3C-AFC1-51E5F1B896C6',
'8F767B07-CA7F-4D83-B354-F788D13B91D0',
'9201774F-52B7-49B5-B5D2-E9587640A97F',
'd8d1b5108ce7fda432f8d3fe33c65063',
'20e843252493e56e654257ec2a3bf391',
......@@ -149,6 +182,16 @@ export const viewstate: any = {
'b7e7c93274c6f60fb53b226b6f7f7866',
],
},
{
viewtag: 'b223d1d190468b17570b100bb8c4fc6e',
viewmodule: 'Test',
viewname: 'SysTodoRedirectView',
viewaction: '',
viewdatachange: false,
refviews: [
'd9b7688d3b1bc40c47ec5f91b50cc00c',
],
},
{
viewtag: 'b7e7c93274c6f60fb53b226b6f7f7866',
viewmodule: 'Test',
......@@ -208,26 +251,25 @@ export const viewstate: any = {
],
},
{
viewtag: 'D6608C85-96EE-419D-B84A-0473BA3548A6',
viewtag: 'd8d1b5108ce7fda432f8d3fe33c65063',
viewmodule: 'Test',
viewname: 'TESTDEMobWFDynaEditView',
viewname: 'TESTMobTabExpView',
viewaction: '',
viewdatachange: false,
refviews: [
'268d6d92c681a2b5ce96595480757842',
'0dea5ba192c0cb5ccb07d5b107d30ff7',
'ca11426ec267e44ebf6612ea4ce37727',
'F2EF9364-1D93-484A-A231-90B3BB331DC3',
],
},
{
viewtag: 'd8d1b5108ce7fda432f8d3fe33c65063',
viewtag: 'd9b7688d3b1bc40c47ec5f91b50cc00c',
viewmodule: 'Test',
viewname: 'TESTMobTabExpView',
viewname: 'SysTodoEditView',
viewaction: '',
viewdatachange: false,
refviews: [
'268d6d92c681a2b5ce96595480757842',
'0dea5ba192c0cb5ccb07d5b107d30ff7',
'ca11426ec267e44ebf6612ea4ce37727',
'F2EF9364-1D93-484A-A231-90B3BB331DC3',
],
},
{
......
......@@ -4359,6 +4359,12 @@
"name" : "待办实体编辑视图",
"realModelSubType" : "DEEDITVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "TodoMobMDView",
"logicName" : "待办移动端",
"name" : "待办移动端",
"realModelSubType" : "DEMOBMDVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "DoneGridView",
"logicName" : "已办",
......@@ -4384,6 +4390,12 @@
"name" : "待办实体数据重定向视图",
"realModelSubType" : "DEREDIRECTVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "DoneMobMDView",
"logicName" : "已办移动端",
"name" : "已办移动端",
"realModelSubType" : "DEMOBMDVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "PickupView",
"logicName" : "待办实体数据选择视图",
......
......@@ -1318,6 +1318,14 @@
"useWFProxyApp" : false
} ],
"getAllPSModelDatas" : [ {
"codeName" : "DoneMobEditView",
"logicName" : "已办移动端编辑视图",
"modelTag" : "MOBEDITVIEW",
"modelTag2" : "DONE",
"name" : "已办移动端编辑视图",
"realModelSubType" : "DEMOBEDITVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "WFDynaStartView",
"logicName" : "工作流启动视图",
"name" : "工作流启动视图",
......
{
"codeListTag" : "CodeListTodoState",
"codeListType" : "STATIC",
"codeName" : "CodeListTodoState",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCODELISTS/CodeListTodoState.json",
"emptyText" : "未定义",
"name" : "待办状态",
"getPSCodeItems" : [ {
"codeName" : "Active",
"color" : "#67c23a",
"text" : "待处理",
"value" : "ACTIVE"
}, {
"codeName" : "Completed",
"color" : "#57a3fd",
"text" : "已处理",
"value" : "COMPLETED"
}, {
"codeName" : "Paused",
"color" : "#f56c6c",
"text" : "挂起",
"value" : "PAUSED"
}, {
"codeName" : "Canceled",
"color" : "#909399",
"text" : "已取消",
"value" : "CANCELED"
} ],
"enableCache" : true
}
\ No newline at end of file
{
"codeListTag" : "TodoUrlType",
"codeListType" : "STATIC",
"codeName" : "TodoUrlType",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCODELISTS/TodoUrlType.json",
"emptyText" : "未定义",
"name" : "待办地址类型",
"getPSCodeItems" : [ {
"codeName" : "FullUrl",
"text" : "完整地址",
"value" : "FullUrl"
}, {
"codeName" : "RouterUrl",
"text" : "路由地址",
"value" : "RouterUrl"
} ],
"enableCache" : true
}
\ No newline at end of file
{
"codeName" : "Main",
"controlType" : "FORM",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create",
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/SysTodo.json"
}
},
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/SysTodo/PSFORMS/Main.json",
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom",
"actionName" : "GETDRAFTFROM",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraftfrom",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/SysTodo.json"
}
},
"getGetDraftPSControlAction" : {
"modelref" : true,
"id" : "loaddraft",
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/SysTodo.json"
}
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/SysTodo.json"
}
},
"hookEventNames" : [ "LOAD", "SAVE", "REMOVE" ],
"logicName" : "主编辑表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/SysTodo.json"
},
"getPSControlLogics" : [ {
"eventNames" : "LOAD;SAVE;REMOVE",
"logicTag" : "form",
"logicType" : "APPVIEWENGINE",
"name" : "engine_form",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSDEFormItems" : [ {
"id" : "srfupdatedate",
"hidden" : true,
"dataType" : 5,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}
}, {
"id" : "srforikey",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfkey",
"hidden" : true,
"dataType" : 25,
"getPSAppDEField" : {
"name" : "TODOID",
"codeName" : "TodoId"
}
}, {
"id" : "srfmajortext",
"hidden" : true,
"dataType" : 25,
"getPSAppDEField" : {
"name" : "TITLE",
"codeName" : "Title"
}
}, {
"id" : "srftempmode",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfuf",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfdeid",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfsourcekey",
"hidden" : true,
"dataType" : 25
}, {
"id" : "todoid",
"hidden" : true,
"dataType" : 25,
"getPSAppDEField" : {
"name" : "TODOID",
"codeName" : "TodoId"
}
} ],
"getPSDEFormPages" : [ {
"getCapPSLanguageRes" : {
"defaultContent" : "基本信息",
"lanResTag" : "CONTROL.DEFORM.SYS_TODO.MAIN.FORMPAGE.FORMPAGE1",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.SYS_TODO.MAIN.FORMPAGE.FORMPAGE1]",
"refFlag" : true
},
"caption" : "基本信息",
"codeName" : "formpage1",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage1",
"getPSDEFormDetails" : [ {
"actionGroupExtractMode" : "ITEM",
"getCapPSLanguageRes" : {
"defaultContent" : "待办基本信息",
"lanResTag" : "CONTROL.DEFORM.SYS_TODO.MAIN.GROUPPANEL.GROUP1",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.SYS_TODO.MAIN.GROUPPANEL.GROUP1]",
"refFlag" : true
},
"caption" : "待办基本信息",
"codeName" : "group1",
"detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL",
"name" : "group1",
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "其它",
"lanResTag" : "CONTROL.DEFORM.SYS_TODO.MAIN.FORMPAGE.FORMPAGE2",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.SYS_TODO.MAIN.FORMPAGE.FORMPAGE2]",
"refFlag" : true
},
"caption" : "其它",
"codeName" : "formpage2",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage2",
"getPSDEFormDetails" : [ {
"actionGroupExtractMode" : "ITEM",
"getCapPSLanguageRes" : {
"defaultContent" : "操作信息",
"lanResTag" : "CONTROL.DEFORM.SYS_TODO.MAIN.GROUPPANEL.GROUP2",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.SYS_TODO.MAIN.GROUPPANEL.GROUP2]",
"refFlag" : true
},
"caption" : "操作信息",
"codeName" : "group2",
"detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL",
"name" : "group2",
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/SysTodo.json"
}
},
"tabHeaderPos" : "TOP",
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/SysTodo.json"
}
},
"noTabHeader" : false,
"modelid" : "727483efe6791401cccbac721571e23f",
"modeltype" : "PSDEFORM_EDITFORM"
}
\ No newline at end of file
{
"codeName" : "Mob",
"controlType" : "MOBMDCTRL",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create",
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/SysTodo.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/SysTodo/PSMOBMDCTRLS/Mob.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/SysTodo.json"
}
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/SysTodo.json"
}
},
"groupMode" : "NONE",
"hookEventNames" : [ "ROWCLICK", "LOAD", "SELECTIONCHANGE", "BEFORELOAD" ],
"logicName" : "MOB",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/SysTodo.json"
},
"getPSControlLogics" : [ {
"eventNames" : "ROWCLICK;LOAD;SELECTIONCHANGE;BEFORELOAD",
"logicTag" : "mdctrl",
"logicType" : "APPVIEWENGINE",
"name" : "engine_mdctrl",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSDEListDataItems" : [ {
"dataType" : 25,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "TODOID",
"codeName" : "TodoId"
}
}, {
"dataType" : 25,
"name" : "srfmajortext",
"getPSAppDEField" : {
"name" : "TITLE",
"codeName" : "Title"
}
} ],
"pagingSize" : 1000,
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/SysTodo.json"
}
},
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/SysTodo.json"
}
},
"hasWFDataItems" : false,
"enableGroup" : false,
"enableRowEdit" : false,
"enableRowEditGroup" : false,
"enableRowEditOrder" : false,
"enableRowNew" : false,
"noSort" : false,
"showHeader" : true,
"modelid" : "f082cc4eb2aa53c016c394becea2e589",
"modeltype" : "PSDELIST"
}
\ No newline at end of file
......@@ -1273,6 +1273,10 @@
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDEVIEWS/WorkFlowMobWFDynaStartView.json",
"viewType" : "DEMOBWFDYNASTARTVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDEVIEWS/WorkFlowDoneMobEditView.json",
"viewType" : "DEMOBEDITVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDEVIEWS/WorkFlowMobWFDynaActionView.json",
......
{
"accUserMode" : 2,
"getCapPSLanguageRes" : {
"defaultContent" : "待办",
"lanResTag" : "DE.LNAME.SYS_TODO",
"lanResType" : "DE.LNAME",
"name" : "实体逻辑名称(DE.LNAME.*)[SYS_TODO]",
"refFlag" : true
},
"caption" : "待办",
"codeName" : "SysTodoDoneRedirectView",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDEVIEWS/SysTodoDoneRedirectView.json",
"getGetDataPSAppDEAction" : {
"modelref" : true,
"id" : "GetLinkUrl"
},
"memo" : "系统自动添加",
"name" : "SysTodoDoneRedirectView",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/SysTodo.json"
},
"getPSAppModule" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPMODULES/Test.json"
},
"getPSAppViewNavParams" : [ {
"key" : "srfapp",
"name" : "srfapp",
"value" : "Web",
"rawValue" : true
}, {
"key" : "todosubtype",
"name" : "todosubtype",
"value" : "Done",
"rawValue" : true
}, {
"key" : "todourltype",
"name" : "todourltype",
"value" : "todourltype",
"rawValue" : false
} ],
"getPSControls" : [ {
"getCapPSLanguageRes" : {
"defaultContent" : "待办",
"lanResTag" : "DE.LNAME.SYS_TODO",
"lanResType" : "DE.LNAME",
"name" : "实体逻辑名称(DE.LNAME.*)[SYS_TODO]",
"refFlag" : true
},
"caption" : "待办",
"codeName" : "DoneRedirectViewcaptionbar",
"controlType" : "CAPTIONBAR",
"name" : "captionbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/SysTodo.json"
},
"getPSControlParam" : { }
} ],
"getPSDEViewCodeName" : "DoneRedirectView",
"getPSDEViewId" : "341c4f603cfa70f0e43b52e5234772bd",
"getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel",
"controlStyle" : "APPDEREDIRECTVIEW",
"controlType" : "VIEWLAYOUTPANEL",
"name" : "layoutpanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/SysTodo.json"
},
"getPSControlParam" : { },
"layoutBodyOnly" : true,
"layoutPanel" : true,
"useDefaultLayout" : true
},
"getRedirectPSAppViewRefs" : [ {
"name" : "SYS_TODO:EDITVIEW",
"realTitle" : "待办编辑视图",
"getRealTitlePSLanguageRes" : {
"defaultContent" : "待办编辑视图",
"lanResTag" : "PAGE.TITLE.SYS_TODO.EDITVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.SYS_TODO.EDITVIEW]",
"refFlag" : true
},
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDEVIEWS/SysTodoEditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "EDITVIEW",
"realTitle" : "待办编辑视图",
"getRealTitlePSLanguageRes" : {
"defaultContent" : "待办编辑视图",
"lanResTag" : "PAGE.TITLE.SYS_TODO.EDITVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.SYS_TODO.EDITVIEW]",
"refFlag" : true
},
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDEVIEWS/SysTodoEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"refFlag" : false,
"title" : "待办数据重定向视图",
"getTypePSAppDEField" : {
"name" : "TODOID",
"codeName" : "TodoId"
},
"viewStyle" : "DEFAULT",
"viewType" : "DEREDIRECTVIEW",
"enableCustomGetDataAction" : true,
"enableDP" : true,
"enableWorkflow" : true,
"redirectView" : true,
"modelid" : "4503366f0b416b15549a82f001dc85e1",
"modeltype" : "PSAPPDEVIEW"
}
\ No newline at end of file
{
"accUserMode" : 2,
"getCapPSLanguageRes" : {
"defaultContent" : "待办",
"lanResTag" : "DE.LNAME.SYS_TODO",
"lanResType" : "DE.LNAME",
"name" : "实体逻辑名称(DE.LNAME.*)[SYS_TODO]",
"refFlag" : true
},
"caption" : "待办",
"codeName" : "SysTodoRedirectView",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDEVIEWS/SysTodoRedirectView.json",
"funcViewMode" : "REDIRECTVIEW",
"getGetDataPSAppDEAction" : {
"modelref" : true,
"id" : "GetLinkUrl"
},
"memo" : "系统自动添加",
"name" : "SysTodoRedirectView",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/SysTodo.json"
},
"getPSAppModule" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPMODULES/Test.json"
},
"getPSAppViewNavParams" : [ {
"key" : "srfapp",
"name" : "srfapp",
"value" : "Web",
"rawValue" : true
}, {
"key" : "todosubtype",
"name" : "todosubtype",
"value" : "Todo",
"rawValue" : true
}, {
"key" : "todourltype",
"name" : "todourltype",
"value" : "todourltype",
"rawValue" : false
} ],
"getPSControls" : [ {
"getCapPSLanguageRes" : {
"defaultContent" : "待办",
"lanResTag" : "DE.LNAME.SYS_TODO",
"lanResType" : "DE.LNAME",
"name" : "实体逻辑名称(DE.LNAME.*)[SYS_TODO]",
"refFlag" : true
},
"caption" : "待办",
"codeName" : "RedirectViewcaptionbar",
"controlType" : "CAPTIONBAR",
"name" : "captionbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/SysTodo.json"
},
"getPSControlParam" : { }
} ],
"getPSDEViewCodeName" : "RedirectView",
"getPSDEViewId" : "bd46a8fcaefb3eae720d2f3d50d0310f",
"getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel",
"controlStyle" : "APPDEREDIRECTVIEW",
"controlType" : "VIEWLAYOUTPANEL",
"name" : "layoutpanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/SysTodo.json"
},
"getPSControlParam" : { },
"layoutBodyOnly" : true,
"layoutPanel" : true,
"useDefaultLayout" : true
},
"getRedirectPSAppViewRefs" : [ {
"name" : "SYS_TODO:EDITVIEW",
"realTitle" : "待办编辑视图",
"getRealTitlePSLanguageRes" : {
"defaultContent" : "待办编辑视图",
"lanResTag" : "PAGE.TITLE.SYS_TODO.EDITVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.SYS_TODO.EDITVIEW]",
"refFlag" : true
},
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDEVIEWS/SysTodoEditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "EDITVIEW",
"realTitle" : "待办编辑视图",
"getRealTitlePSLanguageRes" : {
"defaultContent" : "待办编辑视图",
"lanResTag" : "PAGE.TITLE.SYS_TODO.EDITVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.SYS_TODO.EDITVIEW]",
"refFlag" : true
},
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDEVIEWS/SysTodoEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"title" : "待办数据重定向视图",
"getTitlePSLanguageRes" : {
"defaultContent" : "待办数据重定向视图",
"lanResTag" : "PAGE.TITLE.SYS_TODO.REDIRECTVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.SYS_TODO.REDIRECTVIEW]",
"refFlag" : true
},
"getTypePSAppDEField" : {
"name" : "TODOID",
"codeName" : "TodoId"
},
"viewStyle" : "DEFAULT",
"viewType" : "DEREDIRECTVIEW",
"enableCustomGetDataAction" : true,
"enableDP" : true,
"enableWorkflow" : true,
"redirectView" : true,
"modelid" : "b223d1d190468b17570b100bb8c4fc6e",
"modeltype" : "PSAPPDEVIEW"
}
\ No newline at end of file
......@@ -1175,6 +1175,7 @@
"layoutPanel" : true,
"useDefaultLayout" : true
},
"refFlag" : false,
"title" : "实体移动端工作流动态编辑视图",
"viewStyle" : "DEFAULT",
"viewType" : "DEMOBWFDYNAEDITVIEW",
......
......@@ -424,7 +424,6 @@
"modelref" : true,
"path" : "PSMODULES/Test/PSWORKFLOWS/WorkFlowWf.json"
},
"refFlag" : false,
"title" : "移动端工作流编辑",
"viewStyle" : "DEFAULT",
"viewType" : "DEMOBEDITVIEW",
......
......@@ -88,6 +88,50 @@
"layout" : "TABLE_24COL"
},
"tooltip" : "工作流"
}, {
"accUserMode" : 2,
"caption" : "待办移动端",
"itemType" : "MENUITEM",
"name" : "menuitem16",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc0706493179"
},
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"tooltip" : "待办移动端"
}, {
"accUserMode" : 2,
"caption" : "已办",
"itemType" : "MENUITEM",
"name" : "menuitem15",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc0706739597"
},
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"tooltip" : "已办"
}, {
"accUserMode" : 2,
"caption" : "工作流分页编辑",
......
......@@ -40,6 +40,26 @@
"id" : "UsrAppFunc0619287455"
},
"tooltip" : "工作流"
}, {
"accUserMode" : 2,
"caption" : "待办移动端",
"itemType" : "MENUITEM",
"name" : "menuitem16",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc0706493179"
},
"tooltip" : "待办移动端"
}, {
"accUserMode" : 2,
"caption" : "已办",
"itemType" : "MENUITEM",
"name" : "menuitem15",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc0706739597"
},
"tooltip" : "已办"
}, {
"accUserMode" : 2,
"caption" : "工作流分页编辑",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册