Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
efc2d5a1
提交
efc2d5a1
编写于
5月 15, 2024
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tony001 发布系统代码 [TrainSys,网页端]
上级
f385cdb9
变更
9
隐藏空白字符变更
内嵌
并排
正在显示
9 个修改的文件
包含
667 行增加
和
948 行删除
+667
-948
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSSYSAPP.json
+255
-2
FILE.json
...bizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/FILE.json
+2
-0
TESTGRID.json
...ab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID.json
+2
-0
FILEGridView.json
...lab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/FILEGridView.json
+2
-0
SongGridView.json
...lab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/SongGridView.json
+108
-473
TESTGRIDGridTestArrangePView.json
...YSAPPS/Web/PSAPPDEVIEWS/TESTGRIDGridTestArrangePView.json
+4
-0
PSSYSAPP.hubsubapp.json
...cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.hubsubapp.json
+2
-0
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+201
-473
PSSYSAPP.simple.json
...el/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.simple.json
+91
-0
未找到文件。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSSYSAPP.json
浏览文件 @
efc2d5a1
...
...
@@ -1086,6 +1086,22 @@
"uIActionMode" : "SYS",
"uIActionTag" : "Search",
"uIActionType" : "DEUIACTION"
}, {
"actionTarget" : "NONE",
"caption" : "最小化",
"codeName" : "ShortCut",
"frontProcessType" : "OTHER",
"fullCodeName" : "ShortCut",
"name" : "最小化",
"getPSSysImage" : {
"glyph" : "xf1d9@FontAwesome",
"cssClass" : "fa fa-send-o"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "ShortCut",
"uIActionType" : "DEUIACTION",
"globalUIAction" : true
}, {
"caption" : "同步数据",
"codeName" : "Synchronize",
...
...
@@ -10977,6 +10993,10 @@
"caption" : "行编辑",
"detailType" : "DEUIACTION",
"name" : "ua98d563",
"getPSSysImage" : {
"glyph" : "xf0f1@FontAwesome",
"cssClass" : "fa fa-stethoscope"
},
"getPSUIAction" : {
"caption" : "行编辑",
"codeName" : "ToggleRowEdit",
...
...
@@ -10993,7 +11013,7 @@
"uIActionType" : "DEUIACTION",
"enableToggleMode" : true
},
"addSeparator" :
tru
e,
"addSeparator" :
fals
e,
"showCaption" : true,
"showIcon" : false
} ],
...
...
@@ -25821,6 +25841,67 @@
"modelref" : true,
"id" : "Begin"
}
}, {
"codeName" : "goback",
"defaultParamName" : "Default",
"logicName" : "返回",
"name" : "返回",
"getPSDEUILogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "RAWJSCODE1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "END1",
"leftPos" : 570,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 290
}, {
"code" : "history.back()\r\nconsole.log('返回', arguments)",
"codeName" : "RAWJSCODE1",
"leftPos" : 271,
"logicNodeType" : "RAWJSCODE",
"name" : "注入脚本代码",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "END1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "RAWJSCODE1"
}
} ],
"topPos" : 276
} ],
"getPSDEUILogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"default" : true,
"entityParam" : true
} ],
"getStartPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
}, {
"codeName" : "gridBeforeLoad",
"defaultParamName" : "Default",
...
...
@@ -38457,7 +38538,11 @@
"caption" : "行编辑",
"detailType" : "DEUIACTION",
"name" : "ua98d563",
"addSeparator" : true,
"getPSSysImage" : {
"glyph" : "xf0f1@FontAwesome",
"cssClass" : "fa fa-stethoscope"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : false,
"getPSUIAction" : {
...
...
@@ -39674,6 +39759,130 @@
"name" : "BOOKCHILD5S",
"stdDataType" : 21,
"stringLength" : 1048576
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "MobileDefault",
"name" : "[USERID][用户标识]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBTEXT",
"name" : "[USERID][用户标识]移动端默认",
"stringLength" : 100,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
}, {
"codeName" : "Default",
"name" : "[USERID][用户标识]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "TEXTBOX",
"name" : "[USERID][用户标识]",
"stringLength" : 100,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
} ],
"codeName" : "UserId",
"logicName" : "用户标识",
"name" : "USERID",
"stdDataType" : 25,
"stringLength" : 100
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[MODEL][模型]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "TEXTBOX",
"name" : "[MODEL][模型]",
"stringLength" : 100,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"name" : "[MODEL][模型]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBTEXT",
"name" : "[MODEL][模型]移动端默认",
"stringLength" : 100,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"codeName" : "Model",
"logicName" : "模型",
"name" : "MODEL",
"stdDataType" : 25,
"stringLength" : 100
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[MODELID][模型标识]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "TEXTBOX",
"name" : "[MODELID][模型标识]",
"stringLength" : 100,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"name" : "[MODELID][模型标识]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBTEXT",
"name" : "[MODELID][模型标识]移动端默认",
"stringLength" : 100,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"codeName" : "MODELID",
"logicName" : "模型标识",
"name" : "MODELID",
"stdDataType" : 25,
"stringLength" : 100
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "MobileDefault",
"name" : "[APPID][应用标识]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBTEXT",
"name" : "[APPID][应用标识]移动端默认",
"stringLength" : 100,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
}, {
"codeName" : "Default",
"name" : "[APPID][应用标识]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "TEXTBOX",
"name" : "[APPID][应用标识]",
"stringLength" : 100,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
} ],
"codeName" : "AppId",
"logicName" : "应用标识",
"name" : "APPID",
"stdDataType" : 25,
"stringLength" : 100
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "MobileDefault",
...
...
@@ -41678,6 +41887,50 @@
},
"sourceType" : "DEFIELD",
"type" : "DTOS"
}, {
"codeName" : "UserId",
"logicName" : "用户标识",
"name" : "UserId",
"getPSAppDEField" : {
"name" : "USERID",
"codeName" : "UserId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Model",
"logicName" : "模型",
"name" : "Model",
"getPSAppDEField" : {
"name" : "MODEL",
"codeName" : "Model"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "MODELID",
"logicName" : "模型标识",
"name" : "MODELID",
"getPSAppDEField" : {
"name" : "MODELID",
"codeName" : "MODELID"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "AppId",
"logicName" : "应用标识",
"name" : "AppId",
"getPSAppDEField" : {
"name" : "APPID",
"codeName" : "AppId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "BookId",
"logicName" : "书标识",
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/FILE.json
浏览文件 @
efc2d5a1
...
...
@@ -1943,6 +1943,7 @@
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"importData1"
,
"uIActionType"
:
"DEUIACTION"
,
"globalUIAction"
:
true
,
"reloadData"
:
true
,
"id"
:
"importData1@FILE"
},
{
...
...
@@ -1964,6 +1965,7 @@
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"importData2"
,
"uIActionType"
:
"DEUIACTION"
,
"globalUIAction"
:
true
,
"id"
:
"importData2@FILE"
},
{
"actionTarget"
:
"SINGLEKEY"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID.json
浏览文件 @
efc2d5a1
...
...
@@ -1584,6 +1584,7 @@
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"import_test_grid_custom"
,
"uIActionType"
:
"DEUIACTION"
,
"globalUIAction"
:
true
,
"id"
:
"import_test_grid_custom@TESTGRID"
},
{
"actionTarget"
:
"NONE"
,
...
...
@@ -1604,6 +1605,7 @@
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"import_test_grid_default"
,
"uIActionType"
:
"DEUIACTION"
,
"globalUIAction"
:
true
,
"id"
:
"import_test_grid_default@TESTGRID"
}
],
"getAllPSAppDEUILogics"
:
[
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/FILEGridView.json
浏览文件 @
efc2d5a1
...
...
@@ -675,6 +675,7 @@
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"importData1"
,
"uIActionType"
:
"DEUIACTION"
,
"globalUIAction"
:
true
,
"reloadData"
:
true
,
"id"
:
"importData1@FILE"
},
...
...
@@ -711,6 +712,7 @@
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"importData2"
,
"uIActionType"
:
"DEUIACTION"
,
"globalUIAction"
:
true
,
"id"
:
"importData2@FILE"
},
"tooltip"
:
"导入2"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/SongGridView.json
浏览文件 @
efc2d5a1
...
...
@@ -285,7 +285,7 @@
}
}
],
"getPSAppViewRefs"
:
[
{
"name"
:
"
NEW
DATA"
,
"name"
:
"
EDIT
DATA"
,
"realOpenMode"
:
"INDEXVIEWTAB_POPUPMODAL"
,
"realTitle"
:
"歌曲编辑视图"
,
"getRealTitlePSLanguageRes"
:
{
...
...
@@ -297,7 +297,7 @@
"viewType"
:
"DEEDITVIEW"
}
},
{
"name"
:
"
EDIT
DATA"
,
"name"
:
"
NEW
DATA"
,
"realOpenMode"
:
"INDEXVIEWTAB_POPUPMODAL"
,
"realTitle"
:
"歌曲编辑视图"
,
"getRealTitlePSLanguageRes"
:
{
...
...
@@ -312,7 +312,7 @@
"getPSControls"
:
[
{
"codeName"
:
"GridViewtoolbar"
,
"controlType"
:
"TOOLBAR"
,
"logicName"
:
"
工具栏模板(默认表格界面)
"
,
"logicName"
:
"
导入测试工具栏
"
,
"name"
:
"toolbar"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
...
...
@@ -322,556 +322,191 @@
"id"
:
"TOOLBAR"
},
"getPSDEToolbarItems"
:
[
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.NEW"
},
"caption"
:
"新建"
,
"caption"
:
"表格导入"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"tbitem3"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"toolbar_tbitem3"
},
"getPSSysImage"
:
{
"glyph"
:
"xf0f6@FontAwesome"
,
"cssClass"
:
"fa fa-file-text-o"
},
"getPSUIAction"
:
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.NEW"
},
"caption"
:
"新建"
,
"codeName"
:
"New"
,
"fullCodeName"
:
"New"
,
"name"
:
"表格界面_新建操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0f6@FontAwesome"
,
"cssClass"
:
"fa fa-file-text-o"
},
"predefinedType"
:
"GRIDVIEW_NEWACTION"
,
"refreshMode"
:
1
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.NEW"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"New"
,
"uIActionType"
:
"DEUIACTION"
,
"reloadData"
:
true
},
"tooltip"
:
"新建"
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.NEW"
},
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"buttonStyle"
:
"STYLE2"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
},
"caption"
:
"编辑"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"tbitem4"
,
"name"
:
"deuiaction1"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"toolbar_
tbitem4
"
"id"
:
"toolbar_
deuiaction1
"
},
"getPSSysImage"
:
{
"glyph"
:
"xf0
44
@FontAwesome"
,
"cssClass"
:
"fa fa-
edit
"
"glyph"
:
"xf0
93
@FontAwesome"
,
"cssClass"
:
"fa fa-
upload
"
},
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"name"
:
"表格界面_编辑操作"
,
"caption"
:
"数据导入"
,
"codeName"
:
"Import"
,
"fullCodeName"
:
"Import"
,
"name"
:
"表格界面_数据导入栏"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0
44
@FontAwesome"
,
"cssClass"
:
"fa fa-
edit
"
"glyph"
:
"xf0
93
@FontAwesome"
,
"cssClass"
:
"fa fa-
upload
"
},
"predefinedType"
:
"GRIDVIEW_
EDITACTION
"
,
"predefinedType"
:
"GRIDVIEW_
IMPORTBAR
"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"
Edi
t"
,
"uIActionTag"
:
"
Impor
t"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"编辑"
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"tooltip"
:
"表格导入"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.COPY"
},
"caption"
:
"拷贝"
,
"caption"
:
"导入1"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"
tbitem6
"
,
"name"
:
"
deuiaction2
"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"toolbar_tbitem6"
},
"getPSSysImage"
:
{
"glyph"
:
"xf0c5@FontAwesome"
,
"cssClass"
:
"fa fa-copy"
"id"
:
"toolbar_deuiaction2"
},
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.COPY"
},
"caption"
:
"拷贝"
,
"codeName"
:
"Copy"
,
"fullCodeName"
:
"Copy"
,
"name"
:
"表格界面_拷贝操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0c5@FontAwesome"
,
"cssClass"
:
"fa fa-copy"
"actionTarget"
:
"NONE"
,
"caption"
:
"导入"
,
"codeName"
:
"importData1"
,
"getFrontPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPUTILVIEWS/AppDataUploadView.json"
,
"viewType"
:
"APPDATAUPLOADVIEW"
},
"predefinedType"
:
"GRIDVIEW_COPYACTION"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.COPY"
"frontProcessType"
:
"DATAIMP"
,
"fullCodeName"
:
"FILE_importData1"
,
"name"
:
"自定义导入"
,
"getPSAppDEDataImport"
:
{
"modelref"
:
true
,
"id"
:
"DataImport"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Copy"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"拷贝"
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.COPY"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"itemType"
:
"SEPERATOR"
,
"name"
:
"tbitem7"
,
"spanMode"
:
false
},
{
"caption"
:
"行编辑"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"tbitem24"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"toolbar_tbitem24"
},
"getPSSysImage"
:
{
"glyph"
:
"xf0ce@FontAwesome"
,
"cssClass"
:
"fa fa-table"
},
"getPSUIAction"
:
{
"caption"
:
"行编辑"
,
"codeName"
:
"ToggleRowEdit"
,
"fullCodeName"
:
"ToggleRowEdit"
,
"name"
:
"表格界面_行编辑开关操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0ce@FontAwesome"
,
"cssClass"
:
"fa fa-table"
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/FILE.json"
},
"
predefinedType"
:
"GRIDVIEW_ROWEDITACTION"
,
"
refreshMode"
:
1
,
"timeout"
:
60000
,
"uIActionMode"
:
"
SYS
"
,
"uIActionTag"
:
"
ToggleRowEdit
"
,
"uIActionMode"
:
"
FRONT
"
,
"uIActionTag"
:
"
importData1
"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
},
"tooltip"
:
"行编辑"
,
"enableToggleMode"
:
true
,
"hiddenItem"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"新建行"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"tbitem25"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"toolbar_tbitem25"
},
"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
},
{
"itemType"
:
"SEPERATOR"
,
"name"
:
"tbitem26"
,
"spanMode"
:
false
},
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.REMOVE"
},
"caption"
:
"删除"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"tbitem8"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"toolbar_tbitem8"
},
"getPSSysImage"
:
{
"glyph"
:
"xf00d@FontAwesome"
,
"cssClass"
:
"fa fa-remove"
"globalUIAction"
:
true
,
"reloadData"
:
true
,
"id"
:
"importData1@FILE"
},
"getPSUIAction"
:
{
"actionTarget"
:
"MULTIKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.REMOVE"
},
"caption"
:
"删除"
,
"codeName"
:
"Remove"
,
"fullCodeName"
:
"Remove"
,
"name"
:
"表格界面_删除操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf00d@FontAwesome"
,
"cssClass"
:
"fa fa-remove"
},
"predefinedType"
:
"GRIDVIEW_REMOVEACTION"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.REMOVE"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Remove"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"删除"
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.REMOVE"
},
"uIActionTarget"
:
"MULTIKEY"
,
"tooltip"
:
"导入1"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"itemType"
:
"SEPERATOR"
,
"name"
:
"tbitem9"
,
"spanMode"
:
false
},
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EXPORT"
},
"caption"
:
"导出"
,
"caption"
:
"导入2"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"
tbitem1
3"
,
"name"
:
"
deuiaction
3"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"toolbar_tbitem13"
},
"getPSSysImage"
:
{
"glyph"
:
"xf1c3@FontAwesome"
,
"cssClass"
:
"fa fa-file-excel-o"
"id"
:
"toolbar_deuiaction3"
},
"getPSUIAction"
:
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EXPORT"
},
"caption"
:
"导出"
,
"codeName"
:
"ExportExcel"
,
"fullCodeName"
:
"ExportExcel"
,
"name"
:
"表格界面_导出操作(Excel)"
,
"getPSSysImage"
:
{
"glyph"
:
"xf1c3@FontAwesome"
,
"cssClass"
:
"fa fa-file-excel-o"
},
"predefinedType"
:
"GRIDVIEW_EXPORTACTION"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EXPORT"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ExportExcel"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"导出"
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EXPORT"
},
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"itemType"
:
"SEPERATOR"
,
"name"
:
"tbitem10"
,
"spanMode"
:
false
},
{
"caption"
:
"其它"
,
"itemType"
:
"ITEMS"
,
"name"
:
"tbitem16"
,
"getPSDEToolbarItems"
:
[
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"MENUITEM.CAPTION.*.EXPORTSRF"
},
"caption"
:
"导出数据模型test"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"tbitem21"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"导入2"
,
"codeName"
:
"importData2"
,
"frontProcessType"
:
"DATAIMP"
,
"fullCodeName"
:
"FILE_importData2"
,
"name"
:
"导入无预定义视图"
,
"getPSAppDEDataImport"
:
{
"modelref"
:
true
,
"id"
:
"
toolbar_tbitem21
"
"id"
:
"
DataImport2
"
},
"getPSSysImage"
:
{
"glyph"
:
"xf019@FontAwesome"
,
"cssClass"
:
"fa fa-download"
},
"getPSUIAction"
:
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"MENUITEM.CAPTION.*.EXPORTSRF"
},
"caption"
:
"导出数据模型"
,
"codeName"
:
"ExportModel"
,
"fullCodeName"
:
"ExportModel"
,
"name"
:
"表格界面_导出数据模型"
,
"getPSSysImage"
:
{
"glyph"
:
"xf019@FontAwesome"
,
"cssClass"
:
"fa fa-download"
},
"predefinedType"
:
"GRIDVIEW_EXPORTXMLACTION"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ExportModel"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"导出数据模型test"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"数据导入"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"tbitem23"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"id"
:
"toolbar_tbitem23"
},
"getPSSysImage"
:
{
"glyph"
:
"xf093@FontAwesome"
,
"cssClass"
:
"fa fa-upload"
},
"getPSUIAction"
:
{
"caption"
:
"数据导入"
,
"codeName"
:
"Import"
,
"fullCodeName"
:
"Import"
,
"name"
:
"表格界面_数据导入栏"
,
"getPSSysImage"
:
{
"glyph"
:
"xf093@FontAwesome"
,
"cssClass"
:
"fa fa-upload"
},
"predefinedType"
:
"GRIDVIEW_IMPORTBAR"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Import"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"数据导入"
,
"showCaption"
:
true
,
"showIcon"
:
true
}
],
"tooltip"
:
"其它"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"itemType"
:
"SEPERATOR"
,
"name"
:
"tbitem17"
,
"spanMode"
:
false
},
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.FILTER"
},
"caption"
:
"过滤"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"tbitem19"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"toolbar_tbitem19"
},
"getPSSysImage"
:
{
"glyph"
:
"xf0b0@FontAwesome"
,
"cssClass"
:
"fa fa-filter"
},
"getPSUIAction"
:
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.FILTER"
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/FILE.json"
},
"caption"
:
"过滤"
,
"codeName"
:
"ToggleFilter"
,
"fullCodeName"
:
"ToggleFilter"
,
"name"
:
"表格界面_搜索栏"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0b0@FontAwesome"
,
"cssClass"
:
"fa fa-filter"
},
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.FILTER"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleFilter"
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"importData2"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
"globalUIAction"
:
true
,
"id"
:
"importData2@FILE"
},
"tooltip"
:
"过滤"
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.FILTER"
},
"enableToggleMode"
:
true
,
"tooltip"
:
"导入2"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.HELP"
},
"caption"
:
"帮助"
,
"caption"
:
"导入3"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"
tbitem18
"
,
"name"
:
"
deuiaction4
"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"toolbar_tbitem18"
},
"getPSSysImage"
:
{
"glyph"
:
"xf128@FontAwesome"
,
"cssClass"
:
"fa fa-question"
"id"
:
"toolbar_deuiaction4"
},
"getPSUIAction"
:
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.HELP"
"actionTarget"
:
"NONE"
,
"caption"
:
"自定义导入"
,
"codeName"
:
"import_test_grid_custom"
,
"frontProcessType"
:
"DATAIMP"
,
"fullCodeName"
:
"TESTGRID_import_test_grid_custom"
,
"name"
:
"自定义导入"
,
"getPSAppDEDataImport"
:
{
"modelref"
:
true
,
"id"
:
"test_data_import2"
},
"caption"
:
"帮助"
,
"codeName"
:
"Help"
,
"fullCodeName"
:
"Help"
,
"name"
:
"表格界面_帮助操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf128@FontAwesome"
,
"cssClass"
:
"fa fa-question"
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID.json"
},
"predefinedType"
:
"GRIDVIEW_HELPACTION"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.HELP"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Help"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"帮助"
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.HELP"
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"import_test_grid_custom"
,
"uIActionType"
:
"DEUIACTION"
,
"globalUIAction"
:
true
,
"id"
:
"import_test_grid_custom@TESTGRID"
},
"tooltip"
:
"导入3"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"
保存行
"
,
"caption"
:
"
默认导入
"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction
1
"
,
"name"
:
"deuiaction
5
"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"toolbar_deuiaction1"
},
"getPSSysImage"
:
{
"glyph"
:
"xf0c7@FontAwesome"
,
"cssClass"
:
"fa fa-save"
"id"
:
"toolbar_deuiaction5"
},
"getPSUIAction"
:
{
"caption"
:
"保存行"
,
"codeName"
:
"SaveRow"
,
"fullCodeName"
:
"SaveRow"
,
"name"
:
"表格界面_保存行"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0c7@FontAwesome"
,
"cssClass"
:
"fa fa-save"
"actionTarget"
:
"NONE"
,
"caption"
:
"默认导入"
,
"codeName"
:
"import_test_grid_default"
,
"frontProcessType"
:
"DATAIMP"
,
"fullCodeName"
:
"TESTGRID_import_test_grid_default"
,
"name"
:
"默认导入"
,
"getPSAppDEDataImport"
:
{
"modelref"
:
true
,
"id"
:
"test_data_import1"
},
"predefinedType"
:
"GRIDVIEW_SAVEROWACTION"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"SaveRow"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"保存行"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"数据导入"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction2"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"toolbar_deuiaction2"
},
"getPSSysImage"
:
{
"glyph"
:
"xf093@FontAwesome"
,
"cssClass"
:
"fa fa-upload"
},
"getPSUIAction"
:
{
"caption"
:
"数据导入"
,
"codeName"
:
"Import"
,
"fullCodeName"
:
"Import"
,
"name"
:
"表格界面_数据导入栏"
,
"getPSSysImage"
:
{
"glyph"
:
"xf093@FontAwesome"
,
"cssClass"
:
"fa fa-upload"
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID.json"
},
"predefinedType"
:
"GRIDVIEW_IMPORTBAR"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Import"
,
"uIActionType"
:
"DEUIACTION"
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"import_test_grid_default"
,
"uIActionType"
:
"DEUIACTION"
,
"globalUIAction"
:
true
,
"id"
:
"import_test_grid_default@TESTGRID"
},
"tooltip"
:
"数据导入"
,
"tooltip"
:
"默认导入"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
}
],
"xDataControlName"
:
"grid"
,
"modelid"
:
"
b912ff540f5614f63914a38067d84728
"
,
"modelid"
:
"
AF06D3C0-1C94-4DF2-A039-7FC8C67B0AD1
"
,
"modeltype"
:
"PSDETOOLBAR"
},
{
"codeName"
:
"Default"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGRIDGridTestArrangePView.json
浏览文件 @
efc2d5a1
...
...
@@ -173,6 +173,7 @@
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"import_test_grid_default"
,
"uIActionType"
:
"DEUIACTION"
,
"globalUIAction"
:
true
,
"id"
:
"import_test_grid_default@TESTGRID"
},
"tooltip"
:
"导入"
,
...
...
@@ -209,6 +210,7 @@
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"import_test_grid_custom"
,
"uIActionType"
:
"DEUIACTION"
,
"globalUIAction"
:
true
,
"id"
:
"import_test_grid_custom@TESTGRID"
},
"tooltip"
:
"自定义导入"
,
...
...
@@ -249,6 +251,7 @@
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"import_test_grid_custom"
,
"uIActionType"
:
"DEUIACTION"
,
"globalUIAction"
:
true
,
"id"
:
"import_test_grid_custom@TESTGRID"
},
"tooltip"
:
"自定义导入"
,
...
...
@@ -329,6 +332,7 @@
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"import_test_grid_custom"
,
"uIActionType"
:
"DEUIACTION"
,
"globalUIAction"
:
true
,
"id"
:
"import_test_grid_custom@TESTGRID"
},
"tooltip"
:
"自定义导入"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.hubsubapp.json
浏览文件 @
efc2d5a1
...
...
@@ -392,6 +392,7 @@
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"importData1"
,
"uIActionType"
:
"DEUIACTION"
,
"globalUIAction"
:
true
,
"reloadData"
:
true
,
"id"
:
"importData1@FILE"
},
...
...
@@ -421,6 +422,7 @@
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"importData2"
,
"uIActionType"
:
"DEUIACTION"
,
"globalUIAction"
:
true
,
"id"
:
"importData2@FILE"
},
"addSeparator"
:
false
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
efc2d5a1
...
...
@@ -2247,6 +2247,97 @@
"uIActionMode" : "SYS",
"uIActionTag" : "Yes",
"uIActionType" : "DEUIACTION"
}, {
"actionTarget" : "NONE",
"caption" : "导入",
"codeName" : "importData1",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPUTILVIEWS/AppDataUploadView.json",
"viewType" : "APPDATAUPLOADVIEW"
},
"frontProcessType" : "DATAIMP",
"fullCodeName" : "FILE_importData1",
"name" : "自定义导入",
"getPSAppDEDataImport" : {
"modelref" : true,
"id" : "DataImport"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/FILE.json"
},
"refreshMode" : 1,
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "importData1",
"uIActionType" : "DEUIACTION",
"globalUIAction" : true,
"reloadData" : true,
"id" : "importData1@FILE"
}, {
"actionTarget" : "NONE",
"caption" : "导入2",
"codeName" : "importData2",
"frontProcessType" : "DATAIMP",
"fullCodeName" : "FILE_importData2",
"name" : "导入无预定义视图",
"getPSAppDEDataImport" : {
"modelref" : true,
"id" : "DataImport2"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/FILE.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "importData2",
"uIActionType" : "DEUIACTION",
"globalUIAction" : true,
"id" : "importData2@FILE"
}, {
"actionTarget" : "NONE",
"caption" : "自定义导入",
"codeName" : "import_test_grid_custom",
"frontProcessType" : "DATAIMP",
"fullCodeName" : "TESTGRID_import_test_grid_custom",
"name" : "自定义导入",
"getPSAppDEDataImport" : {
"modelref" : true,
"id" : "test_data_import2"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "import_test_grid_custom",
"uIActionType" : "DEUIACTION",
"globalUIAction" : true,
"id" : "import_test_grid_custom@TESTGRID"
}, {
"actionTarget" : "NONE",
"caption" : "默认导入",
"codeName" : "import_test_grid_default",
"frontProcessType" : "DATAIMP",
"fullCodeName" : "TESTGRID_import_test_grid_default",
"name" : "默认导入",
"getPSAppDEDataImport" : {
"modelref" : true,
"id" : "test_data_import1"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "import_test_grid_default",
"uIActionType" : "DEUIACTION",
"globalUIAction" : true,
"id" : "import_test_grid_default@TESTGRID"
}, {
"actionTarget" : "NONE",
"caption" : "登出(插件)",
...
...
@@ -36386,7 +36477,7 @@
}
} ],
"getPSAppViewRefs" : [ {
"name" : "
NEW
DATA",
"name" : "
EDIT
DATA",
"realOpenMode" : "INDEXVIEWTAB_POPUPMODAL",
"realTitle" : "歌曲编辑视图",
"getRealTitlePSLanguageRes" : {
...
...
@@ -36398,7 +36489,7 @@
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "
EDIT
DATA",
"name" : "
NEW
DATA",
"realOpenMode" : "INDEXVIEWTAB_POPUPMODAL",
"realTitle" : "歌曲编辑视图",
"getRealTitlePSLanguageRes" : {
...
...
@@ -36413,7 +36504,7 @@
"getPSControls" : [ {
"codeName" : "GridViewtoolbar",
"controlType" : "TOOLBAR",
"logicName" : "
工具栏模板(默认表格界面)
",
"logicName" : "
导入测试工具栏
",
"name" : "toolbar",
"getPSAppDataEntity" : {
"modelref" : true,
...
...
@@ -36423,556 +36514,191 @@
"id" : "TOOLBAR"
},
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "新建",
"caption" : "表格导入",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem3"
},
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "新建",
"codeName" : "New",
"fullCodeName" : "New",
"name" : "表格界面_新建操作",
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"predefinedType" : "GRIDVIEW_NEWACTION",
"refreshMode" : 1,
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"uIActionMode" : "SYS",
"uIActionTag" : "New",
"uIActionType" : "DEUIACTION",
"reloadData" : true
},
"tooltip" : "新建",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"showCaption" : true,
"showIcon" : true
}, {
"buttonStyle" : "STYLE2",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "编辑",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem4",
"name" : "deuiaction1",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_
tbitem4
"
"id" : "toolbar_
deuiaction1
"
},
"getPSSysImage" : {
"glyph" : "xf0
44
@FontAwesome",
"cssClass" : "fa fa-
edit
"
"glyph" : "xf0
93
@FontAwesome",
"cssClass" : "fa fa-
upload
"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作",
"caption" : "数据导入",
"codeName" : "Import",
"fullCodeName" : "Import",
"name" : "表格界面_数据导入栏",
"getPSSysImage" : {
"glyph" : "xf0
44
@FontAwesome",
"cssClass" : "fa fa-
edit
"
"glyph" : "xf0
93
@FontAwesome",
"cssClass" : "fa fa-
upload
"
},
"predefinedType" : "GRIDVIEW_
EDITACTION
",
"predefinedType" : "GRIDVIEW_
IMPORTBAR
",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "
Edi
t",
"uIActionTag" : "
Impor
t",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "编辑",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionTarget" : "SINGLEKEY",
"tooltip" : "表格导入",
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.COPY"
},
"caption" : "拷贝",
"caption" : "导入1",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "
tbitem6
",
"name" : "
deuiaction2
",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem6"
},
"getPSSysImage" : {
"glyph" : "xf0c5@FontAwesome",
"cssClass" : "fa fa-copy"
"id" : "toolbar_deuiaction2"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.COPY"
},
"caption" : "拷贝",
"codeName" : "Copy",
"fullCodeName" : "Copy",
"name" : "表格界面_拷贝操作",
"getPSSysImage" : {
"glyph" : "xf0c5@FontAwesome",
"cssClass" : "fa fa-copy"
"actionTarget" : "NONE",
"caption" : "导入",
"codeName" : "importData1",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPUTILVIEWS/AppDataUploadView.json",
"viewType" : "APPDATAUPLOADVIEW"
},
"predefinedType" : "GRIDVIEW_COPYACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.COPY"
"frontProcessType" : "DATAIMP",
"fullCodeName" : "FILE_importData1",
"name" : "自定义导入",
"getPSAppDEDataImport" : {
"modelref" : true,
"id" : "DataImport"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Copy",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "拷贝",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.COPY"
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem7",
"spanMode" : false
}, {
"caption" : "行编辑",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem24",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem24"
},
"getPSSysImage" : {
"glyph" : "xf0ce@FontAwesome",
"cssClass" : "fa fa-table"
},
"getPSUIAction" : {
"caption" : "行编辑",
"codeName" : "ToggleRowEdit",
"fullCodeName" : "ToggleRowEdit",
"name" : "表格界面_行编辑开关操作",
"getPSSysImage" : {
"glyph" : "xf0ce@FontAwesome",
"cssClass" : "fa fa-table"
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/FILE.json"
},
"
predefinedType" : "GRIDVIEW_ROWEDITACTION"
,
"
refreshMode" : 1
,
"timeout" : 60000,
"uIActionMode" : "
SYS
",
"uIActionTag" : "
ToggleRowEdit
",
"uIActionMode" : "
FRONT
",
"uIActionTag" : "
importData1
",
"uIActionType" : "DEUIACTION",
"enableToggleMode" : true
},
"tooltip" : "行编辑",
"enableToggleMode" : true,
"hiddenItem" : true,
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "新建行",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem25",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem25"
},
"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
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem26",
"spanMode" : false
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
"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" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionType" : "DEUIACTION"
"globalUIAction" : true,
"reloadData" : true,
"id" : "importData1@FILE"
},
"tooltip" : "删除",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionTarget" : "MULTIKEY",
"tooltip" : "导入1",
"uIActionTarget" : "NONE",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem9",
"spanMode" : false
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EXPORT"
},
"caption" : "导出",
"caption" : "导入2",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "
tbitem1
3",
"name" : "
deuiaction
3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem13"
},
"getPSSysImage" : {
"glyph" : "xf1c3@FontAwesome",
"cssClass" : "fa fa-file-excel-o"
"id" : "toolbar_deuiaction3"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EXPORT"
},
"caption" : "导出",
"codeName" : "ExportExcel",
"fullCodeName" : "ExportExcel",
"name" : "表格界面_导出操作(Excel)",
"getPSSysImage" : {
"glyph" : "xf1c3@FontAwesome",
"cssClass" : "fa fa-file-excel-o"
},
"predefinedType" : "GRIDVIEW_EXPORTACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EXPORT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "ExportExcel",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "导出",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EXPORT"
},
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem10",
"spanMode" : false
}, {
"caption" : "其它",
"itemType" : "ITEMS",
"name" : "tbitem16",
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "MENUITEM.CAPTION.*.EXPORTSRF"
},
"caption" : "导出数据模型test",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem21",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"actionTarget" : "NONE",
"caption" : "导入2",
"codeName" : "importData2",
"frontProcessType" : "DATAIMP",
"fullCodeName" : "FILE_importData2",
"name" : "导入无预定义视图",
"getPSAppDEDataImport" : {
"modelref" : true,
"id" : "toolbar_tbitem21"
},
"getPSSysImage" : {
"glyph" : "xf019@FontAwesome",
"cssClass" : "fa fa-download"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "MENUITEM.CAPTION.*.EXPORTSRF"
},
"caption" : "导出数据模型",
"codeName" : "ExportModel",
"fullCodeName" : "ExportModel",
"name" : "表格界面_导出数据模型",
"getPSSysImage" : {
"glyph" : "xf019@FontAwesome",
"cssClass" : "fa fa-download"
},
"predefinedType" : "GRIDVIEW_EXPORTXMLACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "ExportModel",
"uIActionType" : "DEUIACTION"
"id" : "DataImport2"
},
"tooltip" : "导出数据模型test",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "数据导入",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem23",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"getPSAppDataEntity" : {
"modelref" : true,
"id" : "toolbar_tbitem23"
},
"getPSSysImage" : {
"glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
},
"getPSUIAction" : {
"caption" : "数据导入",
"codeName" : "Import",
"fullCodeName" : "Import",
"name" : "表格界面_数据导入栏",
"getPSSysImage" : {
"glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
},
"predefinedType" : "GRIDVIEW_IMPORTBAR",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "Import",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "数据导入",
"showCaption" : true,
"showIcon" : true
} ],
"tooltip" : "其它",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem17",
"spanMode" : false
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.FILTER"
},
"caption" : "过滤",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem19",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem19"
},
"getPSSysImage" : {
"glyph" : "xf0b0@FontAwesome",
"cssClass" : "fa fa-filter"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.FILTER"
},
"caption" : "过滤",
"codeName" : "ToggleFilter",
"fullCodeName" : "ToggleFilter",
"name" : "表格界面_搜索栏",
"getPSSysImage" : {
"glyph" : "xf0b0@FontAwesome",
"cssClass" : "fa fa-filter"
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/FILE.json"
},
"predefinedType" : "GRIDVIEW_SEARCHBAR",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.FILTER"
},
"uIActionMode" : "SYS",
"uIActionTag" : "ToggleFilter",
"uIActionMode" : "FRONT",
"uIActionTag" : "importData2",
"uIActionType" : "DEUIACTION",
"enableToggleMode" : true
},
"tooltip" : "过滤",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.FILTER"
"globalUIAction" : true,
"id" : "importData2@FILE"
},
"enableToggleMode" : true,
"tooltip" : "导入2",
"uIActionTarget" : "NONE",
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.HELP"
},
"caption" : "帮助",
"caption" : "导入3",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "
tbitem18
",
"name" : "
deuiaction4
",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem18"
},
"getPSSysImage" : {
"glyph" : "xf128@FontAwesome",
"cssClass" : "fa fa-question"
"id" : "toolbar_deuiaction4"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.HELP"
"actionTarget" : "NONE",
"caption" : "自定义导入",
"codeName" : "import_test_grid_custom",
"frontProcessType" : "DATAIMP",
"fullCodeName" : "TESTGRID_import_test_grid_custom",
"name" : "自定义导入",
"getPSAppDEDataImport" : {
"modelref" : true,
"id" : "test_data_import2"
},
"caption" : "帮助",
"codeName" : "Help",
"fullCodeName" : "Help",
"name" : "表格界面_帮助操作",
"getPSSysImage" : {
"glyph" : "xf128@FontAwesome",
"cssClass" : "fa fa-question"
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID.json"
},
"predefinedType" : "GRIDVIEW_HELPACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.HELP"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Help",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "帮助",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.HELP"
"uIActionMode" : "FRONT",
"uIActionTag" : "import_test_grid_custom",
"uIActionType" : "DEUIACTION",
"globalUIAction" : true,
"id" : "import_test_grid_custom@TESTGRID"
},
"tooltip" : "导入3",
"uIActionTarget" : "NONE",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "
保存行
",
"caption" : "
默认导入
",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction
1
",
"name" : "deuiaction
5
",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction1"
},
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
"id" : "toolbar_deuiaction5"
},
"getPSUIAction" : {
"caption" : "保存行",
"codeName" : "SaveRow",
"fullCodeName" : "SaveRow",
"name" : "表格界面_保存行",
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
"actionTarget" : "NONE",
"caption" : "默认导入",
"codeName" : "import_test_grid_default",
"frontProcessType" : "DATAIMP",
"fullCodeName" : "TESTGRID_import_test_grid_default",
"name" : "默认导入",
"getPSAppDEDataImport" : {
"modelref" : true,
"id" : "test_data_import1"
},
"predefinedType" : "GRIDVIEW_SAVEROWACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "SaveRow",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "保存行",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "数据导入",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction2",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction2"
},
"getPSSysImage" : {
"glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
},
"getPSUIAction" : {
"caption" : "数据导入",
"codeName" : "Import",
"fullCodeName" : "Import",
"name" : "表格界面_数据导入栏",
"getPSSysImage" : {
"glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID.json"
},
"predefinedType" : "GRIDVIEW_IMPORTBAR",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "Import",
"uIActionType" : "DEUIACTION"
"uIActionMode" : "FRONT",
"uIActionTag" : "import_test_grid_default",
"uIActionType" : "DEUIACTION",
"globalUIAction" : true,
"id" : "import_test_grid_default@TESTGRID"
},
"tooltip" : "数据导入",
"tooltip" : "默认导入",
"uIActionTarget" : "NONE",
"showCaption" : true,
"showIcon" : true
} ],
"xDataControlName" : "grid",
"modelid" : "
b912ff540f5614f63914a38067d84728
",
"modelid" : "
AF06D3C0-1C94-4DF2-A039-7FC8C67B0AD1
",
"modeltype" : "PSDETOOLBAR"
}, {
"codeName" : "Default",
...
...
@@ -88925,6 +88651,7 @@
"uIActionMode" : "FRONT",
"uIActionTag" : "importData1",
"uIActionType" : "DEUIACTION",
"globalUIAction" : true,
"reloadData" : true,
"id" : "importData1@FILE"
}, {
...
...
@@ -88946,6 +88673,7 @@
"uIActionMode" : "FRONT",
"uIActionTag" : "importData2",
"uIActionType" : "DEUIACTION",
"globalUIAction" : true,
"id" : "importData2@FILE"
}, {
"actionTarget" : "SINGLEKEY",
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.simple.json
浏览文件 @
efc2d5a1
...
...
@@ -2000,6 +2000,97 @@
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Yes"
,
"uIActionType"
:
"DEUIACTION"
},
{
"actionTarget"
:
"NONE"
,
"caption"
:
"导入"
,
"codeName"
:
"importData1"
,
"getFrontPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPUTILVIEWS/AppDataUploadView.json"
,
"viewType"
:
"APPDATAUPLOADVIEW"
},
"frontProcessType"
:
"DATAIMP"
,
"fullCodeName"
:
"FILE_importData1"
,
"name"
:
"自定义导入"
,
"getPSAppDEDataImport"
:
{
"modelref"
:
true
,
"id"
:
"DataImport"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/FILE.json"
},
"refreshMode"
:
1
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"importData1"
,
"uIActionType"
:
"DEUIACTION"
,
"globalUIAction"
:
true
,
"reloadData"
:
true
,
"id"
:
"importData1@FILE"
},
{
"actionTarget"
:
"NONE"
,
"caption"
:
"导入2"
,
"codeName"
:
"importData2"
,
"frontProcessType"
:
"DATAIMP"
,
"fullCodeName"
:
"FILE_importData2"
,
"name"
:
"导入无预定义视图"
,
"getPSAppDEDataImport"
:
{
"modelref"
:
true
,
"id"
:
"DataImport2"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/FILE.json"
},
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"importData2"
,
"uIActionType"
:
"DEUIACTION"
,
"globalUIAction"
:
true
,
"id"
:
"importData2@FILE"
},
{
"actionTarget"
:
"NONE"
,
"caption"
:
"自定义导入"
,
"codeName"
:
"import_test_grid_custom"
,
"frontProcessType"
:
"DATAIMP"
,
"fullCodeName"
:
"TESTGRID_import_test_grid_custom"
,
"name"
:
"自定义导入"
,
"getPSAppDEDataImport"
:
{
"modelref"
:
true
,
"id"
:
"test_data_import2"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID.json"
},
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"import_test_grid_custom"
,
"uIActionType"
:
"DEUIACTION"
,
"globalUIAction"
:
true
,
"id"
:
"import_test_grid_custom@TESTGRID"
},
{
"actionTarget"
:
"NONE"
,
"caption"
:
"默认导入"
,
"codeName"
:
"import_test_grid_default"
,
"frontProcessType"
:
"DATAIMP"
,
"fullCodeName"
:
"TESTGRID_import_test_grid_default"
,
"name"
:
"默认导入"
,
"getPSAppDEDataImport"
:
{
"modelref"
:
true
,
"id"
:
"test_data_import1"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID.json"
},
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"import_test_grid_default"
,
"uIActionType"
:
"DEUIACTION"
,
"globalUIAction"
:
true
,
"id"
:
"import_test_grid_default@TESTGRID"
},
{
"actionTarget"
:
"NONE"
,
"caption"
:
"登出(插件)"
,
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录