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

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

上级 cd06f4a2
{ {
"codeName" : "Mob", "codeName" : "Mob",
"controlStyle" : "LISTVIEW",
"controlType" : "MOBMDCTRL", "controlType" : "MOBMDCTRL",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -25,7 +26,7 @@ ...@@ -25,7 +26,7 @@
"name" : "fetch", "name" : "fetch",
"getPSAppDEMethod" : { "getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "FetchDefault" "id" : "FetchCurUser"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
...@@ -51,6 +52,7 @@ ...@@ -51,6 +52,7 @@
"groupMode" : "NONE", "groupMode" : "NONE",
"hookEventNames" : [ "ROWCLICK", "LOAD", "SELECTIONCHANGE", "BEFORELOAD" ], "hookEventNames" : [ "ROWCLICK", "LOAD", "SELECTIONCHANGE", "BEFORELOAD" ],
"logicName" : "MOB", "logicName" : "MOB",
"mobListStyle" : "LISTVIEW",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/SysTodo.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/SysTodo.json"
......
...@@ -75,8 +75,19 @@ ...@@ -75,8 +75,19 @@
"editMode" : true "editMode" : true
} }
} ], } ],
"getPSAppViewNavParams" : [ {
"key" : "n_dcsystemid_eq",
"name" : "n_dcsystemid_eq",
"value" : "srfdcsystemid",
"rawValue" : false
}, {
"key" : "n_todosubtype_eq",
"name" : "n_todosubtype_eq",
"value" : "Done",
"rawValue" : true
} ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "EDITDATA", "name" : "OPENDATA",
"realTitle" : "待办数据重定向视图", "realTitle" : "待办数据重定向视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -84,7 +95,7 @@ ...@@ -84,7 +95,7 @@
"viewType" : "DEREDIRECTVIEW" "viewType" : "DEREDIRECTVIEW"
} }
}, { }, {
"name" : "OPENDATA", "name" : "EDITDATA",
"realTitle" : "待办数据重定向视图", "realTitle" : "待办数据重定向视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -94,6 +105,7 @@ ...@@ -94,6 +105,7 @@
} ], } ],
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "Mob", "codeName" : "Mob",
"controlStyle" : "LISTVIEW",
"controlType" : "MOBMDCTRL", "controlType" : "MOBMDCTRL",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -119,7 +131,7 @@ ...@@ -119,7 +131,7 @@
"name" : "fetch", "name" : "fetch",
"getPSAppDEMethod" : { "getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "FetchDefault" "id" : "FetchCurUser"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
...@@ -145,6 +157,7 @@ ...@@ -145,6 +157,7 @@
"groupMode" : "NONE", "groupMode" : "NONE",
"hookEventNames" : [ "ROWCLICK", "LOAD", "SELECTIONCHANGE", "BEFORELOAD" ], "hookEventNames" : [ "ROWCLICK", "LOAD", "SELECTIONCHANGE", "BEFORELOAD" ],
"logicName" : "MOB", "logicName" : "MOB",
"mobListStyle" : "LISTVIEW",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/SysTodo.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/SysTodo.json"
...@@ -207,7 +220,7 @@ ...@@ -207,7 +220,7 @@
"name" : "fetch", "name" : "fetch",
"getPSAppDEMethod" : { "getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "FetchDefault" "id" : "FetchCurUser"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
......
...@@ -75,6 +75,17 @@ ...@@ -75,6 +75,17 @@
"editMode" : true "editMode" : true
} }
} ], } ],
"getPSAppViewNavParams" : [ {
"key" : "n_dcsystemid_eq",
"name" : "n_dcsystemid_eq",
"value" : "srfdcsystemid",
"rawValue" : false
}, {
"key" : "n_todosubtype_eq",
"name" : "n_todosubtype_eq",
"value" : "Todo",
"rawValue" : true
} ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "NEWDATA", "name" : "NEWDATA",
"realTitle" : "待办数据重定向视图", "realTitle" : "待办数据重定向视图",
...@@ -108,6 +119,7 @@ ...@@ -108,6 +119,7 @@
} ], } ],
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "Mob", "codeName" : "Mob",
"controlStyle" : "LISTVIEW",
"controlType" : "MOBMDCTRL", "controlType" : "MOBMDCTRL",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -133,7 +145,7 @@ ...@@ -133,7 +145,7 @@
"name" : "fetch", "name" : "fetch",
"getPSAppDEMethod" : { "getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "FetchDefault" "id" : "FetchCurUser"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
...@@ -159,6 +171,7 @@ ...@@ -159,6 +171,7 @@
"groupMode" : "NONE", "groupMode" : "NONE",
"hookEventNames" : [ "ROWCLICK", "LOAD", "SELECTIONCHANGE", "BEFORELOAD" ], "hookEventNames" : [ "ROWCLICK", "LOAD", "SELECTIONCHANGE", "BEFORELOAD" ],
"logicName" : "MOB", "logicName" : "MOB",
"mobListStyle" : "LISTVIEW",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/SysTodo.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/SysTodo.json"
...@@ -221,7 +234,7 @@ ...@@ -221,7 +234,7 @@
"name" : "fetch", "name" : "fetch",
"getPSAppDEMethod" : { "getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "FetchDefault" "id" : "FetchCurUser"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
......
...@@ -4517,6 +4517,17 @@ ...@@ -4517,6 +4517,17 @@
"editMode" : true "editMode" : true
} }
} ], } ],
"getPSAppViewNavParams" : [ {
"key" : "n_dcsystemid_eq",
"name" : "n_dcsystemid_eq",
"value" : "srfdcsystemid",
"rawValue" : false
}, {
"key" : "n_todosubtype_eq",
"name" : "n_todosubtype_eq",
"value" : "Todo",
"rawValue" : true
} ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "NEWDATA", "name" : "NEWDATA",
"realTitle" : "待办数据重定向视图", "realTitle" : "待办数据重定向视图",
...@@ -4550,6 +4561,7 @@ ...@@ -4550,6 +4561,7 @@
} ], } ],
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "Mob", "codeName" : "Mob",
"controlStyle" : "LISTVIEW",
"controlType" : "MOBMDCTRL", "controlType" : "MOBMDCTRL",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -4575,7 +4587,7 @@ ...@@ -4575,7 +4587,7 @@
"name" : "fetch", "name" : "fetch",
"getPSAppDEMethod" : { "getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "FetchDefault" "id" : "FetchCurUser"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
...@@ -4601,6 +4613,7 @@ ...@@ -4601,6 +4613,7 @@
"groupMode" : "NONE", "groupMode" : "NONE",
"hookEventNames" : [ "ROWCLICK", "LOAD", "SELECTIONCHANGE", "BEFORELOAD" ], "hookEventNames" : [ "ROWCLICK", "LOAD", "SELECTIONCHANGE", "BEFORELOAD" ],
"logicName" : "MOB", "logicName" : "MOB",
"mobListStyle" : "LISTVIEW",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/SysTodo.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/SysTodo.json"
...@@ -4663,7 +4676,7 @@ ...@@ -4663,7 +4676,7 @@
"name" : "fetch", "name" : "fetch",
"getPSAppDEMethod" : { "getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "FetchDefault" "id" : "FetchCurUser"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
...@@ -4964,8 +4977,19 @@ ...@@ -4964,8 +4977,19 @@
"editMode" : true "editMode" : true
} }
} ], } ],
"getPSAppViewNavParams" : [ {
"key" : "n_dcsystemid_eq",
"name" : "n_dcsystemid_eq",
"value" : "srfdcsystemid",
"rawValue" : false
}, {
"key" : "n_todosubtype_eq",
"name" : "n_todosubtype_eq",
"value" : "Done",
"rawValue" : true
} ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "EDITDATA", "name" : "OPENDATA",
"realTitle" : "待办数据重定向视图", "realTitle" : "待办数据重定向视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -4973,7 +4997,7 @@ ...@@ -4973,7 +4997,7 @@
"viewType" : "DEREDIRECTVIEW" "viewType" : "DEREDIRECTVIEW"
} }
}, { }, {
"name" : "OPENDATA", "name" : "EDITDATA",
"realTitle" : "待办数据重定向视图", "realTitle" : "待办数据重定向视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -4983,6 +5007,7 @@ ...@@ -4983,6 +5007,7 @@
} ], } ],
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "Mob", "codeName" : "Mob",
"controlStyle" : "LISTVIEW",
"controlType" : "MOBMDCTRL", "controlType" : "MOBMDCTRL",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -5008,7 +5033,7 @@ ...@@ -5008,7 +5033,7 @@
"name" : "fetch", "name" : "fetch",
"getPSAppDEMethod" : { "getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "FetchDefault" "id" : "FetchCurUser"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
...@@ -5034,6 +5059,7 @@ ...@@ -5034,6 +5059,7 @@
"groupMode" : "NONE", "groupMode" : "NONE",
"hookEventNames" : [ "ROWCLICK", "LOAD", "SELECTIONCHANGE", "BEFORELOAD" ], "hookEventNames" : [ "ROWCLICK", "LOAD", "SELECTIONCHANGE", "BEFORELOAD" ],
"logicName" : "MOB", "logicName" : "MOB",
"mobListStyle" : "LISTVIEW",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/SysTodo.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/SysTodo.json"
...@@ -5096,7 +5122,7 @@ ...@@ -5096,7 +5122,7 @@
"name" : "fetch", "name" : "fetch",
"getPSAppDEMethod" : { "getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "FetchDefault" "id" : "FetchCurUser"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册