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

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

上级 e619aa23
......@@ -1306,7 +1306,7 @@
}
} ],
"getPSAppViewRefs" : [ {
"name" : "NEWDATA",
"name" : "EDITDATA",
"realTitle" : "学生编辑视图",
"getRefPSAppView" : {
"modelref" : true,
......@@ -1314,7 +1314,7 @@
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "OPENDATA",
"name" : "NEWDATA",
"realTitle" : "学生编辑视图",
"getRefPSAppView" : {
"modelref" : true,
......@@ -1322,7 +1322,7 @@
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "EDITDATA",
"name" : "OPENDATA",
"realTitle" : "学生编辑视图",
"getRefPSAppView" : {
"modelref" : true,
......@@ -1336,6 +1336,20 @@
"columnEnableFilter" : 2,
"columnEnableLink" : 2,
"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",
"getFetchPSControlAction" : {
"modelref" : true,
......@@ -1351,6 +1365,34 @@
"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",
"logicName" : "主表格",
"getPSAppDataEntity" : {
......@@ -2056,14 +2098,28 @@
}
},
"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,
"enableColFilter" : false,
"enableCustomized" : true,
"enableGroup" : false,
"enablePagingBar" : true,
"enableRowEdit" : false,
"enableRowEdit" : true,
"enableRowEditOrder" : false,
"enableRowNew" : false,
"enableRowNew" : true,
"forceFit" : false,
"hideHeader" : false,
"noSort" : false,
......@@ -2514,6 +2570,70 @@
},
"showCaption" : 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",
"modelid" : "EA055F0F-4292-4BD9-85F4-82D57C5D8655",
......@@ -2571,7 +2691,7 @@
"enableFilter" : true,
"enableImport" : true,
"enableQuickSearch" : true,
"enableRowEdit" : false,
"enableRowEdit" : true,
"enableSearch" : true,
"expandSearchForm" : true,
"rowEditDefault" : false,
......
......@@ -199,7 +199,7 @@
}
} ],
"getPSAppViewRefs" : [ {
"name" : "NEWDATA",
"name" : "EDITDATA",
"realTitle" : "学生编辑视图",
"getRefPSAppView" : {
"modelref" : true,
......@@ -207,7 +207,7 @@
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "OPENDATA",
"name" : "NEWDATA",
"realTitle" : "学生编辑视图",
"getRefPSAppView" : {
"modelref" : true,
......@@ -215,7 +215,7 @@
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "EDITDATA",
"name" : "OPENDATA",
"realTitle" : "学生编辑视图",
"getRefPSAppView" : {
"modelref" : true,
......@@ -229,6 +229,20 @@
"columnEnableFilter" : 2,
"columnEnableLink" : 2,
"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",
"getFetchPSControlAction" : {
"modelref" : true,
......@@ -244,6 +258,34 @@
"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",
"logicName" : "主表格",
"getPSAppDataEntity" : {
......@@ -949,14 +991,28 @@
}
},
"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,
"enableColFilter" : false,
"enableCustomized" : true,
"enableGroup" : false,
"enablePagingBar" : true,
"enableRowEdit" : false,
"enableRowEdit" : true,
"enableRowEditOrder" : false,
"enableRowNew" : false,
"enableRowNew" : true,
"forceFit" : false,
"hideHeader" : false,
"noSort" : false,
......@@ -1407,6 +1463,70 @@
},
"showCaption" : 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",
"modelid" : "EA055F0F-4292-4BD9-85F4-82D57C5D8655",
......@@ -1464,7 +1584,7 @@
"enableFilter" : true,
"enableImport" : true,
"enableQuickSearch" : true,
"enableRowEdit" : false,
"enableRowEdit" : true,
"enableSearch" : true,
"expandSearchForm" : true,
"rowEditDefault" : false,
......
......@@ -5336,6 +5336,7 @@
"uILogicAttachMode" : "REPLACE",
"id" : "FieldScript@TEST"
}, {
"actionLevel" : 50,
"actionTarget" : "MULTIKEY",
"caption" : "看板测试界面行为1",
"codeName" : "KO_T1",
......@@ -10730,6 +10731,7 @@
},
"uniqueTag" : "TEST__Usr0313350928",
"getPSUIActionGroupDetails" : [ {
"actionLevel" : 50,
"caption" : "看板测试界面行为1",
"detailType" : "DEUIACTION",
"name" : "u095768a",
......
......@@ -334,176 +334,6 @@
}
} ],
"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",
"itemType" : "ACTIONITEM",
"name" : "OPERATE",
......@@ -515,10 +345,12 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSUIActionGroupDetails" : [ {
"actionLevel" : 50,
"caption" : "看板测试界面行为1",
"detailType" : "DEUIACTION",
"name" : "u095768a",
"getPSUIAction" : {
"actionLevel" : 50,
"actionTarget" : "MULTIKEY",
"caption" : "看板测试界面行为1",
"codeName" : "KO_T1",
......@@ -1004,6 +836,19 @@
"uniqueTag" : "TEST__Usr0313350928"
},
"enableSort" : false
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.TESTNAME"
},
"caption" : "测试实体名称",
"dataItemName" : "testname",
"itemType" : "DATAITEM",
"name" : "TESTNAME",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"enableSort" : true
} ],
"pagingMode" : 1,
"pagingSize" : 1000,
......
......@@ -1905,176 +1905,6 @@
}
} ],
"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",
"itemType" : "ACTIONITEM",
"name" : "OPERATE",
......@@ -2086,10 +1916,12 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSUIActionGroupDetails" : [ {
"actionLevel" : 50,
"caption" : "看板测试界面行为1",
"detailType" : "DEUIACTION",
"name" : "u095768a",
"getPSUIAction" : {
"actionLevel" : 50,
"actionTarget" : "MULTIKEY",
"caption" : "看板测试界面行为1",
"codeName" : "KO_T1",
......@@ -2575,6 +2407,19 @@
"uniqueTag" : "TEST__Usr0313350928"
},
"enableSort" : false
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.TESTNAME"
},
"caption" : "测试实体名称",
"dataItemName" : "testname",
"itemType" : "DATAITEM",
"name" : "TESTNAME",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"enableSort" : true
} ],
"pagingMode" : 1,
"pagingSize" : 1000,
......
......@@ -334,176 +334,6 @@
}
} ],
"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",
"itemType" : "ACTIONITEM",
"name" : "OPERATE",
......@@ -515,10 +345,12 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSUIActionGroupDetails" : [ {
"actionLevel" : 50,
"caption" : "看板测试界面行为1",
"detailType" : "DEUIACTION",
"name" : "u095768a",
"getPSUIAction" : {
"actionLevel" : 50,
"actionTarget" : "MULTIKEY",
"caption" : "看板测试界面行为1",
"codeName" : "KO_T1",
......@@ -1004,6 +836,19 @@
"uniqueTag" : "TEST__Usr0313350928"
},
"enableSort" : false
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.TESTNAME"
},
"caption" : "测试实体名称",
"dataItemName" : "testname",
"itemType" : "DATAITEM",
"name" : "TESTNAME",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"enableSort" : true
} ],
"pagingMode" : 1,
"pagingSize" : 1000,
......
......@@ -855,176 +855,6 @@
}
} ],
"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",
"itemType" : "ACTIONITEM",
"name" : "OPERATE",
......@@ -1036,10 +866,12 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSUIActionGroupDetails" : [ {
"actionLevel" : 50,
"caption" : "看板测试界面行为1",
"detailType" : "DEUIACTION",
"name" : "u095768a",
"getPSUIAction" : {
"actionLevel" : 50,
"actionTarget" : "MULTIKEY",
"caption" : "看板测试界面行为1",
"codeName" : "KO_T1",
......@@ -1525,6 +1357,19 @@
"uniqueTag" : "TEST__Usr0313350928"
},
"enableSort" : false
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.TESTNAME"
},
"caption" : "测试实体名称",
"dataItemName" : "testname",
"itemType" : "DATAITEM",
"name" : "TESTNAME",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"enableSort" : true
} ],
"pagingMode" : 1,
"pagingSize" : 1000,
......
......@@ -2026,176 +2026,6 @@
}
} ],
"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",
"itemType" : "ACTIONITEM",
"name" : "OPERATE",
......@@ -2207,10 +2037,12 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSUIActionGroupDetails" : [ {
"actionLevel" : 50,
"caption" : "看板测试界面行为1",
"detailType" : "DEUIACTION",
"name" : "u095768a",
"getPSUIAction" : {
"actionLevel" : 50,
"actionTarget" : "MULTIKEY",
"caption" : "看板测试界面行为1",
"codeName" : "KO_T1",
......@@ -2696,6 +2528,19 @@
"uniqueTag" : "TEST__Usr0313350928"
},
"enableSort" : false
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.TESTNAME"
},
"caption" : "测试实体名称",
"dataItemName" : "testname",
"itemType" : "DATAITEM",
"name" : "TESTNAME",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"enableSort" : true
} ],
"pagingMode" : 1,
"pagingSize" : 1000,
......
......@@ -131,6 +131,7 @@
"rawContent" : "直接内容",
"showCaption" : true
}, {
"actionLevel" : 50,
"caption" : "看板测试界面行为1",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
......@@ -141,6 +142,7 @@
"id" : "toolbar_deuiaction2"
},
"getPSUIAction" : {
"actionLevel" : 50,
"actionTarget" : "MULTIKEY",
"caption" : "看板测试界面行为1",
"codeName" : "KO_T1",
......
......@@ -1337,7 +1337,7 @@
}
} ],
"getPSAppViewRefs" : [ {
"name" : "NEWDATA",
"name" : "EDITDATA",
"realTitle" : "学生编辑视图",
"getRefPSAppView" : {
"modelref" : true,
......@@ -1345,7 +1345,7 @@
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "OPENDATA",
"name" : "NEWDATA",
"realTitle" : "学生编辑视图",
"getRefPSAppView" : {
"modelref" : true,
......@@ -1353,7 +1353,7 @@
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "EDITDATA",
"name" : "OPENDATA",
"realTitle" : "学生编辑视图",
"getRefPSAppView" : {
"modelref" : true,
......@@ -1367,6 +1367,20 @@
"columnEnableFilter" : 2,
"columnEnableLink" : 2,
"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",
"getFetchPSControlAction" : {
"modelref" : true,
......@@ -1382,6 +1396,34 @@
"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",
"logicName" : "主表格",
"getPSAppDataEntity" : {
......@@ -2087,14 +2129,28 @@
}
},
"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,
"enableColFilter" : false,
"enableCustomized" : true,
"enableGroup" : false,
"enablePagingBar" : true,
"enableRowEdit" : false,
"enableRowEdit" : true,
"enableRowEditOrder" : false,
"enableRowNew" : false,
"enableRowNew" : true,
"forceFit" : false,
"hideHeader" : false,
"noSort" : false,
......@@ -2545,6 +2601,70 @@
},
"showCaption" : 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",
"modelid" : "EA055F0F-4292-4BD9-85F4-82D57C5D8655",
......@@ -2602,7 +2722,7 @@
"enableFilter" : true,
"enableImport" : true,
"enableQuickSearch" : true,
"enableRowEdit" : false,
"enableRowEdit" : true,
"enableSearch" : true,
"expandSearchForm" : true,
"rowEditDefault" : false,
......
......@@ -1332,7 +1332,7 @@
}
} ],
"getPSAppViewRefs" : [ {
"name" : "NEWDATA",
"name" : "EDITDATA",
"realTitle" : "学生编辑视图",
"getRefPSAppView" : {
"modelref" : true,
......@@ -1340,7 +1340,7 @@
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "OPENDATA",
"name" : "NEWDATA",
"realTitle" : "学生编辑视图",
"getRefPSAppView" : {
"modelref" : true,
......@@ -1348,7 +1348,7 @@
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "EDITDATA",
"name" : "OPENDATA",
"realTitle" : "学生编辑视图",
"getRefPSAppView" : {
"modelref" : true,
......@@ -1362,6 +1362,20 @@
"columnEnableFilter" : 2,
"columnEnableLink" : 2,
"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",
"getFetchPSControlAction" : {
"modelref" : true,
......@@ -1377,6 +1391,34 @@
"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",
"logicName" : "主表格",
"getPSAppDataEntity" : {
......@@ -2082,14 +2124,28 @@
}
},
"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,
"enableColFilter" : false,
"enableCustomized" : true,
"enableGroup" : false,
"enablePagingBar" : true,
"enableRowEdit" : false,
"enableRowEdit" : true,
"enableRowEditOrder" : false,
"enableRowNew" : false,
"enableRowNew" : true,
"forceFit" : false,
"hideHeader" : false,
"noSort" : false,
......@@ -2540,6 +2596,70 @@
},
"showCaption" : 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",
"modelid" : "EA055F0F-4292-4BD9-85F4-82D57C5D8655",
......@@ -2597,7 +2717,7 @@
"enableFilter" : true,
"enableImport" : true,
"enableQuickSearch" : true,
"enableRowEdit" : false,
"enableRowEdit" : true,
"enableSearch" : true,
"expandSearchForm" : true,
"rowEditDefault" : false,
......
......@@ -73,7 +73,7 @@
}
} ],
"getPSAppViewRefs" : [ {
"name" : "NEWDATA",
"name" : "EDITDATA",
"realTitle" : "学生编辑视图",
"getRefPSAppView" : {
"modelref" : true,
......@@ -81,7 +81,7 @@
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "OPENDATA",
"name" : "NEWDATA",
"realTitle" : "学生编辑视图",
"getRefPSAppView" : {
"modelref" : true,
......@@ -89,7 +89,7 @@
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "EDITDATA",
"name" : "OPENDATA",
"realTitle" : "学生编辑视图",
"getRefPSAppView" : {
"modelref" : true,
......@@ -103,6 +103,20 @@
"columnEnableFilter" : 2,
"columnEnableLink" : 2,
"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",
"getFetchPSControlAction" : {
"modelref" : true,
......@@ -118,6 +132,34 @@
"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",
"logicName" : "主表格",
"getPSAppDataEntity" : {
......@@ -823,14 +865,28 @@
}
},
"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,
"enableColFilter" : false,
"enableCustomized" : true,
"enableGroup" : false,
"enablePagingBar" : true,
"enableRowEdit" : false,
"enableRowEdit" : true,
"enableRowEditOrder" : false,
"enableRowNew" : false,
"enableRowNew" : true,
"forceFit" : false,
"hideHeader" : false,
"noSort" : false,
......@@ -1281,6 +1337,70 @@
},
"showCaption" : 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",
"modelid" : "EA055F0F-4292-4BD9-85F4-82D57C5D8655",
......@@ -1338,7 +1458,7 @@
"enableFilter" : true,
"enableImport" : true,
"enableQuickSearch" : true,
"enableRowEdit" : false,
"enableRowEdit" : true,
"enableSearch" : true,
"expandSearchForm" : true,
"rowEditDefault" : false,
......
......@@ -227,7 +227,7 @@
}
} ],
"getPSAppViewRefs" : [ {
"name" : "NEWDATA",
"name" : "EDITDATA",
"realTitle" : "学生编辑视图",
"getRefPSAppView" : {
"modelref" : true,
......@@ -235,7 +235,7 @@
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "OPENDATA",
"name" : "NEWDATA",
"realTitle" : "学生编辑视图",
"getRefPSAppView" : {
"modelref" : true,
......@@ -243,7 +243,7 @@
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "EDITDATA",
"name" : "OPENDATA",
"realTitle" : "学生编辑视图",
"getRefPSAppView" : {
"modelref" : true,
......@@ -257,6 +257,20 @@
"columnEnableFilter" : 2,
"columnEnableLink" : 2,
"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",
"getFetchPSControlAction" : {
"modelref" : true,
......@@ -272,6 +286,34 @@
"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",
"logicName" : "主表格",
"getPSAppDataEntity" : {
......@@ -977,14 +1019,28 @@
}
},
"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,
"enableColFilter" : false,
"enableCustomized" : true,
"enableGroup" : false,
"enablePagingBar" : true,
"enableRowEdit" : false,
"enableRowEdit" : true,
"enableRowEditOrder" : false,
"enableRowNew" : false,
"enableRowNew" : true,
"forceFit" : false,
"hideHeader" : false,
"noSort" : false,
......@@ -1435,6 +1491,70 @@
},
"showCaption" : 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",
"modelid" : "EA055F0F-4292-4BD9-85F4-82D57C5D8655",
......@@ -1492,7 +1612,7 @@
"enableFilter" : true,
"enableImport" : true,
"enableQuickSearch" : true,
"enableRowEdit" : false,
"enableRowEdit" : true,
"enableSearch" : true,
"expandSearchForm" : true,
"rowEditDefault" : false,
......
......@@ -1530,7 +1530,7 @@
}
} ],
"getPSAppViewRefs" : [ {
"name" : "NEWDATA",
"name" : "EDITDATA",
"realTitle" : "学生编辑视图",
"getRefPSAppView" : {
"modelref" : true,
......@@ -1538,7 +1538,7 @@
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "OPENDATA",
"name" : "NEWDATA",
"realTitle" : "学生编辑视图",
"getRefPSAppView" : {
"modelref" : true,
......@@ -1546,7 +1546,7 @@
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "EDITDATA",
"name" : "OPENDATA",
"realTitle" : "学生编辑视图",
"getRefPSAppView" : {
"modelref" : true,
......@@ -1560,6 +1560,20 @@
"columnEnableFilter" : 2,
"columnEnableLink" : 2,
"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",
"getFetchPSControlAction" : {
"modelref" : true,
......@@ -1575,6 +1589,34 @@
"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",
"logicName" : "主表格",
"getPSAppDataEntity" : {
......@@ -2280,14 +2322,28 @@
}
},
"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,
"enableColFilter" : false,
"enableCustomized" : true,
"enableGroup" : false,
"enablePagingBar" : true,
"enableRowEdit" : false,
"enableRowEdit" : true,
"enableRowEditOrder" : false,
"enableRowNew" : false,
"enableRowNew" : true,
"forceFit" : false,
"hideHeader" : false,
"noSort" : false,
......@@ -2738,6 +2794,70 @@
},
"showCaption" : 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",
"modelid" : "EA055F0F-4292-4BD9-85F4-82D57C5D8655",
......@@ -2795,7 +2915,7 @@
"enableFilter" : true,
"enableImport" : true,
"enableQuickSearch" : true,
"enableRowEdit" : false,
"enableRowEdit" : true,
"enableSearch" : true,
"expandSearchForm" : true,
"rowEditDefault" : false,
......
......@@ -1823,10 +1823,12 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSUIActionGroupDetails" : [ {
"actionLevel" : 50,
"caption" : "看板测试界面行为1",
"detailType" : "DEUIACTION",
"name" : "u095768a",
"getPSUIAction" : {
"actionLevel" : 50,
"actionTarget" : "MULTIKEY",
"caption" : "看板测试界面行为1",
"codeName" : "KO_T1",
......
......@@ -18465,7 +18465,7 @@
}
} ],
"getPSAppViewRefs" : [ {
"name" : "NEWDATA",
"name" : "EDITDATA",
"realTitle" : "学生编辑视图",
"getRefPSAppView" : {
"modelref" : true,
......@@ -18473,7 +18473,7 @@
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "OPENDATA",
"name" : "NEWDATA",
"realTitle" : "学生编辑视图",
"getRefPSAppView" : {
"modelref" : true,
......@@ -18481,7 +18481,7 @@
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "EDITDATA",
"name" : "OPENDATA",
"realTitle" : "学生编辑视图",
"getRefPSAppView" : {
"modelref" : true,
......@@ -18495,6 +18495,20 @@
"columnEnableFilter" : 2,
"columnEnableLink" : 2,
"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",
"getFetchPSControlAction" : {
"modelref" : true,
......@@ -18510,6 +18524,34 @@
"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",
"logicName" : "主表格",
"getPSAppDataEntity" : {
......@@ -19215,14 +19257,28 @@
}
},
"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,
"enableColFilter" : false,
"enableCustomized" : true,
"enableGroup" : false,
"enablePagingBar" : true,
"enableRowEdit" : false,
"enableRowEdit" : true,
"enableRowEditOrder" : false,
"enableRowNew" : false,
"enableRowNew" : true,
"forceFit" : false,
"hideHeader" : false,
"noSort" : false,
......@@ -19673,6 +19729,70 @@
},
"showCaption" : 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",
"modelid" : "EA055F0F-4292-4BD9-85F4-82D57C5D8655",
......@@ -19730,7 +19850,7 @@
"enableFilter" : true,
"enableImport" : true,
"enableQuickSearch" : true,
"enableRowEdit" : false,
"enableRowEdit" : true,
"enableSearch" : true,
"expandSearchForm" : true,
"rowEditDefault" : false,
......@@ -74483,176 +74603,6 @@
}
} ],
"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",
"itemType" : "ACTIONITEM",
"name" : "OPERATE",
......@@ -74664,10 +74614,12 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSUIActionGroupDetails" : [ {
"actionLevel" : 50,
"caption" : "看板测试界面行为1",
"detailType" : "DEUIACTION",
"name" : "u095768a",
"getPSUIAction" : {
"actionLevel" : 50,
"actionTarget" : "MULTIKEY",
"caption" : "看板测试界面行为1",
"codeName" : "KO_T1",
......@@ -75153,6 +75105,19 @@
"uniqueTag" : "TEST__Usr0313350928"
},
"enableSort" : false
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.TESTNAME"
},
"caption" : "测试实体名称",
"dataItemName" : "testname",
"itemType" : "DATAITEM",
"name" : "TESTNAME",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"enableSort" : true
} ],
"pagingMode" : 1,
"pagingSize" : 1000,
......@@ -79704,7 +79669,7 @@
}
} ],
"getPSAppViewRefs" : [ {
"name" : "NEWDATA",
"name" : "EDITDATA",
"realTitle" : "学生编辑视图",
"getRefPSAppView" : {
"modelref" : true,
......@@ -79712,7 +79677,7 @@
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "OPENDATA",
"name" : "NEWDATA",
"realTitle" : "学生编辑视图",
"getRefPSAppView" : {
"modelref" : true,
......@@ -79720,7 +79685,7 @@
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "EDITDATA",
"name" : "OPENDATA",
"realTitle" : "学生编辑视图",
"getRefPSAppView" : {
"modelref" : true,
......@@ -79734,6 +79699,20 @@
"columnEnableFilter" : 2,
"columnEnableLink" : 2,
"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",
"getFetchPSControlAction" : {
"modelref" : true,
......@@ -79749,6 +79728,34 @@
"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",
"logicName" : "主表格",
"getPSAppDataEntity" : {
......@@ -80454,14 +80461,28 @@
}
},
"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,
"enableColFilter" : false,
"enableCustomized" : true,
"enableGroup" : false,
"enablePagingBar" : true,
"enableRowEdit" : false,
"enableRowEdit" : true,
"enableRowEditOrder" : false,
"enableRowNew" : false,
"enableRowNew" : true,
"forceFit" : false,
"hideHeader" : false,
"noSort" : false,
......@@ -80912,6 +80933,70 @@
},
"showCaption" : 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",
"modelid" : "EA055F0F-4292-4BD9-85F4-82D57C5D8655",
......@@ -80969,7 +81054,7 @@
"enableFilter" : true,
"enableImport" : true,
"enableQuickSearch" : true,
"enableRowEdit" : false,
"enableRowEdit" : true,
"enableSearch" : true,
"expandSearchForm" : true,
"rowEditDefault" : false,
......@@ -84526,6 +84611,7 @@
"rawContent" : "直接内容",
"showCaption" : true
}, {
"actionLevel" : 50,
"caption" : "看板测试界面行为1",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
......@@ -84536,6 +84622,7 @@
"id" : "toolbar_deuiaction2"
},
"getPSUIAction" : {
"actionLevel" : 50,
"actionTarget" : "MULTIKEY",
"caption" : "看板测试界面行为1",
"codeName" : "KO_T1",
......@@ -125495,6 +125582,7 @@
"uILogicAttachMode" : "REPLACE",
"id" : "FieldScript@TEST"
}, {
"actionLevel" : 50,
"actionTarget" : "MULTIKEY",
"caption" : "看板测试界面行为1",
"codeName" : "KO_T1",
......@@ -130889,6 +130977,7 @@
},
"uniqueTag" : "TEST__Usr0313350928",
"getPSUIActionGroupDetails" : [ {
"actionLevel" : 50,
"caption" : "看板测试界面行为1",
"detailType" : "DEUIACTION",
"name" : "u095768a",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册