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

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

上级 e619aa23
...@@ -1306,7 +1306,7 @@ ...@@ -1306,7 +1306,7 @@
} }
} ], } ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "NEWDATA", "name" : "EDITDATA",
"realTitle" : "学生编辑视图", "realTitle" : "学生编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -1314,7 +1314,7 @@ ...@@ -1314,7 +1314,7 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
"name" : "OPENDATA", "name" : "NEWDATA",
"realTitle" : "学生编辑视图", "realTitle" : "学生编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -1322,7 +1322,7 @@ ...@@ -1322,7 +1322,7 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
"name" : "EDITDATA", "name" : "OPENDATA",
"realTitle" : "学生编辑视图", "realTitle" : "学生编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -1336,6 +1336,20 @@ ...@@ -1336,6 +1336,20 @@
"columnEnableFilter" : 2, "columnEnableFilter" : 2,
"columnEnableLink" : 2, "columnEnableLink" : 2,
"controlType" : "GRID", "controlType" : "GRID",
"getCreatePSControlAction" : {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSGRIDS/Main.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSGRIDS/Main.json",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -1351,6 +1365,34 @@ ...@@ -1351,6 +1365,34 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
} }
}, },
"getGetDraftPSControlAction" : {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"getGetPSControlAction" : {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"groupMode" : "NONE", "groupMode" : "NONE",
"logicName" : "主表格", "logicName" : "主表格",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
...@@ -2056,14 +2098,28 @@ ...@@ -2056,14 +2098,28 @@
} }
}, },
"sortMode" : "REMOTE", "sortMode" : "REMOTE",
"getUpdatePSControlAction" : {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : true, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : true,
"forceFit" : false, "forceFit" : false,
"hideHeader" : false, "hideHeader" : false,
"noSort" : false, "noSort" : false,
...@@ -2514,6 +2570,70 @@ ...@@ -2514,6 +2570,70 @@
}, },
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, {
"caption" : "新建行",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction8",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction8"
},
"getPSSysImage" : {
"glyph" : "xf067@FontAwesome",
"cssClass" : "fa fa-plus"
},
"getPSUIAction" : {
"caption" : "新建行",
"codeName" : "NewRow",
"fullCodeName" : "NewRow",
"name" : "表格界面_新建行",
"getPSSysImage" : {
"glyph" : "xf067@FontAwesome",
"cssClass" : "fa fa-plus"
},
"predefinedType" : "GRIDVIEW_NEWROWACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "NewRow",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "新建行",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "保存行",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction9",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction9"
},
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
},
"getPSUIAction" : {
"caption" : "保存行",
"codeName" : "SaveRow",
"fullCodeName" : "SaveRow",
"name" : "表格界面_保存行",
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
},
"predefinedType" : "GRIDVIEW_SAVEROWACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "SaveRow",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "保存行",
"showCaption" : true,
"showIcon" : true
} ], } ],
"xDataControlName" : "grid", "xDataControlName" : "grid",
"modelid" : "EA055F0F-4292-4BD9-85F4-82D57C5D8655", "modelid" : "EA055F0F-4292-4BD9-85F4-82D57C5D8655",
...@@ -2571,7 +2691,7 @@ ...@@ -2571,7 +2691,7 @@
"enableFilter" : true, "enableFilter" : true,
"enableImport" : true, "enableImport" : true,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableSearch" : true, "enableSearch" : true,
"expandSearchForm" : true, "expandSearchForm" : true,
"rowEditDefault" : false, "rowEditDefault" : false,
......
...@@ -199,7 +199,7 @@ ...@@ -199,7 +199,7 @@
} }
} ], } ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "NEWDATA", "name" : "EDITDATA",
"realTitle" : "学生编辑视图", "realTitle" : "学生编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -207,7 +207,7 @@ ...@@ -207,7 +207,7 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
"name" : "OPENDATA", "name" : "NEWDATA",
"realTitle" : "学生编辑视图", "realTitle" : "学生编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
"name" : "EDITDATA", "name" : "OPENDATA",
"realTitle" : "学生编辑视图", "realTitle" : "学生编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -229,6 +229,20 @@ ...@@ -229,6 +229,20 @@
"columnEnableFilter" : 2, "columnEnableFilter" : 2,
"columnEnableLink" : 2, "columnEnableLink" : 2,
"controlType" : "GRID", "controlType" : "GRID",
"getCreatePSControlAction" : {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSGRIDS/Main.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSGRIDS/Main.json",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -244,6 +258,34 @@ ...@@ -244,6 +258,34 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
} }
}, },
"getGetDraftPSControlAction" : {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"getGetPSControlAction" : {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"groupMode" : "NONE", "groupMode" : "NONE",
"logicName" : "主表格", "logicName" : "主表格",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
...@@ -949,14 +991,28 @@ ...@@ -949,14 +991,28 @@
} }
}, },
"sortMode" : "REMOTE", "sortMode" : "REMOTE",
"getUpdatePSControlAction" : {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : true, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : true,
"forceFit" : false, "forceFit" : false,
"hideHeader" : false, "hideHeader" : false,
"noSort" : false, "noSort" : false,
...@@ -1407,6 +1463,70 @@ ...@@ -1407,6 +1463,70 @@
}, },
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, {
"caption" : "新建行",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction8",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction8"
},
"getPSSysImage" : {
"glyph" : "xf067@FontAwesome",
"cssClass" : "fa fa-plus"
},
"getPSUIAction" : {
"caption" : "新建行",
"codeName" : "NewRow",
"fullCodeName" : "NewRow",
"name" : "表格界面_新建行",
"getPSSysImage" : {
"glyph" : "xf067@FontAwesome",
"cssClass" : "fa fa-plus"
},
"predefinedType" : "GRIDVIEW_NEWROWACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "NewRow",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "新建行",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "保存行",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction9",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction9"
},
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
},
"getPSUIAction" : {
"caption" : "保存行",
"codeName" : "SaveRow",
"fullCodeName" : "SaveRow",
"name" : "表格界面_保存行",
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
},
"predefinedType" : "GRIDVIEW_SAVEROWACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "SaveRow",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "保存行",
"showCaption" : true,
"showIcon" : true
} ], } ],
"xDataControlName" : "grid", "xDataControlName" : "grid",
"modelid" : "EA055F0F-4292-4BD9-85F4-82D57C5D8655", "modelid" : "EA055F0F-4292-4BD9-85F4-82D57C5D8655",
...@@ -1464,7 +1584,7 @@ ...@@ -1464,7 +1584,7 @@
"enableFilter" : true, "enableFilter" : true,
"enableImport" : true, "enableImport" : true,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableSearch" : true, "enableSearch" : true,
"expandSearchForm" : true, "expandSearchForm" : true,
"rowEditDefault" : false, "rowEditDefault" : false,
......
...@@ -5336,6 +5336,7 @@ ...@@ -5336,6 +5336,7 @@
"uILogicAttachMode" : "REPLACE", "uILogicAttachMode" : "REPLACE",
"id" : "FieldScript@TEST" "id" : "FieldScript@TEST"
}, { }, {
"actionLevel" : 50,
"actionTarget" : "MULTIKEY", "actionTarget" : "MULTIKEY",
"caption" : "看板测试界面行为1", "caption" : "看板测试界面行为1",
"codeName" : "KO_T1", "codeName" : "KO_T1",
...@@ -10730,6 +10731,7 @@ ...@@ -10730,6 +10731,7 @@
}, },
"uniqueTag" : "TEST__Usr0313350928", "uniqueTag" : "TEST__Usr0313350928",
"getPSUIActionGroupDetails" : [ { "getPSUIActionGroupDetails" : [ {
"actionLevel" : 50,
"caption" : "看板测试界面行为1", "caption" : "看板测试界面行为1",
"detailType" : "DEUIACTION", "detailType" : "DEUIACTION",
"name" : "u095768a", "name" : "u095768a",
......
...@@ -334,176 +334,6 @@ ...@@ -334,176 +334,6 @@
} }
} ], } ],
"getPSDEDataViewItems" : [ { "getPSDEDataViewItems" : [ {
"dataItemName" : "dataitem",
"itemType" : "ACTIONITEM",
"name" : "dataitem",
"getPSDEUIActionGroup" : {
"codeName" : "Usr0123124494",
"name" : "气泡打开视图界面行为组T",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSUIActionGroupDetails" : [ {
"caption" : "基本功能-气泡卡片",
"detailType" : "DEUIACTION",
"name" : "u7e1071d",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "基本功能-气泡卡片",
"codeName" : "jbgnqpkp",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_1918.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "TEST_jbgnqpkp",
"name" : "打开基本功能-气泡卡片",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "jbgnqpkp",
"uIActionType" : "DEUIACTION",
"id" : "jbgnqpkp@TEST"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"actionLevel" : 50,
"caption" : "气泡打开视图T",
"detailType" : "DEUIACTION",
"name" : "u1db8907",
"getPSUIAction" : {
"actionLevel" : 50,
"actionTarget" : "NONE",
"caption" : "气泡打开视图T",
"codeName" : "openPopoverView",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTPluginEditView.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "TEST_openPopoverView",
"name" : "气泡打开视图T",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "openPopoverView",
"uIActionType" : "DEUIACTION",
"id" : "openPopoverView@TEST"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "基本功能-模态弹出",
"detailType" : "DEUIACTION",
"name" : "u889f141",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "基本功能-模态弹出",
"codeName" : "jbgn7",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_5730.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "TEST_jbgn7",
"name" : "打开基本功能-模态弹出",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "jbgn7",
"uIActionType" : "DEUIACTION",
"id" : "jbgn7@TEST"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "基本功能-模态弹出",
"detailType" : "DEUIACTION",
"name" : "u98c44eb",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "基本功能-模态弹出",
"codeName" : "jbgn8",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_74.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "TOP",
"fullCodeName" : "TEST_jbgn8",
"name" : "打开基本功能-非模态弹出",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "jbgn8",
"uIActionType" : "DEUIACTION",
"id" : "jbgn8@TEST"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "基本功能-模态右侧抽屉弹出",
"detailType" : "DEUIACTION",
"name" : "ufd45c61",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "基本功能-模态右侧抽屉弹出",
"codeName" : "jbgn4",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_1735.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "TEST_jbgn4",
"name" : "打开基本功能-模态右侧抽屉弹出",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "jbgn4",
"uIActionType" : "DEUIACTION",
"id" : "jbgn4@TEST"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
} ],
"uniqueTag" : "TEST__Usr0123124494"
},
"enableSort" : false
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.TESTNAME"
},
"caption" : "测试实体名称",
"dataItemName" : "testname",
"itemType" : "DATAITEM",
"name" : "TESTNAME",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"enableSort" : true
}, {
"dataItemName" : "operate", "dataItemName" : "operate",
"itemType" : "ACTIONITEM", "itemType" : "ACTIONITEM",
"name" : "OPERATE", "name" : "OPERATE",
...@@ -515,10 +345,12 @@ ...@@ -515,10 +345,12 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSUIActionGroupDetails" : [ { "getPSUIActionGroupDetails" : [ {
"actionLevel" : 50,
"caption" : "看板测试界面行为1", "caption" : "看板测试界面行为1",
"detailType" : "DEUIACTION", "detailType" : "DEUIACTION",
"name" : "u095768a", "name" : "u095768a",
"getPSUIAction" : { "getPSUIAction" : {
"actionLevel" : 50,
"actionTarget" : "MULTIKEY", "actionTarget" : "MULTIKEY",
"caption" : "看板测试界面行为1", "caption" : "看板测试界面行为1",
"codeName" : "KO_T1", "codeName" : "KO_T1",
...@@ -1004,6 +836,19 @@ ...@@ -1004,6 +836,19 @@
"uniqueTag" : "TEST__Usr0313350928" "uniqueTag" : "TEST__Usr0313350928"
}, },
"enableSort" : false "enableSort" : false
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.TESTNAME"
},
"caption" : "测试实体名称",
"dataItemName" : "testname",
"itemType" : "DATAITEM",
"name" : "TESTNAME",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"enableSort" : true
} ], } ],
"pagingMode" : 1, "pagingMode" : 1,
"pagingSize" : 1000, "pagingSize" : 1000,
......
...@@ -1905,176 +1905,6 @@ ...@@ -1905,176 +1905,6 @@
} }
} ], } ],
"getPSDEDataViewItems" : [ { "getPSDEDataViewItems" : [ {
"dataItemName" : "dataitem",
"itemType" : "ACTIONITEM",
"name" : "dataitem",
"getPSDEUIActionGroup" : {
"codeName" : "Usr0123124494",
"name" : "气泡打开视图界面行为组T",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSUIActionGroupDetails" : [ {
"caption" : "基本功能-气泡卡片",
"detailType" : "DEUIACTION",
"name" : "u7e1071d",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "基本功能-气泡卡片",
"codeName" : "jbgnqpkp",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_1918.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "TEST_jbgnqpkp",
"name" : "打开基本功能-气泡卡片",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "jbgnqpkp",
"uIActionType" : "DEUIACTION",
"id" : "jbgnqpkp@TEST"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"actionLevel" : 50,
"caption" : "气泡打开视图T",
"detailType" : "DEUIACTION",
"name" : "u1db8907",
"getPSUIAction" : {
"actionLevel" : 50,
"actionTarget" : "NONE",
"caption" : "气泡打开视图T",
"codeName" : "openPopoverView",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTPluginEditView.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "TEST_openPopoverView",
"name" : "气泡打开视图T",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "openPopoverView",
"uIActionType" : "DEUIACTION",
"id" : "openPopoverView@TEST"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "基本功能-模态弹出",
"detailType" : "DEUIACTION",
"name" : "u889f141",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "基本功能-模态弹出",
"codeName" : "jbgn7",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_5730.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "TEST_jbgn7",
"name" : "打开基本功能-模态弹出",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "jbgn7",
"uIActionType" : "DEUIACTION",
"id" : "jbgn7@TEST"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "基本功能-模态弹出",
"detailType" : "DEUIACTION",
"name" : "u98c44eb",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "基本功能-模态弹出",
"codeName" : "jbgn8",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_74.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "TOP",
"fullCodeName" : "TEST_jbgn8",
"name" : "打开基本功能-非模态弹出",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "jbgn8",
"uIActionType" : "DEUIACTION",
"id" : "jbgn8@TEST"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "基本功能-模态右侧抽屉弹出",
"detailType" : "DEUIACTION",
"name" : "ufd45c61",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "基本功能-模态右侧抽屉弹出",
"codeName" : "jbgn4",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_1735.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "TEST_jbgn4",
"name" : "打开基本功能-模态右侧抽屉弹出",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "jbgn4",
"uIActionType" : "DEUIACTION",
"id" : "jbgn4@TEST"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
} ],
"uniqueTag" : "TEST__Usr0123124494"
},
"enableSort" : false
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.TESTNAME"
},
"caption" : "测试实体名称",
"dataItemName" : "testname",
"itemType" : "DATAITEM",
"name" : "TESTNAME",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"enableSort" : true
}, {
"dataItemName" : "operate", "dataItemName" : "operate",
"itemType" : "ACTIONITEM", "itemType" : "ACTIONITEM",
"name" : "OPERATE", "name" : "OPERATE",
...@@ -2086,10 +1916,12 @@ ...@@ -2086,10 +1916,12 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSUIActionGroupDetails" : [ { "getPSUIActionGroupDetails" : [ {
"actionLevel" : 50,
"caption" : "看板测试界面行为1", "caption" : "看板测试界面行为1",
"detailType" : "DEUIACTION", "detailType" : "DEUIACTION",
"name" : "u095768a", "name" : "u095768a",
"getPSUIAction" : { "getPSUIAction" : {
"actionLevel" : 50,
"actionTarget" : "MULTIKEY", "actionTarget" : "MULTIKEY",
"caption" : "看板测试界面行为1", "caption" : "看板测试界面行为1",
"codeName" : "KO_T1", "codeName" : "KO_T1",
...@@ -2575,6 +2407,19 @@ ...@@ -2575,6 +2407,19 @@
"uniqueTag" : "TEST__Usr0313350928" "uniqueTag" : "TEST__Usr0313350928"
}, },
"enableSort" : false "enableSort" : false
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.TESTNAME"
},
"caption" : "测试实体名称",
"dataItemName" : "testname",
"itemType" : "DATAITEM",
"name" : "TESTNAME",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"enableSort" : true
} ], } ],
"pagingMode" : 1, "pagingMode" : 1,
"pagingSize" : 1000, "pagingSize" : 1000,
......
...@@ -334,176 +334,6 @@ ...@@ -334,176 +334,6 @@
} }
} ], } ],
"getPSDEDataViewItems" : [ { "getPSDEDataViewItems" : [ {
"dataItemName" : "dataitem",
"itemType" : "ACTIONITEM",
"name" : "dataitem",
"getPSDEUIActionGroup" : {
"codeName" : "Usr0123124494",
"name" : "气泡打开视图界面行为组T",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSUIActionGroupDetails" : [ {
"caption" : "基本功能-气泡卡片",
"detailType" : "DEUIACTION",
"name" : "u7e1071d",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "基本功能-气泡卡片",
"codeName" : "jbgnqpkp",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_1918.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "TEST_jbgnqpkp",
"name" : "打开基本功能-气泡卡片",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "jbgnqpkp",
"uIActionType" : "DEUIACTION",
"id" : "jbgnqpkp@TEST"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"actionLevel" : 50,
"caption" : "气泡打开视图T",
"detailType" : "DEUIACTION",
"name" : "u1db8907",
"getPSUIAction" : {
"actionLevel" : 50,
"actionTarget" : "NONE",
"caption" : "气泡打开视图T",
"codeName" : "openPopoverView",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTPluginEditView.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "TEST_openPopoverView",
"name" : "气泡打开视图T",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "openPopoverView",
"uIActionType" : "DEUIACTION",
"id" : "openPopoverView@TEST"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "基本功能-模态弹出",
"detailType" : "DEUIACTION",
"name" : "u889f141",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "基本功能-模态弹出",
"codeName" : "jbgn7",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_5730.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "TEST_jbgn7",
"name" : "打开基本功能-模态弹出",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "jbgn7",
"uIActionType" : "DEUIACTION",
"id" : "jbgn7@TEST"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "基本功能-模态弹出",
"detailType" : "DEUIACTION",
"name" : "u98c44eb",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "基本功能-模态弹出",
"codeName" : "jbgn8",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_74.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "TOP",
"fullCodeName" : "TEST_jbgn8",
"name" : "打开基本功能-非模态弹出",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "jbgn8",
"uIActionType" : "DEUIACTION",
"id" : "jbgn8@TEST"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "基本功能-模态右侧抽屉弹出",
"detailType" : "DEUIACTION",
"name" : "ufd45c61",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "基本功能-模态右侧抽屉弹出",
"codeName" : "jbgn4",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_1735.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "TEST_jbgn4",
"name" : "打开基本功能-模态右侧抽屉弹出",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "jbgn4",
"uIActionType" : "DEUIACTION",
"id" : "jbgn4@TEST"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
} ],
"uniqueTag" : "TEST__Usr0123124494"
},
"enableSort" : false
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.TESTNAME"
},
"caption" : "测试实体名称",
"dataItemName" : "testname",
"itemType" : "DATAITEM",
"name" : "TESTNAME",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"enableSort" : true
}, {
"dataItemName" : "operate", "dataItemName" : "operate",
"itemType" : "ACTIONITEM", "itemType" : "ACTIONITEM",
"name" : "OPERATE", "name" : "OPERATE",
...@@ -515,10 +345,12 @@ ...@@ -515,10 +345,12 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSUIActionGroupDetails" : [ { "getPSUIActionGroupDetails" : [ {
"actionLevel" : 50,
"caption" : "看板测试界面行为1", "caption" : "看板测试界面行为1",
"detailType" : "DEUIACTION", "detailType" : "DEUIACTION",
"name" : "u095768a", "name" : "u095768a",
"getPSUIAction" : { "getPSUIAction" : {
"actionLevel" : 50,
"actionTarget" : "MULTIKEY", "actionTarget" : "MULTIKEY",
"caption" : "看板测试界面行为1", "caption" : "看板测试界面行为1",
"codeName" : "KO_T1", "codeName" : "KO_T1",
...@@ -1004,6 +836,19 @@ ...@@ -1004,6 +836,19 @@
"uniqueTag" : "TEST__Usr0313350928" "uniqueTag" : "TEST__Usr0313350928"
}, },
"enableSort" : false "enableSort" : false
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.TESTNAME"
},
"caption" : "测试实体名称",
"dataItemName" : "testname",
"itemType" : "DATAITEM",
"name" : "TESTNAME",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"enableSort" : true
} ], } ],
"pagingMode" : 1, "pagingMode" : 1,
"pagingSize" : 1000, "pagingSize" : 1000,
......
...@@ -855,176 +855,6 @@ ...@@ -855,176 +855,6 @@
} }
} ], } ],
"getPSDEDataViewItems" : [ { "getPSDEDataViewItems" : [ {
"dataItemName" : "dataitem",
"itemType" : "ACTIONITEM",
"name" : "dataitem",
"getPSDEUIActionGroup" : {
"codeName" : "Usr0123124494",
"name" : "气泡打开视图界面行为组T",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSUIActionGroupDetails" : [ {
"caption" : "基本功能-气泡卡片",
"detailType" : "DEUIACTION",
"name" : "u7e1071d",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "基本功能-气泡卡片",
"codeName" : "jbgnqpkp",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_1918.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "TEST_jbgnqpkp",
"name" : "打开基本功能-气泡卡片",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "jbgnqpkp",
"uIActionType" : "DEUIACTION",
"id" : "jbgnqpkp@TEST"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"actionLevel" : 50,
"caption" : "气泡打开视图T",
"detailType" : "DEUIACTION",
"name" : "u1db8907",
"getPSUIAction" : {
"actionLevel" : 50,
"actionTarget" : "NONE",
"caption" : "气泡打开视图T",
"codeName" : "openPopoverView",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTPluginEditView.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "TEST_openPopoverView",
"name" : "气泡打开视图T",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "openPopoverView",
"uIActionType" : "DEUIACTION",
"id" : "openPopoverView@TEST"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "基本功能-模态弹出",
"detailType" : "DEUIACTION",
"name" : "u889f141",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "基本功能-模态弹出",
"codeName" : "jbgn7",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_5730.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "TEST_jbgn7",
"name" : "打开基本功能-模态弹出",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "jbgn7",
"uIActionType" : "DEUIACTION",
"id" : "jbgn7@TEST"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "基本功能-模态弹出",
"detailType" : "DEUIACTION",
"name" : "u98c44eb",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "基本功能-模态弹出",
"codeName" : "jbgn8",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_74.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "TOP",
"fullCodeName" : "TEST_jbgn8",
"name" : "打开基本功能-非模态弹出",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "jbgn8",
"uIActionType" : "DEUIACTION",
"id" : "jbgn8@TEST"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "基本功能-模态右侧抽屉弹出",
"detailType" : "DEUIACTION",
"name" : "ufd45c61",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "基本功能-模态右侧抽屉弹出",
"codeName" : "jbgn4",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_1735.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "TEST_jbgn4",
"name" : "打开基本功能-模态右侧抽屉弹出",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "jbgn4",
"uIActionType" : "DEUIACTION",
"id" : "jbgn4@TEST"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
} ],
"uniqueTag" : "TEST__Usr0123124494"
},
"enableSort" : false
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.TESTNAME"
},
"caption" : "测试实体名称",
"dataItemName" : "testname",
"itemType" : "DATAITEM",
"name" : "TESTNAME",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"enableSort" : true
}, {
"dataItemName" : "operate", "dataItemName" : "operate",
"itemType" : "ACTIONITEM", "itemType" : "ACTIONITEM",
"name" : "OPERATE", "name" : "OPERATE",
...@@ -1036,10 +866,12 @@ ...@@ -1036,10 +866,12 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSUIActionGroupDetails" : [ { "getPSUIActionGroupDetails" : [ {
"actionLevel" : 50,
"caption" : "看板测试界面行为1", "caption" : "看板测试界面行为1",
"detailType" : "DEUIACTION", "detailType" : "DEUIACTION",
"name" : "u095768a", "name" : "u095768a",
"getPSUIAction" : { "getPSUIAction" : {
"actionLevel" : 50,
"actionTarget" : "MULTIKEY", "actionTarget" : "MULTIKEY",
"caption" : "看板测试界面行为1", "caption" : "看板测试界面行为1",
"codeName" : "KO_T1", "codeName" : "KO_T1",
...@@ -1525,6 +1357,19 @@ ...@@ -1525,6 +1357,19 @@
"uniqueTag" : "TEST__Usr0313350928" "uniqueTag" : "TEST__Usr0313350928"
}, },
"enableSort" : false "enableSort" : false
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.TESTNAME"
},
"caption" : "测试实体名称",
"dataItemName" : "testname",
"itemType" : "DATAITEM",
"name" : "TESTNAME",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"enableSort" : true
} ], } ],
"pagingMode" : 1, "pagingMode" : 1,
"pagingSize" : 1000, "pagingSize" : 1000,
......
...@@ -2026,176 +2026,6 @@ ...@@ -2026,176 +2026,6 @@
} }
} ], } ],
"getPSDEDataViewItems" : [ { "getPSDEDataViewItems" : [ {
"dataItemName" : "dataitem",
"itemType" : "ACTIONITEM",
"name" : "dataitem",
"getPSDEUIActionGroup" : {
"codeName" : "Usr0123124494",
"name" : "气泡打开视图界面行为组T",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSUIActionGroupDetails" : [ {
"caption" : "基本功能-气泡卡片",
"detailType" : "DEUIACTION",
"name" : "u7e1071d",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "基本功能-气泡卡片",
"codeName" : "jbgnqpkp",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_1918.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "TEST_jbgnqpkp",
"name" : "打开基本功能-气泡卡片",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "jbgnqpkp",
"uIActionType" : "DEUIACTION",
"id" : "jbgnqpkp@TEST"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"actionLevel" : 50,
"caption" : "气泡打开视图T",
"detailType" : "DEUIACTION",
"name" : "u1db8907",
"getPSUIAction" : {
"actionLevel" : 50,
"actionTarget" : "NONE",
"caption" : "气泡打开视图T",
"codeName" : "openPopoverView",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTPluginEditView.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "TEST_openPopoverView",
"name" : "气泡打开视图T",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "openPopoverView",
"uIActionType" : "DEUIACTION",
"id" : "openPopoverView@TEST"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "基本功能-模态弹出",
"detailType" : "DEUIACTION",
"name" : "u889f141",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "基本功能-模态弹出",
"codeName" : "jbgn7",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_5730.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "TEST_jbgn7",
"name" : "打开基本功能-模态弹出",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "jbgn7",
"uIActionType" : "DEUIACTION",
"id" : "jbgn7@TEST"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "基本功能-模态弹出",
"detailType" : "DEUIACTION",
"name" : "u98c44eb",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "基本功能-模态弹出",
"codeName" : "jbgn8",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_74.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "TOP",
"fullCodeName" : "TEST_jbgn8",
"name" : "打开基本功能-非模态弹出",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "jbgn8",
"uIActionType" : "DEUIACTION",
"id" : "jbgn8@TEST"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "基本功能-模态右侧抽屉弹出",
"detailType" : "DEUIACTION",
"name" : "ufd45c61",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "基本功能-模态右侧抽屉弹出",
"codeName" : "jbgn4",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_1735.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "TEST_jbgn4",
"name" : "打开基本功能-模态右侧抽屉弹出",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "jbgn4",
"uIActionType" : "DEUIACTION",
"id" : "jbgn4@TEST"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
} ],
"uniqueTag" : "TEST__Usr0123124494"
},
"enableSort" : false
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.TESTNAME"
},
"caption" : "测试实体名称",
"dataItemName" : "testname",
"itemType" : "DATAITEM",
"name" : "TESTNAME",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"enableSort" : true
}, {
"dataItemName" : "operate", "dataItemName" : "operate",
"itemType" : "ACTIONITEM", "itemType" : "ACTIONITEM",
"name" : "OPERATE", "name" : "OPERATE",
...@@ -2207,10 +2037,12 @@ ...@@ -2207,10 +2037,12 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSUIActionGroupDetails" : [ { "getPSUIActionGroupDetails" : [ {
"actionLevel" : 50,
"caption" : "看板测试界面行为1", "caption" : "看板测试界面行为1",
"detailType" : "DEUIACTION", "detailType" : "DEUIACTION",
"name" : "u095768a", "name" : "u095768a",
"getPSUIAction" : { "getPSUIAction" : {
"actionLevel" : 50,
"actionTarget" : "MULTIKEY", "actionTarget" : "MULTIKEY",
"caption" : "看板测试界面行为1", "caption" : "看板测试界面行为1",
"codeName" : "KO_T1", "codeName" : "KO_T1",
...@@ -2696,6 +2528,19 @@ ...@@ -2696,6 +2528,19 @@
"uniqueTag" : "TEST__Usr0313350928" "uniqueTag" : "TEST__Usr0313350928"
}, },
"enableSort" : false "enableSort" : false
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.TESTNAME"
},
"caption" : "测试实体名称",
"dataItemName" : "testname",
"itemType" : "DATAITEM",
"name" : "TESTNAME",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"enableSort" : true
} ], } ],
"pagingMode" : 1, "pagingMode" : 1,
"pagingSize" : 1000, "pagingSize" : 1000,
......
...@@ -131,6 +131,7 @@ ...@@ -131,6 +131,7 @@
"rawContent" : "直接内容", "rawContent" : "直接内容",
"showCaption" : true "showCaption" : true
}, { }, {
"actionLevel" : 50,
"caption" : "看板测试界面行为1", "caption" : "看板测试界面行为1",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
...@@ -141,6 +142,7 @@ ...@@ -141,6 +142,7 @@
"id" : "toolbar_deuiaction2" "id" : "toolbar_deuiaction2"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"actionLevel" : 50,
"actionTarget" : "MULTIKEY", "actionTarget" : "MULTIKEY",
"caption" : "看板测试界面行为1", "caption" : "看板测试界面行为1",
"codeName" : "KO_T1", "codeName" : "KO_T1",
......
...@@ -1337,7 +1337,7 @@ ...@@ -1337,7 +1337,7 @@
} }
} ], } ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "NEWDATA", "name" : "EDITDATA",
"realTitle" : "学生编辑视图", "realTitle" : "学生编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -1345,7 +1345,7 @@ ...@@ -1345,7 +1345,7 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
"name" : "OPENDATA", "name" : "NEWDATA",
"realTitle" : "学生编辑视图", "realTitle" : "学生编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -1353,7 +1353,7 @@ ...@@ -1353,7 +1353,7 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
"name" : "EDITDATA", "name" : "OPENDATA",
"realTitle" : "学生编辑视图", "realTitle" : "学生编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -1367,6 +1367,20 @@ ...@@ -1367,6 +1367,20 @@
"columnEnableFilter" : 2, "columnEnableFilter" : 2,
"columnEnableLink" : 2, "columnEnableLink" : 2,
"controlType" : "GRID", "controlType" : "GRID",
"getCreatePSControlAction" : {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSGRIDS/Main.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSGRIDS/Main.json",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -1382,6 +1396,34 @@ ...@@ -1382,6 +1396,34 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
} }
}, },
"getGetDraftPSControlAction" : {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"getGetPSControlAction" : {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"groupMode" : "NONE", "groupMode" : "NONE",
"logicName" : "主表格", "logicName" : "主表格",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
...@@ -2087,14 +2129,28 @@ ...@@ -2087,14 +2129,28 @@
} }
}, },
"sortMode" : "REMOTE", "sortMode" : "REMOTE",
"getUpdatePSControlAction" : {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : true, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : true,
"forceFit" : false, "forceFit" : false,
"hideHeader" : false, "hideHeader" : false,
"noSort" : false, "noSort" : false,
...@@ -2545,6 +2601,70 @@ ...@@ -2545,6 +2601,70 @@
}, },
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, {
"caption" : "新建行",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction8",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction8"
},
"getPSSysImage" : {
"glyph" : "xf067@FontAwesome",
"cssClass" : "fa fa-plus"
},
"getPSUIAction" : {
"caption" : "新建行",
"codeName" : "NewRow",
"fullCodeName" : "NewRow",
"name" : "表格界面_新建行",
"getPSSysImage" : {
"glyph" : "xf067@FontAwesome",
"cssClass" : "fa fa-plus"
},
"predefinedType" : "GRIDVIEW_NEWROWACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "NewRow",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "新建行",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "保存行",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction9",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction9"
},
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
},
"getPSUIAction" : {
"caption" : "保存行",
"codeName" : "SaveRow",
"fullCodeName" : "SaveRow",
"name" : "表格界面_保存行",
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
},
"predefinedType" : "GRIDVIEW_SAVEROWACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "SaveRow",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "保存行",
"showCaption" : true,
"showIcon" : true
} ], } ],
"xDataControlName" : "grid", "xDataControlName" : "grid",
"modelid" : "EA055F0F-4292-4BD9-85F4-82D57C5D8655", "modelid" : "EA055F0F-4292-4BD9-85F4-82D57C5D8655",
...@@ -2602,7 +2722,7 @@ ...@@ -2602,7 +2722,7 @@
"enableFilter" : true, "enableFilter" : true,
"enableImport" : true, "enableImport" : true,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableSearch" : true, "enableSearch" : true,
"expandSearchForm" : true, "expandSearchForm" : true,
"rowEditDefault" : false, "rowEditDefault" : false,
......
...@@ -1332,7 +1332,7 @@ ...@@ -1332,7 +1332,7 @@
} }
} ], } ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "NEWDATA", "name" : "EDITDATA",
"realTitle" : "学生编辑视图", "realTitle" : "学生编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -1340,7 +1340,7 @@ ...@@ -1340,7 +1340,7 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
"name" : "OPENDATA", "name" : "NEWDATA",
"realTitle" : "学生编辑视图", "realTitle" : "学生编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -1348,7 +1348,7 @@ ...@@ -1348,7 +1348,7 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
"name" : "EDITDATA", "name" : "OPENDATA",
"realTitle" : "学生编辑视图", "realTitle" : "学生编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -1362,6 +1362,20 @@ ...@@ -1362,6 +1362,20 @@
"columnEnableFilter" : 2, "columnEnableFilter" : 2,
"columnEnableLink" : 2, "columnEnableLink" : 2,
"controlType" : "GRID", "controlType" : "GRID",
"getCreatePSControlAction" : {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSGRIDS/Main.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSGRIDS/Main.json",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -1377,6 +1391,34 @@ ...@@ -1377,6 +1391,34 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
} }
}, },
"getGetDraftPSControlAction" : {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"getGetPSControlAction" : {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"groupMode" : "NONE", "groupMode" : "NONE",
"logicName" : "主表格", "logicName" : "主表格",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
...@@ -2082,14 +2124,28 @@ ...@@ -2082,14 +2124,28 @@
} }
}, },
"sortMode" : "REMOTE", "sortMode" : "REMOTE",
"getUpdatePSControlAction" : {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : true, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : true,
"forceFit" : false, "forceFit" : false,
"hideHeader" : false, "hideHeader" : false,
"noSort" : false, "noSort" : false,
...@@ -2540,6 +2596,70 @@ ...@@ -2540,6 +2596,70 @@
}, },
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, {
"caption" : "新建行",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction8",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction8"
},
"getPSSysImage" : {
"glyph" : "xf067@FontAwesome",
"cssClass" : "fa fa-plus"
},
"getPSUIAction" : {
"caption" : "新建行",
"codeName" : "NewRow",
"fullCodeName" : "NewRow",
"name" : "表格界面_新建行",
"getPSSysImage" : {
"glyph" : "xf067@FontAwesome",
"cssClass" : "fa fa-plus"
},
"predefinedType" : "GRIDVIEW_NEWROWACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "NewRow",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "新建行",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "保存行",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction9",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction9"
},
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
},
"getPSUIAction" : {
"caption" : "保存行",
"codeName" : "SaveRow",
"fullCodeName" : "SaveRow",
"name" : "表格界面_保存行",
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
},
"predefinedType" : "GRIDVIEW_SAVEROWACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "SaveRow",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "保存行",
"showCaption" : true,
"showIcon" : true
} ], } ],
"xDataControlName" : "grid", "xDataControlName" : "grid",
"modelid" : "EA055F0F-4292-4BD9-85F4-82D57C5D8655", "modelid" : "EA055F0F-4292-4BD9-85F4-82D57C5D8655",
...@@ -2597,7 +2717,7 @@ ...@@ -2597,7 +2717,7 @@
"enableFilter" : true, "enableFilter" : true,
"enableImport" : true, "enableImport" : true,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableSearch" : true, "enableSearch" : true,
"expandSearchForm" : true, "expandSearchForm" : true,
"rowEditDefault" : false, "rowEditDefault" : false,
......
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
} }
} ], } ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "NEWDATA", "name" : "EDITDATA",
"realTitle" : "学生编辑视图", "realTitle" : "学生编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
"name" : "OPENDATA", "name" : "NEWDATA",
"realTitle" : "学生编辑视图", "realTitle" : "学生编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
"name" : "EDITDATA", "name" : "OPENDATA",
"realTitle" : "学生编辑视图", "realTitle" : "学生编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -103,6 +103,20 @@ ...@@ -103,6 +103,20 @@
"columnEnableFilter" : 2, "columnEnableFilter" : 2,
"columnEnableLink" : 2, "columnEnableLink" : 2,
"controlType" : "GRID", "controlType" : "GRID",
"getCreatePSControlAction" : {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSGRIDS/Main.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSGRIDS/Main.json",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -118,6 +132,34 @@ ...@@ -118,6 +132,34 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
} }
}, },
"getGetDraftPSControlAction" : {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"getGetPSControlAction" : {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"groupMode" : "NONE", "groupMode" : "NONE",
"logicName" : "主表格", "logicName" : "主表格",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
...@@ -823,14 +865,28 @@ ...@@ -823,14 +865,28 @@
} }
}, },
"sortMode" : "REMOTE", "sortMode" : "REMOTE",
"getUpdatePSControlAction" : {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : true, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : true,
"forceFit" : false, "forceFit" : false,
"hideHeader" : false, "hideHeader" : false,
"noSort" : false, "noSort" : false,
...@@ -1281,6 +1337,70 @@ ...@@ -1281,6 +1337,70 @@
}, },
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, {
"caption" : "新建行",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction8",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction8"
},
"getPSSysImage" : {
"glyph" : "xf067@FontAwesome",
"cssClass" : "fa fa-plus"
},
"getPSUIAction" : {
"caption" : "新建行",
"codeName" : "NewRow",
"fullCodeName" : "NewRow",
"name" : "表格界面_新建行",
"getPSSysImage" : {
"glyph" : "xf067@FontAwesome",
"cssClass" : "fa fa-plus"
},
"predefinedType" : "GRIDVIEW_NEWROWACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "NewRow",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "新建行",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "保存行",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction9",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction9"
},
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
},
"getPSUIAction" : {
"caption" : "保存行",
"codeName" : "SaveRow",
"fullCodeName" : "SaveRow",
"name" : "表格界面_保存行",
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
},
"predefinedType" : "GRIDVIEW_SAVEROWACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "SaveRow",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "保存行",
"showCaption" : true,
"showIcon" : true
} ], } ],
"xDataControlName" : "grid", "xDataControlName" : "grid",
"modelid" : "EA055F0F-4292-4BD9-85F4-82D57C5D8655", "modelid" : "EA055F0F-4292-4BD9-85F4-82D57C5D8655",
...@@ -1338,7 +1458,7 @@ ...@@ -1338,7 +1458,7 @@
"enableFilter" : true, "enableFilter" : true,
"enableImport" : true, "enableImport" : true,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableSearch" : true, "enableSearch" : true,
"expandSearchForm" : true, "expandSearchForm" : true,
"rowEditDefault" : false, "rowEditDefault" : false,
......
...@@ -227,7 +227,7 @@ ...@@ -227,7 +227,7 @@
} }
} ], } ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "NEWDATA", "name" : "EDITDATA",
"realTitle" : "学生编辑视图", "realTitle" : "学生编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -235,7 +235,7 @@ ...@@ -235,7 +235,7 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
"name" : "OPENDATA", "name" : "NEWDATA",
"realTitle" : "学生编辑视图", "realTitle" : "学生编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -243,7 +243,7 @@ ...@@ -243,7 +243,7 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
"name" : "EDITDATA", "name" : "OPENDATA",
"realTitle" : "学生编辑视图", "realTitle" : "学生编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -257,6 +257,20 @@ ...@@ -257,6 +257,20 @@
"columnEnableFilter" : 2, "columnEnableFilter" : 2,
"columnEnableLink" : 2, "columnEnableLink" : 2,
"controlType" : "GRID", "controlType" : "GRID",
"getCreatePSControlAction" : {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSGRIDS/Main.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSGRIDS/Main.json",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -272,6 +286,34 @@ ...@@ -272,6 +286,34 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
} }
}, },
"getGetDraftPSControlAction" : {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"getGetPSControlAction" : {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"groupMode" : "NONE", "groupMode" : "NONE",
"logicName" : "主表格", "logicName" : "主表格",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
...@@ -977,14 +1019,28 @@ ...@@ -977,14 +1019,28 @@
} }
}, },
"sortMode" : "REMOTE", "sortMode" : "REMOTE",
"getUpdatePSControlAction" : {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : true, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : true,
"forceFit" : false, "forceFit" : false,
"hideHeader" : false, "hideHeader" : false,
"noSort" : false, "noSort" : false,
...@@ -1435,6 +1491,70 @@ ...@@ -1435,6 +1491,70 @@
}, },
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, {
"caption" : "新建行",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction8",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction8"
},
"getPSSysImage" : {
"glyph" : "xf067@FontAwesome",
"cssClass" : "fa fa-plus"
},
"getPSUIAction" : {
"caption" : "新建行",
"codeName" : "NewRow",
"fullCodeName" : "NewRow",
"name" : "表格界面_新建行",
"getPSSysImage" : {
"glyph" : "xf067@FontAwesome",
"cssClass" : "fa fa-plus"
},
"predefinedType" : "GRIDVIEW_NEWROWACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "NewRow",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "新建行",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "保存行",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction9",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction9"
},
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
},
"getPSUIAction" : {
"caption" : "保存行",
"codeName" : "SaveRow",
"fullCodeName" : "SaveRow",
"name" : "表格界面_保存行",
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
},
"predefinedType" : "GRIDVIEW_SAVEROWACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "SaveRow",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "保存行",
"showCaption" : true,
"showIcon" : true
} ], } ],
"xDataControlName" : "grid", "xDataControlName" : "grid",
"modelid" : "EA055F0F-4292-4BD9-85F4-82D57C5D8655", "modelid" : "EA055F0F-4292-4BD9-85F4-82D57C5D8655",
...@@ -1492,7 +1612,7 @@ ...@@ -1492,7 +1612,7 @@
"enableFilter" : true, "enableFilter" : true,
"enableImport" : true, "enableImport" : true,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableSearch" : true, "enableSearch" : true,
"expandSearchForm" : true, "expandSearchForm" : true,
"rowEditDefault" : false, "rowEditDefault" : false,
......
...@@ -1530,7 +1530,7 @@ ...@@ -1530,7 +1530,7 @@
} }
} ], } ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "NEWDATA", "name" : "EDITDATA",
"realTitle" : "学生编辑视图", "realTitle" : "学生编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -1538,7 +1538,7 @@ ...@@ -1538,7 +1538,7 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
"name" : "OPENDATA", "name" : "NEWDATA",
"realTitle" : "学生编辑视图", "realTitle" : "学生编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -1546,7 +1546,7 @@ ...@@ -1546,7 +1546,7 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
"name" : "EDITDATA", "name" : "OPENDATA",
"realTitle" : "学生编辑视图", "realTitle" : "学生编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -1560,6 +1560,20 @@ ...@@ -1560,6 +1560,20 @@
"columnEnableFilter" : 2, "columnEnableFilter" : 2,
"columnEnableLink" : 2, "columnEnableLink" : 2,
"controlType" : "GRID", "controlType" : "GRID",
"getCreatePSControlAction" : {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSGRIDS/Main.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSGRIDS/Main.json",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -1575,6 +1589,34 @@ ...@@ -1575,6 +1589,34 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
} }
}, },
"getGetDraftPSControlAction" : {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"getGetPSControlAction" : {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"groupMode" : "NONE", "groupMode" : "NONE",
"logicName" : "主表格", "logicName" : "主表格",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
...@@ -2280,14 +2322,28 @@ ...@@ -2280,14 +2322,28 @@
} }
}, },
"sortMode" : "REMOTE", "sortMode" : "REMOTE",
"getUpdatePSControlAction" : {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : true, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : true,
"forceFit" : false, "forceFit" : false,
"hideHeader" : false, "hideHeader" : false,
"noSort" : false, "noSort" : false,
...@@ -2738,6 +2794,70 @@ ...@@ -2738,6 +2794,70 @@
}, },
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, {
"caption" : "新建行",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction8",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction8"
},
"getPSSysImage" : {
"glyph" : "xf067@FontAwesome",
"cssClass" : "fa fa-plus"
},
"getPSUIAction" : {
"caption" : "新建行",
"codeName" : "NewRow",
"fullCodeName" : "NewRow",
"name" : "表格界面_新建行",
"getPSSysImage" : {
"glyph" : "xf067@FontAwesome",
"cssClass" : "fa fa-plus"
},
"predefinedType" : "GRIDVIEW_NEWROWACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "NewRow",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "新建行",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "保存行",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction9",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction9"
},
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
},
"getPSUIAction" : {
"caption" : "保存行",
"codeName" : "SaveRow",
"fullCodeName" : "SaveRow",
"name" : "表格界面_保存行",
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
},
"predefinedType" : "GRIDVIEW_SAVEROWACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "SaveRow",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "保存行",
"showCaption" : true,
"showIcon" : true
} ], } ],
"xDataControlName" : "grid", "xDataControlName" : "grid",
"modelid" : "EA055F0F-4292-4BD9-85F4-82D57C5D8655", "modelid" : "EA055F0F-4292-4BD9-85F4-82D57C5D8655",
...@@ -2795,7 +2915,7 @@ ...@@ -2795,7 +2915,7 @@
"enableFilter" : true, "enableFilter" : true,
"enableImport" : true, "enableImport" : true,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableSearch" : true, "enableSearch" : true,
"expandSearchForm" : true, "expandSearchForm" : true,
"rowEditDefault" : false, "rowEditDefault" : false,
......
...@@ -1823,10 +1823,12 @@ ...@@ -1823,10 +1823,12 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSUIActionGroupDetails" : [ { "getPSUIActionGroupDetails" : [ {
"actionLevel" : 50,
"caption" : "看板测试界面行为1", "caption" : "看板测试界面行为1",
"detailType" : "DEUIACTION", "detailType" : "DEUIACTION",
"name" : "u095768a", "name" : "u095768a",
"getPSUIAction" : { "getPSUIAction" : {
"actionLevel" : 50,
"actionTarget" : "MULTIKEY", "actionTarget" : "MULTIKEY",
"caption" : "看板测试界面行为1", "caption" : "看板测试界面行为1",
"codeName" : "KO_T1", "codeName" : "KO_T1",
......
...@@ -18465,7 +18465,7 @@ ...@@ -18465,7 +18465,7 @@
} }
} ], } ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "NEWDATA", "name" : "EDITDATA",
"realTitle" : "学生编辑视图", "realTitle" : "学生编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -18473,7 +18473,7 @@ ...@@ -18473,7 +18473,7 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
"name" : "OPENDATA", "name" : "NEWDATA",
"realTitle" : "学生编辑视图", "realTitle" : "学生编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -18481,7 +18481,7 @@ ...@@ -18481,7 +18481,7 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
"name" : "EDITDATA", "name" : "OPENDATA",
"realTitle" : "学生编辑视图", "realTitle" : "学生编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -18495,6 +18495,20 @@ ...@@ -18495,6 +18495,20 @@
"columnEnableFilter" : 2, "columnEnableFilter" : 2,
"columnEnableLink" : 2, "columnEnableLink" : 2,
"controlType" : "GRID", "controlType" : "GRID",
"getCreatePSControlAction" : {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSGRIDS/Main.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSGRIDS/Main.json",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -18510,6 +18524,34 @@ ...@@ -18510,6 +18524,34 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
} }
}, },
"getGetDraftPSControlAction" : {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"getGetPSControlAction" : {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"groupMode" : "NONE", "groupMode" : "NONE",
"logicName" : "主表格", "logicName" : "主表格",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
...@@ -19215,14 +19257,28 @@ ...@@ -19215,14 +19257,28 @@
} }
}, },
"sortMode" : "REMOTE", "sortMode" : "REMOTE",
"getUpdatePSControlAction" : {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : true, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : true,
"forceFit" : false, "forceFit" : false,
"hideHeader" : false, "hideHeader" : false,
"noSort" : false, "noSort" : false,
...@@ -19673,6 +19729,70 @@ ...@@ -19673,6 +19729,70 @@
}, },
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, {
"caption" : "新建行",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction8",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction8"
},
"getPSSysImage" : {
"glyph" : "xf067@FontAwesome",
"cssClass" : "fa fa-plus"
},
"getPSUIAction" : {
"caption" : "新建行",
"codeName" : "NewRow",
"fullCodeName" : "NewRow",
"name" : "表格界面_新建行",
"getPSSysImage" : {
"glyph" : "xf067@FontAwesome",
"cssClass" : "fa fa-plus"
},
"predefinedType" : "GRIDVIEW_NEWROWACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "NewRow",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "新建行",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "保存行",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction9",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction9"
},
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
},
"getPSUIAction" : {
"caption" : "保存行",
"codeName" : "SaveRow",
"fullCodeName" : "SaveRow",
"name" : "表格界面_保存行",
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
},
"predefinedType" : "GRIDVIEW_SAVEROWACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "SaveRow",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "保存行",
"showCaption" : true,
"showIcon" : true
} ], } ],
"xDataControlName" : "grid", "xDataControlName" : "grid",
"modelid" : "EA055F0F-4292-4BD9-85F4-82D57C5D8655", "modelid" : "EA055F0F-4292-4BD9-85F4-82D57C5D8655",
...@@ -19730,7 +19850,7 @@ ...@@ -19730,7 +19850,7 @@
"enableFilter" : true, "enableFilter" : true,
"enableImport" : true, "enableImport" : true,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableSearch" : true, "enableSearch" : true,
"expandSearchForm" : true, "expandSearchForm" : true,
"rowEditDefault" : false, "rowEditDefault" : false,
...@@ -74483,176 +74603,6 @@ ...@@ -74483,176 +74603,6 @@
} }
} ], } ],
"getPSDEDataViewItems" : [ { "getPSDEDataViewItems" : [ {
"dataItemName" : "dataitem",
"itemType" : "ACTIONITEM",
"name" : "dataitem",
"getPSDEUIActionGroup" : {
"codeName" : "Usr0123124494",
"name" : "气泡打开视图界面行为组T",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSUIActionGroupDetails" : [ {
"caption" : "基本功能-气泡卡片",
"detailType" : "DEUIACTION",
"name" : "u7e1071d",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "基本功能-气泡卡片",
"codeName" : "jbgnqpkp",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_1918.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "TEST_jbgnqpkp",
"name" : "打开基本功能-气泡卡片",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "jbgnqpkp",
"uIActionType" : "DEUIACTION",
"id" : "jbgnqpkp@TEST"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"actionLevel" : 50,
"caption" : "气泡打开视图T",
"detailType" : "DEUIACTION",
"name" : "u1db8907",
"getPSUIAction" : {
"actionLevel" : 50,
"actionTarget" : "NONE",
"caption" : "气泡打开视图T",
"codeName" : "openPopoverView",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTPluginEditView.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "TEST_openPopoverView",
"name" : "气泡打开视图T",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "openPopoverView",
"uIActionType" : "DEUIACTION",
"id" : "openPopoverView@TEST"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "基本功能-模态弹出",
"detailType" : "DEUIACTION",
"name" : "u889f141",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "基本功能-模态弹出",
"codeName" : "jbgn7",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_5730.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "TEST_jbgn7",
"name" : "打开基本功能-模态弹出",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "jbgn7",
"uIActionType" : "DEUIACTION",
"id" : "jbgn7@TEST"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "基本功能-模态弹出",
"detailType" : "DEUIACTION",
"name" : "u98c44eb",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "基本功能-模态弹出",
"codeName" : "jbgn8",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_74.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "TOP",
"fullCodeName" : "TEST_jbgn8",
"name" : "打开基本功能-非模态弹出",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "jbgn8",
"uIActionType" : "DEUIACTION",
"id" : "jbgn8@TEST"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "基本功能-模态右侧抽屉弹出",
"detailType" : "DEUIACTION",
"name" : "ufd45c61",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "基本功能-模态右侧抽屉弹出",
"codeName" : "jbgn4",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_1735.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "TEST_jbgn4",
"name" : "打开基本功能-模态右侧抽屉弹出",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "jbgn4",
"uIActionType" : "DEUIACTION",
"id" : "jbgn4@TEST"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
} ],
"uniqueTag" : "TEST__Usr0123124494"
},
"enableSort" : false
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.TESTNAME"
},
"caption" : "测试实体名称",
"dataItemName" : "testname",
"itemType" : "DATAITEM",
"name" : "TESTNAME",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"enableSort" : true
}, {
"dataItemName" : "operate", "dataItemName" : "operate",
"itemType" : "ACTIONITEM", "itemType" : "ACTIONITEM",
"name" : "OPERATE", "name" : "OPERATE",
...@@ -74664,10 +74614,12 @@ ...@@ -74664,10 +74614,12 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSUIActionGroupDetails" : [ { "getPSUIActionGroupDetails" : [ {
"actionLevel" : 50,
"caption" : "看板测试界面行为1", "caption" : "看板测试界面行为1",
"detailType" : "DEUIACTION", "detailType" : "DEUIACTION",
"name" : "u095768a", "name" : "u095768a",
"getPSUIAction" : { "getPSUIAction" : {
"actionLevel" : 50,
"actionTarget" : "MULTIKEY", "actionTarget" : "MULTIKEY",
"caption" : "看板测试界面行为1", "caption" : "看板测试界面行为1",
"codeName" : "KO_T1", "codeName" : "KO_T1",
...@@ -75153,6 +75105,19 @@ ...@@ -75153,6 +75105,19 @@
"uniqueTag" : "TEST__Usr0313350928" "uniqueTag" : "TEST__Usr0313350928"
}, },
"enableSort" : false "enableSort" : false
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.TESTNAME"
},
"caption" : "测试实体名称",
"dataItemName" : "testname",
"itemType" : "DATAITEM",
"name" : "TESTNAME",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"enableSort" : true
} ], } ],
"pagingMode" : 1, "pagingMode" : 1,
"pagingSize" : 1000, "pagingSize" : 1000,
...@@ -79704,7 +79669,7 @@ ...@@ -79704,7 +79669,7 @@
} }
} ], } ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "NEWDATA", "name" : "EDITDATA",
"realTitle" : "学生编辑视图", "realTitle" : "学生编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -79712,7 +79677,7 @@ ...@@ -79712,7 +79677,7 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
"name" : "OPENDATA", "name" : "NEWDATA",
"realTitle" : "学生编辑视图", "realTitle" : "学生编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -79720,7 +79685,7 @@ ...@@ -79720,7 +79685,7 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
"name" : "EDITDATA", "name" : "OPENDATA",
"realTitle" : "学生编辑视图", "realTitle" : "学生编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -79734,6 +79699,20 @@ ...@@ -79734,6 +79699,20 @@
"columnEnableFilter" : 2, "columnEnableFilter" : 2,
"columnEnableLink" : 2, "columnEnableLink" : 2,
"controlType" : "GRID", "controlType" : "GRID",
"getCreatePSControlAction" : {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSGRIDS/Main.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSGRIDS/Main.json",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -79749,6 +79728,34 @@ ...@@ -79749,6 +79728,34 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
} }
}, },
"getGetDraftPSControlAction" : {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"getGetPSControlAction" : {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"groupMode" : "NONE", "groupMode" : "NONE",
"logicName" : "主表格", "logicName" : "主表格",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
...@@ -80454,14 +80461,28 @@ ...@@ -80454,14 +80461,28 @@
} }
}, },
"sortMode" : "REMOTE", "sortMode" : "REMOTE",
"getUpdatePSControlAction" : {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : true, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : true,
"forceFit" : false, "forceFit" : false,
"hideHeader" : false, "hideHeader" : false,
"noSort" : false, "noSort" : false,
...@@ -80912,6 +80933,70 @@ ...@@ -80912,6 +80933,70 @@
}, },
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, {
"caption" : "新建行",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction8",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction8"
},
"getPSSysImage" : {
"glyph" : "xf067@FontAwesome",
"cssClass" : "fa fa-plus"
},
"getPSUIAction" : {
"caption" : "新建行",
"codeName" : "NewRow",
"fullCodeName" : "NewRow",
"name" : "表格界面_新建行",
"getPSSysImage" : {
"glyph" : "xf067@FontAwesome",
"cssClass" : "fa fa-plus"
},
"predefinedType" : "GRIDVIEW_NEWROWACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "NewRow",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "新建行",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "保存行",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction9",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction9"
},
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
},
"getPSUIAction" : {
"caption" : "保存行",
"codeName" : "SaveRow",
"fullCodeName" : "SaveRow",
"name" : "表格界面_保存行",
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
},
"predefinedType" : "GRIDVIEW_SAVEROWACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "SaveRow",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "保存行",
"showCaption" : true,
"showIcon" : true
} ], } ],
"xDataControlName" : "grid", "xDataControlName" : "grid",
"modelid" : "EA055F0F-4292-4BD9-85F4-82D57C5D8655", "modelid" : "EA055F0F-4292-4BD9-85F4-82D57C5D8655",
...@@ -80969,7 +81054,7 @@ ...@@ -80969,7 +81054,7 @@
"enableFilter" : true, "enableFilter" : true,
"enableImport" : true, "enableImport" : true,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableSearch" : true, "enableSearch" : true,
"expandSearchForm" : true, "expandSearchForm" : true,
"rowEditDefault" : false, "rowEditDefault" : false,
...@@ -84526,6 +84611,7 @@ ...@@ -84526,6 +84611,7 @@
"rawContent" : "直接内容", "rawContent" : "直接内容",
"showCaption" : true "showCaption" : true
}, { }, {
"actionLevel" : 50,
"caption" : "看板测试界面行为1", "caption" : "看板测试界面行为1",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
...@@ -84536,6 +84622,7 @@ ...@@ -84536,6 +84622,7 @@
"id" : "toolbar_deuiaction2" "id" : "toolbar_deuiaction2"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"actionLevel" : 50,
"actionTarget" : "MULTIKEY", "actionTarget" : "MULTIKEY",
"caption" : "看板测试界面行为1", "caption" : "看板测试界面行为1",
"codeName" : "KO_T1", "codeName" : "KO_T1",
...@@ -125495,6 +125582,7 @@ ...@@ -125495,6 +125582,7 @@
"uILogicAttachMode" : "REPLACE", "uILogicAttachMode" : "REPLACE",
"id" : "FieldScript@TEST" "id" : "FieldScript@TEST"
}, { }, {
"actionLevel" : 50,
"actionTarget" : "MULTIKEY", "actionTarget" : "MULTIKEY",
"caption" : "看板测试界面行为1", "caption" : "看板测试界面行为1",
"codeName" : "KO_T1", "codeName" : "KO_T1",
...@@ -130889,6 +130977,7 @@ ...@@ -130889,6 +130977,7 @@
}, },
"uniqueTag" : "TEST__Usr0313350928", "uniqueTag" : "TEST__Usr0313350928",
"getPSUIActionGroupDetails" : [ { "getPSUIActionGroupDetails" : [ {
"actionLevel" : 50,
"caption" : "看板测试界面行为1", "caption" : "看板测试界面行为1",
"detailType" : "DEUIACTION", "detailType" : "DEUIACTION",
"name" : "u095768a", "name" : "u095768a",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册