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

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

上级 2b9a3018
...@@ -1432,16 +1432,16 @@ ...@@ -1432,16 +1432,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
}, { }, {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
} ] } ]
}, { }, {
......
...@@ -91,15 +91,42 @@ ...@@ -91,15 +91,42 @@
"getPSAppViewEngines" : [ { "getPSAppViewEngines" : [ {
"engineCat" : "CTRL", "engineCat" : "CTRL",
"engineType" : "CtrlLoadAndSearch", "engineType" : "CtrlLoadAndSearch",
"name" : "engine_searchform_default" "name" : "engine_searchform_default",
"getPSUIEngineParams" : [ {
"ctrlName" : "searchform",
"name" : "CTRL",
"paramType" : "CTRL"
}, {
"ctrlName" : "grid",
"name" : "TRIGGER",
"paramType" : "CTRL"
} ]
}, { }, {
"engineCat" : "CTRL", "engineCat" : "CTRL",
"engineType" : "CtrlLoadAndSearch", "engineType" : "CtrlLoadAndSearch",
"name" : "engine_searchform1_default" "name" : "engine_searchform1_default",
"getPSUIEngineParams" : [ {
"ctrlName" : "searchform1",
"name" : "CTRL",
"paramType" : "CTRL"
}, {
"ctrlName" : "dataview",
"name" : "TRIGGER",
"paramType" : "CTRL"
} ]
}, { }, {
"engineCat" : "CTRL", "engineCat" : "CTRL",
"engineType" : "CtrlLoadTrigger", "engineType" : "CtrlLoadTrigger",
"name" : "engine_dataview_default" "name" : "engine_dataview_default",
"getPSUIEngineParams" : [ {
"ctrlName" : "dataview",
"name" : "CTRL",
"paramType" : "CTRL"
}, {
"ctrlName" : "searchform1",
"name" : "TRIGGER",
"paramType" : "CTRL"
} ]
} ], } ],
"getPSControls" : [ { "getPSControls" : [ {
"aggMode" : "NONE", "aggMode" : "NONE",
......
...@@ -19,7 +19,16 @@ ...@@ -19,7 +19,16 @@
}, { }, {
"engineCat" : "CTRL", "engineCat" : "CTRL",
"engineType" : "CtrlLoadTrigger", "engineType" : "CtrlLoadTrigger",
"name" : "engine_chart_default" "name" : "engine_chart_default",
"getPSUIEngineParams" : [ {
"ctrlName" : "chart",
"name" : "CTRL",
"paramType" : "CTRL"
}, {
"ctrlName" : "searchform",
"name" : "TRIGGER",
"paramType" : "CTRL"
} ]
} ], } ],
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "Usr0301702104", "codeName" : "Usr0301702104",
......
...@@ -110,802 +110,398 @@ ...@@ -110,802 +110,398 @@
} }
} ], } ],
"getPSControls" : [ { "getPSControls" : [ {
"aggMode" : "NONE", "codeName" : "GridViewtoolbar",
"codeName" : "Main", "controlType" : "TOOLBAR",
"columnEnableFilter" : 2, "logicName" : "工具栏模板(默认表格界面)",
"columnEnableLink" : 2, "name" : "toolbar",
"controlType" : "GRID",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song/PSGRIDS/Main.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
},
"groupMode" : "NONE",
"logicName" : "主表格",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}, },
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, {
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
} ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false,
"id" : "数据表格处理器"
},
"getPSControlParam" : { "getPSControlParam" : {
"autoLoad" : true, "id" : "TOOLBAR"
"showBusyIndicator" : true,
"id" : "GRID"
}, },
"getPSDEGridColumns" : [ { "getPSDEToolbarItems" : [ {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "歌曲标识", "defaultContent" : "新建",
"lanResTag" : "DEF.LNAME.SONGID", "lanResTag" : "TBB.TEXT.*.NEW",
"lanResType" : "DEF.LNAME", "lanResType" : "TBB.TEXT",
"name" : "属性逻辑名称(DEF.LNAME.*)[SONGID]", "name" : "工具栏按钮文本[*.NEW]",
"refFlag" : true "refFlag" : true
}, },
"caption" : "序号", "caption" : "新建",
"codeName" : "srfserialnum", "groupExtractMode" : "ITEM",
"columnType" : "DEFGRIDCOLUMN", "itemType" : "DEUIACTION",
"dataItemName" : "songid", "name" : "tbitem3",
"excelCaption" : "序号", "noPrivDisplayMode" : 2,
"name" : "srfserialnum", "getPSAppViewUIAction" : {
"noPrivDisplayMode" : 1, "modelref" : true,
"getPSAppDEField" : { "id" : "toolbar_tbitem3"
"name" : "SONGID",
"codeName" : "SongId"
},
"width" : 100,
"widthUnit" : "PX",
"enableSort" : false
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"getCapPSLanguageRes" : {
"defaultContent" : "歌曲名称",
"lanResTag" : "DEF.LNAME.SONGNAME",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[SONGNAME]",
"refFlag" : true
}, },
"caption" : "歌曲名称", "getPSSysImage" : {
"codeName" : "songname", "glyph" : "xf0f6@FontAwesome",
"columnType" : "DEFGRIDCOLUMN", "cssClass" : "fa fa-file-text-o"
"dataItemName" : "songname",
"excelCaption" : "歌曲名称",
"name" : "songname",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "SONGNAME",
"codeName" : "SongName"
}, },
"width" : 150, "getPSUIAction" : {
"widthUnit" : "PX", "getCapPSLanguageRes" : {
"enableRowEdit" : true, "defaultContent" : "新建",
"enableSort" : true "lanResTag" : "TBB.TEXT.*.NEW",
}, { "lanResType" : "TBB.TEXT",
"align" : "LEFT", "name" : "工具栏按钮文本[*.NEW]",
"cLConvertMode" : "FRONT", "refFlag" : true
"caption" : "语言", },
"codeName" : "language", "caption" : "新建",
"columnType" : "DEFGRIDCOLUMN", "codeName" : "New",
"dataItemName" : "language", "fullCodeName" : "New",
"excelCaption" : "语言", "name" : "表格界面_新建操作",
"name" : "language", "getPSSysImage" : {
"noPrivDisplayMode" : 1, "glyph" : "xf0f6@FontAwesome",
"getPSAppCodeList" : { "cssClass" : "fa fa-file-text-o"
"modelref" : true, },
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SongLanguage.json" "predefinedType" : "GRIDVIEW_NEWACTION",
"refreshMode" : 1,
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "新建",
"lanResTag" : "TBB.TOOLTIP.*.NEW",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.NEW]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "New",
"uIActionType" : "DEUIACTION",
"reloadData" : true
}, },
"getPSAppDEField" : { "tooltip" : "新建",
"name" : "LANGUAGE", "getTooltipPSLanguageRes" : {
"codeName" : "Language" "defaultContent" : "新建",
"lanResTag" : "TBB.TOOLTIP.*.NEW",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.NEW]",
"refFlag" : true
}, },
"width" : 150, "showCaption" : true,
"widthUnit" : "PX", "showIcon" : true
"enableRowEdit" : true,
"enableSort" : true
}, { }, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "更新人", "defaultContent" : "编辑",
"lanResTag" : "DEF.LNAME.UPDATEMAN", "lanResTag" : "TBB.TEXT.*.EDIT",
"lanResType" : "DEF.LNAME", "lanResType" : "TBB.TEXT",
"name" : "属性逻辑名称(DEF.LNAME.*)[UPDATEMAN]", "name" : "工具栏按钮文本[*.EDIT]",
"refFlag" : true "refFlag" : true
}, },
"caption" : "更新人", "caption" : "编辑",
"codeName" : "updateman", "groupExtractMode" : "ITEM",
"columnType" : "DEFGRIDCOLUMN", "itemType" : "DEUIACTION",
"dataItemName" : "updateman", "name" : "tbitem4",
"excelCaption" : "更新人", "noPrivDisplayMode" : 2,
"name" : "updateman", "getPSAppViewUIAction" : {
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json" "id" : "toolbar_tbitem4"
}, },
"getPSAppDEField" : { "getPSSysImage" : {
"name" : "UPDATEMAN", "glyph" : "xf044@FontAwesome",
"codeName" : "UpdateMan" "cssClass" : "fa fa-edit"
}, },
"width" : 150, "getPSUIAction" : {
"widthUnit" : "PX", "actionTarget" : "SINGLEKEY",
"enableSort" : true "getCapPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TEXT.*.EDIT",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.EDIT]",
"refFlag" : true
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.EDIT]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "编辑",
"getTooltipPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.EDIT]",
"refFlag" : true
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, { }, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "更新时间", "defaultContent" : "拷贝",
"lanResTag" : "DEF.LNAME.UPDATEDATE", "lanResTag" : "TBB.TEXT.*.COPY",
"lanResType" : "DEF.LNAME", "lanResType" : "TBB.TEXT",
"name" : "属性逻辑名称(DEF.LNAME.*)[UPDATEDATE]", "name" : "工具栏按钮文本[*.COPY]",
"refFlag" : true "refFlag" : true
}, },
"caption" : "更新时间", "caption" : "拷贝",
"codeName" : "updatedate", "groupExtractMode" : "ITEM",
"columnType" : "DEFGRIDCOLUMN", "itemType" : "DEUIACTION",
"dataItemName" : "updatedate", "name" : "tbitem6",
"excelCaption" : "更新时间", "noPrivDisplayMode" : 2,
"name" : "updatedate", "getPSAppViewUIAction" : {
"noPrivDisplayMode" : 1, "modelref" : true,
"getPSAppDEField" : { "id" : "toolbar_tbitem6"
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}, },
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "getPSSysImage" : {
"width" : 150, "glyph" : "xf0c5@FontAwesome",
"widthUnit" : "PX", "cssClass" : "fa fa-copy"
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "songid",
"getPSAppDEField" : {
"name" : "SONGID",
"codeName" : "SongId"
}
}, {
"dataType" : 25,
"name" : "songname",
"getPSAppDEField" : {
"name" : "SONGNAME",
"codeName" : "SongName"
}
}, {
"dataType" : 25,
"name" : "language",
"getPSAppDEField" : {
"name" : "LANGUAGE",
"codeName" : "Language"
}
}, {
"dataType" : 25,
"name" : "updateman",
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}
}, {
"format" : "YYYY-MM-DD HH:mm:ss",
"dataType" : 5,
"name" : "updatedate",
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}
}, {
"dataType" : 25,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "SONGID",
"codeName" : "SongId"
}
}, {
"dataType" : 25,
"name" : "srfdataaccaction",
"getPSAppDEField" : {
"name" : "SONGID",
"codeName" : "SongId"
}, },
"dataAccessAction" : true "getPSUIAction" : {
}, { "actionTarget" : "SINGLEKEY",
"dataType" : 25, "getCapPSLanguageRes" : {
"name" : "srfmajortext", "defaultContent" : "拷贝",
"getPSAppDEField" : { "lanResTag" : "TBB.TEXT.*.COPY",
"name" : "SONGNAME", "lanResType" : "TBB.TEXT",
"codeName" : "SongName" "name" : "工具栏按钮文本[*.COPY]",
} "refFlag" : true
} ], },
"getPSDEGridEditItems" : [ { "caption" : "拷贝",
"caption" : "歌曲名称", "codeName" : "Copy",
"codeName" : "songname", "fullCodeName" : "Copy",
"enableCond" : 3, "name" : "表格界面_拷贝操作",
"ignoreInput" : 0, "getPSSysImage" : {
"name" : "songname", "glyph" : "xf0c5@FontAwesome",
"getPSAppDEField" : { "cssClass" : "fa fa-copy"
"name" : "SONGNAME", },
"codeName" : "SongName" "predefinedType" : "GRIDVIEW_COPYACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "拷贝",
"lanResTag" : "TBB.TOOLTIP.*.COPY",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.COPY]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "Copy",
"uIActionType" : "DEUIACTION"
}, },
"getPSEditor" : { "tooltip" : "拷贝",
"editorType" : "TEXTBOX", "getTooltipPSLanguageRes" : {
"maxLength" : 200, "defaultContent" : "拷贝",
"name" : "songname" "lanResTag" : "TBB.TOOLTIP.*.COPY",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.COPY]",
"refFlag" : true
}, },
"allowEmpty" : true "uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, { }, {
"caption" : "语言", "itemType" : "SEPERATOR",
"codeName" : "language", "name" : "tbitem7",
"enableCond" : 3, "spanMode" : false
"ignoreInput" : 0, }, {
"name" : "language", "caption" : "行编辑",
"getPSAppDEField" : { "groupExtractMode" : "ITEM",
"name" : "LANGUAGE", "itemType" : "DEUIACTION",
"codeName" : "Language" "name" : "tbitem24",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem24"
}, },
"getPSEditor" : { "getPSSysImage" : {
"editorType" : "DROPDOWNLIST", "glyph" : "xf0ce@FontAwesome",
"name" : "language", "cssClass" : "fa fa-table"
"getPSAppCodeList" : { },
"modelref" : true, "getPSUIAction" : {
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SongLanguage.json" "caption" : "行编辑",
"codeName" : "ToggleRowEdit",
"fullCodeName" : "ToggleRowEdit",
"name" : "表格界面_行编辑开关操作",
"getPSSysImage" : {
"glyph" : "xf0ce@FontAwesome",
"cssClass" : "fa fa-table"
}, },
"singleSelect" : true "predefinedType" : "GRIDVIEW_ROWEDITACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "ToggleRowEdit",
"uIActionType" : "DEUIACTION",
"enableToggleMode" : true
}, },
"allowEmpty" : true, "tooltip" : "行编辑",
"needCodeListConfig" : true "enableToggleMode" : true,
"hiddenItem" : true,
"showCaption" : true,
"showIcon" : true
}, { }, {
"caption" : "歌曲标识", "caption" : "新建行",
"codeName" : "srfkey", "groupExtractMode" : "ITEM",
"enableCond" : 3, "itemType" : "DEUIACTION",
"ignoreInput" : 0, "name" : "tbitem25",
"name" : "srfkey", "noPrivDisplayMode" : 2,
"getPSAppDEField" : { "getPSAppViewUIAction" : {
"name" : "SONGID", "modelref" : true,
"codeName" : "SongId" "id" : "toolbar_tbitem25"
}, },
"getPSEditor" : { "getPSSysImage" : {
"editorType" : "HIDDEN", "glyph" : "xf067@FontAwesome",
"name" : "srfkey" "cssClass" : "fa fa-plus"
}, },
"allowEmpty" : true "getPSUIAction" : {
} ], "caption" : "新建行",
"pagingSize" : 20, "codeName" : "NewRow",
"getRemovePSControlAction" : { "fullCodeName" : "NewRow",
"actionName" : "Remove", "name" : "表格界面_新建行",
"actionType" : "DEACTION", "getPSSysImage" : {
"dataAccessAction" : "DELETE", "glyph" : "xf067@FontAwesome",
"name" : "remove", "cssClass" : "fa fa-plus"
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
},
"sortMode" : "REMOTE",
"hasWFDataItems" : false,
"enableColFilter" : false,
"enableCustomized" : true,
"enableGroup" : false,
"enablePagingBar" : true,
"enableRowEdit" : false,
"enableRowEditOrder" : false,
"enableRowNew" : false,
"forceFit" : false,
"hideHeader" : false,
"noSort" : false,
"singleSelect" : false,
"name" : "grid",
"modelid" : "1c0ce80c26d46a131aee3d06338aa7a4",
"modeltype" : "PSDEGRID"
}, {
"codeName" : "Default",
"controlType" : "SEARCHFORM",
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song/PSSEARCHFORMS/Default.json",
"logicName" : "默认搜索表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
},
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionType" : "FILTERACTION",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterGet"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, {
"actionType" : "FILTERACTION",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterGetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, {
"actionType" : "FILTERACTION",
"name" : "search",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterSearch"
}, },
"getPSAppDataEntity" : { "predefinedType" : "GRIDVIEW_NEWROWACTION",
"modelref" : true, "timeout" : 60000,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json" "uIActionMode" : "SYS",
} "uIActionTag" : "NewRow",
} ], "uIActionType" : "DEUIACTION"
"enableDEFieldPrivilege" : false,
"id" : "搜索表单处理器"
},
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "SEARCHFORM"
},
"getPSDEFormPages" : [ {
"getCapPSLanguageRes" : {
"defaultContent" : "常规条件",
"lanResTag" : "CONTROL.DEFORM.SONG.DEFAULT.FORMPAGE.FORMPAGE1",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.SONG.DEFAULT.FORMPAGE.FORMPAGE1]",
"refFlag" : true
},
"caption" : "常规条件",
"codeName" : "formpage1",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage1",
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false "tooltip" : "新建行",
} ], "showCaption" : true,
"getPSLayout" : { "showIcon" : true
"childColLG" : -1, }, {
"childColMD" : 24, "itemType" : "SEPERATOR",
"childColSM" : -1, "name" : "tbitem26",
"childColXS" : -1, "spanMode" : false
"columnCount" : 24, }, {
"layout" : "TABLE_24COL"
},
"searchButtonStyle" : "DEFAULT",
"tabHeaderPos" : "TOP",
"enableAdvanceSearch" : false,
"enableAutoSearch" : false,
"enableFilterSave" : false,
"noTabHeader" : true,
"name" : "searchform",
"modelid" : "3bf8f44d195cfa5377c4437d5214d882",
"modeltype" : "PSDEFORM_SEARCHFORM"
}, {
"codeName" : "GridViewtoolbar",
"controlType" : "TOOLBAR",
"logicName" : "工具栏模板(默认表格界面)",
"name" : "toolbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
},
"getPSControlParam" : {
"id" : "TOOLBAR"
},
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "新建", "defaultContent" : "删除",
"lanResTag" : "TBB.TEXT.*.NEW", "lanResTag" : "TBB.TEXT.*.REMOVE",
"lanResType" : "TBB.TEXT", "lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.NEW]", "name" : "工具栏按钮文本[*.REMOVE]",
"refFlag" : true "refFlag" : true
}, },
"caption" : "新建", "caption" : "删除",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
"name" : "tbitem3", "name" : "tbitem8",
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem3" "id" : "toolbar_tbitem8"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome", "glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-file-text-o" "cssClass" : "fa fa-remove"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "新建", "defaultContent" : "删除",
"lanResTag" : "TBB.TEXT.*.NEW", "lanResTag" : "TBB.TEXT.*.REMOVE",
"lanResType" : "TBB.TEXT", "lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.NEW]", "name" : "工具栏按钮文本[*.REMOVE]",
"refFlag" : true "refFlag" : true
}, },
"caption" : "新建", "caption" : "删除",
"codeName" : "New", "codeName" : "Remove",
"fullCodeName" : "New", "fullCodeName" : "Remove",
"name" : "表格界面_新建操作", "name" : "表格界面_删除操作",
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome", "glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-file-text-o" "cssClass" : "fa fa-remove"
}, },
"predefinedType" : "GRIDVIEW_NEWACTION", "predefinedType" : "GRIDVIEW_REMOVEACTION",
"refreshMode" : 1,
"timeout" : 60000, "timeout" : 60000,
"getTooltipPSLanguageRes" : { "getTooltipPSLanguageRes" : {
"defaultContent" : "新建", "defaultContent" : "删除",
"lanResTag" : "TBB.TOOLTIP.*.NEW", "lanResTag" : "TBB.TOOLTIP.*.REMOVE",
"lanResType" : "TBB.TOOLTIP", "lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.NEW]", "name" : "工具栏按钮提示[*.REMOVE]",
"refFlag" : true "refFlag" : true
}, },
"uIActionMode" : "SYS", "uIActionMode" : "SYS",
"uIActionTag" : "New", "uIActionTag" : "Remove",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION"
"reloadData" : true
}, },
"tooltip" : "新建", "tooltip" : "删除",
"getTooltipPSLanguageRes" : { "getTooltipPSLanguageRes" : {
"defaultContent" : "新建", "defaultContent" : "删除",
"lanResTag" : "TBB.TOOLTIP.*.NEW", "lanResTag" : "TBB.TOOLTIP.*.REMOVE",
"lanResType" : "TBB.TOOLTIP", "lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.NEW]", "name" : "工具栏按钮提示[*.REMOVE]",
"refFlag" : true "refFlag" : true
}, },
"uIActionTarget" : "MULTIKEY",
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem9",
"spanMode" : false
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "编辑", "defaultContent" : "导出",
"lanResTag" : "TBB.TEXT.*.EDIT", "lanResTag" : "TBB.TEXT.*.EXPORT",
"lanResType" : "TBB.TEXT", "lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.EDIT]", "name" : "工具栏按钮文本[*.EXPORT]",
"refFlag" : true "refFlag" : true
}, },
"caption" : "编辑", "caption" : "导出",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
"name" : "tbitem4", "name" : "tbitem13",
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem4" "id" : "toolbar_tbitem13"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf044@FontAwesome", "glyph" : "xf1c3@FontAwesome",
"cssClass" : "fa fa-edit" "cssClass" : "fa fa-file-excel-o"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "编辑", "defaultContent" : "导出",
"lanResTag" : "TBB.TEXT.*.EDIT", "lanResTag" : "TBB.TEXT.*.EXPORT",
"lanResType" : "TBB.TEXT", "lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.EDIT]", "name" : "工具栏按钮文本[*.EXPORT]",
"refFlag" : true "refFlag" : true
}, },
"caption" : "编辑", "caption" : "导出",
"codeName" : "Edit", "codeName" : "ExportExcel",
"fullCodeName" : "Edit", "fullCodeName" : "ExportExcel",
"name" : "表格界面_编辑操作", "name" : "表格界面_导出操作(Excel)",
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf044@FontAwesome", "glyph" : "xf1c3@FontAwesome",
"cssClass" : "fa fa-edit" "cssClass" : "fa fa-file-excel-o"
}, },
"predefinedType" : "GRIDVIEW_EDITACTION", "predefinedType" : "GRIDVIEW_EXPORTACTION",
"timeout" : 60000, "timeout" : 60000,
"getTooltipPSLanguageRes" : { "getTooltipPSLanguageRes" : {
"defaultContent" : "编辑", "defaultContent" : "导出",
"lanResTag" : "TBB.TOOLTIP.*.EDIT", "lanResTag" : "TBB.TOOLTIP.*.EXPORT",
"lanResType" : "TBB.TOOLTIP", "lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.EDIT]", "name" : "工具栏按钮提示[*.EXPORT]",
"refFlag" : true "refFlag" : true
}, },
"uIActionMode" : "SYS", "uIActionMode" : "SYS",
"uIActionTag" : "Edit", "uIActionTag" : "ExportExcel",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, },
"tooltip" : "编辑", "tooltip" : "导出",
"getTooltipPSLanguageRes" : { "getTooltipPSLanguageRes" : {
"defaultContent" : "编辑", "defaultContent" : "导出",
"lanResTag" : "TBB.TOOLTIP.*.EDIT", "lanResTag" : "TBB.TOOLTIP.*.EXPORT",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.EDIT]",
"refFlag" : true
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "拷贝",
"lanResTag" : "TBB.TEXT.*.COPY",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.COPY]",
"refFlag" : true
},
"caption" : "拷贝",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem6",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem6"
},
"getPSSysImage" : {
"glyph" : "xf0c5@FontAwesome",
"cssClass" : "fa fa-copy"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"defaultContent" : "拷贝",
"lanResTag" : "TBB.TEXT.*.COPY",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.COPY]",
"refFlag" : true
},
"caption" : "拷贝",
"codeName" : "Copy",
"fullCodeName" : "Copy",
"name" : "表格界面_拷贝操作",
"getPSSysImage" : {
"glyph" : "xf0c5@FontAwesome",
"cssClass" : "fa fa-copy"
},
"predefinedType" : "GRIDVIEW_COPYACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "拷贝",
"lanResTag" : "TBB.TOOLTIP.*.COPY",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.COPY]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "Copy",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "拷贝",
"getTooltipPSLanguageRes" : {
"defaultContent" : "拷贝",
"lanResTag" : "TBB.TOOLTIP.*.COPY",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.COPY]",
"refFlag" : true
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem7",
"spanMode" : false
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TEXT.*.REMOVE",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.REMOVE]",
"refFlag" : true
},
"caption" : "删除",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem8",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem8"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"getCapPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TEXT.*.REMOVE",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.REMOVE]",
"refFlag" : true
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TOOLTIP.*.REMOVE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.REMOVE]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "删除",
"getTooltipPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TOOLTIP.*.REMOVE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.REMOVE]",
"refFlag" : true
},
"uIActionTarget" : "MULTIKEY",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem9",
"spanMode" : false
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "导出",
"lanResTag" : "TBB.TEXT.*.EXPORT",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.EXPORT]",
"refFlag" : true
},
"caption" : "导出",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem13",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem13"
},
"getPSSysImage" : {
"glyph" : "xf1c3@FontAwesome",
"cssClass" : "fa fa-file-excel-o"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"defaultContent" : "导出",
"lanResTag" : "TBB.TEXT.*.EXPORT",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.EXPORT]",
"refFlag" : true
},
"caption" : "导出",
"codeName" : "ExportExcel",
"fullCodeName" : "ExportExcel",
"name" : "表格界面_导出操作(Excel)",
"getPSSysImage" : {
"glyph" : "xf1c3@FontAwesome",
"cssClass" : "fa fa-file-excel-o"
},
"predefinedType" : "GRIDVIEW_EXPORTACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "导出",
"lanResTag" : "TBB.TOOLTIP.*.EXPORT",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.EXPORT]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "ExportExcel",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "导出",
"getTooltipPSLanguageRes" : {
"defaultContent" : "导出",
"lanResTag" : "TBB.TOOLTIP.*.EXPORT",
"lanResType" : "TBB.TOOLTIP", "lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.EXPORT]", "name" : "工具栏按钮提示[*.EXPORT]",
"refFlag" : true "refFlag" : true
...@@ -1126,6 +722,38 @@ ...@@ -1126,6 +722,38 @@
}, },
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, {
"caption" : "保存行",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction1",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction1"
},
"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
}, { }, {
"caption" : "数据导入", "caption" : "数据导入",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
...@@ -1162,6 +790,537 @@ ...@@ -1162,6 +790,537 @@
"xDataControlName" : "grid", "xDataControlName" : "grid",
"modelid" : "b912ff540f5614f63914a38067d84728", "modelid" : "b912ff540f5614f63914a38067d84728",
"modeltype" : "PSDETOOLBAR" "modeltype" : "PSDETOOLBAR"
}, {
"codeName" : "Default",
"controlType" : "SEARCHFORM",
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song/PSSEARCHFORMS/Default.json",
"logicName" : "默认搜索表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
},
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionType" : "FILTERACTION",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterGet"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, {
"actionType" : "FILTERACTION",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterGetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, {
"actionType" : "FILTERACTION",
"name" : "search",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterSearch"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
} ],
"enableDEFieldPrivilege" : false,
"id" : "搜索表单处理器"
},
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "SEARCHFORM"
},
"getPSDEFormPages" : [ {
"getCapPSLanguageRes" : {
"defaultContent" : "常规条件",
"lanResTag" : "CONTROL.DEFORM.SONG.DEFAULT.FORMPAGE.FORMPAGE1",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.SONG.DEFAULT.FORMPAGE.FORMPAGE1]",
"refFlag" : true
},
"caption" : "常规条件",
"codeName" : "formpage1",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage1",
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"searchButtonStyle" : "DEFAULT",
"tabHeaderPos" : "TOP",
"enableAdvanceSearch" : false,
"enableAutoSearch" : false,
"enableFilterSave" : false,
"noTabHeader" : true,
"name" : "searchform",
"modelid" : "3bf8f44d195cfa5377c4437d5214d882",
"modeltype" : "PSDEFORM_SEARCHFORM"
}, {
"aggMode" : "NONE",
"codeName" : "Main",
"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/Song.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song/PSGRIDS/Main.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
},
"getGetDraftPSControlAction" : {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
},
"getGetPSControlAction" : {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
},
"groupMode" : "NONE",
"logicName" : "主表格",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
},
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, {
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
} ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false,
"id" : "数据表格处理器"
},
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "GRID"
},
"getPSDEGridColumns" : [ {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"getCapPSLanguageRes" : {
"defaultContent" : "歌曲标识",
"lanResTag" : "DEF.LNAME.SONGID",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[SONGID]",
"refFlag" : true
},
"caption" : "序号",
"codeName" : "srfserialnum",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "songid",
"excelCaption" : "序号",
"name" : "srfserialnum",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "SONGID",
"codeName" : "SongId"
},
"width" : 100,
"widthUnit" : "PX",
"enableSort" : false
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"getCapPSLanguageRes" : {
"defaultContent" : "歌曲名称",
"lanResTag" : "DEF.LNAME.SONGNAME",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[SONGNAME]",
"refFlag" : true
},
"caption" : "歌曲名称",
"codeName" : "songname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "songname",
"excelCaption" : "歌曲名称",
"name" : "songname",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "SONGNAME",
"codeName" : "SongName"
},
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
"caption" : "语言",
"codeName" : "language",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "language",
"excelCaption" : "语言",
"name" : "language",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SongLanguage.json"
},
"getPSAppDEField" : {
"name" : "LANGUAGE",
"codeName" : "Language"
},
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
"getCapPSLanguageRes" : {
"defaultContent" : "更新人",
"lanResTag" : "DEF.LNAME.UPDATEMAN",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[UPDATEMAN]",
"refFlag" : true
},
"caption" : "更新人",
"codeName" : "updateman",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "updateman",
"excelCaption" : "更新人",
"name" : "updateman",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
},
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
},
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"getCapPSLanguageRes" : {
"defaultContent" : "更新时间",
"lanResTag" : "DEF.LNAME.UPDATEDATE",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[UPDATEDATE]",
"refFlag" : true
},
"caption" : "更新时间",
"codeName" : "updatedate",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "updatedate",
"excelCaption" : "更新时间",
"name" : "updatedate",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
},
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "songid",
"getPSAppDEField" : {
"name" : "SONGID",
"codeName" : "SongId"
}
}, {
"dataType" : 25,
"name" : "songname",
"getPSAppDEField" : {
"name" : "SONGNAME",
"codeName" : "SongName"
}
}, {
"dataType" : 25,
"name" : "language",
"getPSAppDEField" : {
"name" : "LANGUAGE",
"codeName" : "Language"
}
}, {
"dataType" : 25,
"name" : "updateman",
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}
}, {
"format" : "YYYY-MM-DD HH:mm:ss",
"dataType" : 5,
"name" : "updatedate",
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}
}, {
"dataType" : 25,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "SONGID",
"codeName" : "SongId"
}
}, {
"dataType" : 25,
"name" : "srfdataaccaction",
"getPSAppDEField" : {
"name" : "SONGID",
"codeName" : "SongId"
},
"dataAccessAction" : true
}, {
"dataType" : 25,
"name" : "srfmajortext",
"getPSAppDEField" : {
"name" : "SONGNAME",
"codeName" : "SongName"
}
} ],
"getPSDEGridEditItems" : [ {
"caption" : "歌曲名称",
"codeName" : "songname",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "songname",
"getPSAppDEField" : {
"name" : "SONGNAME",
"codeName" : "SongName"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 200,
"name" : "songname"
},
"allowEmpty" : true
}, {
"caption" : "语言",
"codeName" : "language",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "language",
"getPSAppDEField" : {
"name" : "LANGUAGE",
"codeName" : "Language"
},
"getPSEditor" : {
"editorType" : "DROPDOWNLIST",
"name" : "language",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SongLanguage.json"
},
"singleSelect" : true
},
"allowEmpty" : true,
"needCodeListConfig" : true
}, {
"caption" : "歌曲标识",
"codeName" : "srfkey",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "SONGID",
"codeName" : "SongId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "srfkey"
},
"allowEmpty" : true
} ],
"pagingSize" : 20,
"getRemovePSControlAction" : {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
},
"sortMode" : "REMOTE",
"getUpdatePSControlAction" : {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
},
"hasWFDataItems" : false,
"enableColFilter" : false,
"enableCustomized" : true,
"enableGroup" : false,
"enablePagingBar" : true,
"enableRowEdit" : true,
"enableRowEditOrder" : false,
"enableRowNew" : true,
"forceFit" : false,
"hideHeader" : false,
"noSort" : false,
"singleSelect" : false,
"name" : "grid",
"modelid" : "1c0ce80c26d46a131aee3d06338aa7a4",
"modeltype" : "PSDEGRID"
}, { }, {
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"name" : "searchbar", "name" : "searchbar",
...@@ -1229,7 +1388,7 @@ ...@@ -1229,7 +1388,7 @@
"enableFilter" : true, "enableFilter" : true,
"enableImport" : true, "enableImport" : true,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableSearch" : true, "enableSearch" : true,
"rowEditDefault" : false, "rowEditDefault" : false,
"modelid" : "AF7ED7F4-8901-4839-B832-4F217855B44D", "modelid" : "AF7ED7F4-8901-4839-B832-4F217855B44D",
......
...@@ -37,7 +37,16 @@ ...@@ -37,7 +37,16 @@
}, { }, {
"engineCat" : "CTRL", "engineCat" : "CTRL",
"engineType" : "CtrlLoadTrigger", "engineType" : "CtrlLoadTrigger",
"name" : "engine_grid_default" "name" : "engine_grid_default",
"getPSUIEngineParams" : [ {
"ctrlName" : "grid",
"name" : "CTRL",
"paramType" : "CTRL"
}, {
"ctrlName" : "toolbar",
"name" : "TRIGGER",
"paramType" : "CTRL"
} ]
} ], } ],
"getPSAppViewLogics" : [ { "getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM", "logicTrigger" : "CUSTOM",
......
...@@ -39,7 +39,12 @@ ...@@ -39,7 +39,12 @@
}, { }, {
"engineCat" : "CTRL", "engineCat" : "CTRL",
"engineType" : "CtrlLoadTrigger", "engineType" : "CtrlLoadTrigger",
"name" : "engine_list_default" "name" : "engine_list_default",
"getPSUIEngineParams" : [ {
"ctrlName" : "list",
"name" : "CTRL",
"paramType" : "CTRL"
} ]
} ], } ],
"getPSAppViewLogics" : [ { "getPSAppViewLogics" : [ {
"eventNames" : "onClick;onViewMounted;onViewDestroyed;onLoadError", "eventNames" : "onClick;onViewMounted;onViewDestroyed;onLoadError",
......
...@@ -98,7 +98,12 @@ ...@@ -98,7 +98,12 @@
}, { }, {
"engineCat" : "CTRL", "engineCat" : "CTRL",
"engineType" : "CtrlLoadTrigger", "engineType" : "CtrlLoadTrigger",
"name" : "engine_list_default" "name" : "engine_list_default",
"getPSUIEngineParams" : [ {
"ctrlName" : "list",
"name" : "CTRL",
"paramType" : "CTRL"
} ]
} ], } ],
"getPSAppViewLogics" : [ { "getPSAppViewLogics" : [ {
"eventNames" : "onClick;onViewMounted;onViewDestroyed;onLoadError", "eventNames" : "onClick;onViewMounted;onViewDestroyed;onLoadError",
......
...@@ -98,7 +98,12 @@ ...@@ -98,7 +98,12 @@
}, { }, {
"engineCat" : "CTRL", "engineCat" : "CTRL",
"engineType" : "CtrlLoadTrigger", "engineType" : "CtrlLoadTrigger",
"name" : "engine_list_default" "name" : "engine_list_default",
"getPSUIEngineParams" : [ {
"ctrlName" : "list",
"name" : "CTRL",
"paramType" : "CTRL"
} ]
} ], } ],
"getPSAppViewLogics" : [ { "getPSAppViewLogics" : [ {
"eventNames" : "onClick;onViewMounted;onViewDestroyed;onLoadError", "eventNames" : "onClick;onViewMounted;onViewDestroyed;onLoadError",
......
...@@ -98,7 +98,12 @@ ...@@ -98,7 +98,12 @@
}, { }, {
"engineCat" : "CTRL", "engineCat" : "CTRL",
"engineType" : "CtrlLoadTrigger", "engineType" : "CtrlLoadTrigger",
"name" : "engine_list_default" "name" : "engine_list_default",
"getPSUIEngineParams" : [ {
"ctrlName" : "list",
"name" : "CTRL",
"paramType" : "CTRL"
} ]
} ], } ],
"getPSAppViewLogics" : [ { "getPSAppViewLogics" : [ {
"eventNames" : "onClick;onViewMounted;onViewDestroyed;onLoadError", "eventNames" : "onClick;onViewMounted;onViewDestroyed;onLoadError",
......
...@@ -98,7 +98,12 @@ ...@@ -98,7 +98,12 @@
}, { }, {
"engineCat" : "CTRL", "engineCat" : "CTRL",
"engineType" : "CtrlLoadTrigger", "engineType" : "CtrlLoadTrigger",
"name" : "engine_list_default" "name" : "engine_list_default",
"getPSUIEngineParams" : [ {
"ctrlName" : "list",
"name" : "CTRL",
"paramType" : "CTRL"
} ]
} ], } ],
"getPSAppViewLogics" : [ { "getPSAppViewLogics" : [ {
"eventNames" : "onClick;onViewMounted;onViewDestroyed;onLoadError", "eventNames" : "onClick;onViewMounted;onViewDestroyed;onLoadError",
......
...@@ -9786,16 +9786,16 @@ ...@@ -9786,16 +9786,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
}, { }, {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
} ] } ]
}, { }, {
...@@ -9824,22 +9824,22 @@ ...@@ -9824,22 +9824,22 @@
"codeName" : "VMGroup3", "codeName" : "VMGroup3",
"name" : "视图消息类型测试", "name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-警告信息", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg4"
} }
}, { }, {
"name" : "消息类型-错误信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg5"
} }
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg4" "id" : "ViewMsg6"
} }
} ] } ]
}, { }, {
...@@ -9856,12 +9856,6 @@ ...@@ -9856,12 +9856,6 @@
"codeName" : "VMGroup4", "codeName" : "VMGroup4",
"name" : "视图消息位置测试", "name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图上方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg7"
}
}, {
"name" : "消息位置-视图下方", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
...@@ -9873,6 +9867,12 @@ ...@@ -9873,6 +9867,12 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg10" "id" : "ViewMsg10"
} }
}, {
"name" : "消息位置-视图上方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg7"
}
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -9896,17 +9896,16 @@ ...@@ -9896,17 +9896,16 @@
"id" : "ViewMsg12" "id" : "ViewMsg12"
} }
}, { }, {
"name" : "消息类型-警告信息", "name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg13"
}, }
"position" : "POPUP"
}, { }, {
"name" : "关闭模式-本次删除-上方-警告", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg8"
} }
}, { }, {
"name" : "消息类型-错误信息", "name" : "消息类型-错误信息",
...@@ -9916,11 +9915,12 @@ ...@@ -9916,11 +9915,12 @@
}, },
"position" : "POPUP" "position" : "POPUP"
}, { }, {
"name" : "关闭模式-无删除-上方-常规", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg5"
} },
"position" : "POPUP"
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -9929,10 +9929,10 @@ ...@@ -9929,10 +9929,10 @@
}, },
"position" : "POPUP" "position" : "POPUP"
}, { }, {
"name" : "消息位置-视图下方", "name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg11"
} }
} ] } ]
}, { }, {
...@@ -9961,16 +9961,16 @@ ...@@ -9961,16 +9961,16 @@
"codeName" : "VMGroup6", "codeName" : "VMGroup6",
"name" : "视图消息动态模式测试", "name" : "视图消息动态模式测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "动态模式-静态内容", "name" : "动态模式-实体数据集",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg15" "id" : "ViewMsg14"
} }
}, { }, {
"name" : "动态模式-实体数据集", "name" : "动态模式-静态内容",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg14" "id" : "ViewMsg15"
} }
} ] } ]
} ], } ],
...@@ -35494,15 +35494,42 @@ ...@@ -35494,15 +35494,42 @@
"getPSAppViewEngines" : [ { "getPSAppViewEngines" : [ {
"engineCat" : "CTRL", "engineCat" : "CTRL",
"engineType" : "CtrlLoadAndSearch", "engineType" : "CtrlLoadAndSearch",
"name" : "engine_searchform_default" "name" : "engine_searchform_default",
"getPSUIEngineParams" : [ {
"ctrlName" : "searchform",
"name" : "CTRL",
"paramType" : "CTRL"
}, {
"ctrlName" : "grid",
"name" : "TRIGGER",
"paramType" : "CTRL"
} ]
}, { }, {
"engineCat" : "CTRL", "engineCat" : "CTRL",
"engineType" : "CtrlLoadAndSearch", "engineType" : "CtrlLoadAndSearch",
"name" : "engine_searchform1_default" "name" : "engine_searchform1_default",
"getPSUIEngineParams" : [ {
"ctrlName" : "searchform1",
"name" : "CTRL",
"paramType" : "CTRL"
}, {
"ctrlName" : "dataview",
"name" : "TRIGGER",
"paramType" : "CTRL"
} ]
}, { }, {
"engineCat" : "CTRL", "engineCat" : "CTRL",
"engineType" : "CtrlLoadTrigger", "engineType" : "CtrlLoadTrigger",
"name" : "engine_dataview_default" "name" : "engine_dataview_default",
"getPSUIEngineParams" : [ {
"ctrlName" : "dataview",
"name" : "CTRL",
"paramType" : "CTRL"
}, {
"ctrlName" : "searchform1",
"name" : "TRIGGER",
"paramType" : "CTRL"
} ]
} ], } ],
"getPSControls" : [ { "getPSControls" : [ {
"aggMode" : "NONE", "aggMode" : "NONE",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册