Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
fa64042b
提交
fa64042b
编写于
11月 30, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
lxm1993 发布系统代码 [TrainSys,网页端]
上级
a74b7227
变更
10
展开全部
显示空白字符变更
内嵌
并排
正在显示
10 个修改的文件
包含
472 行增加
和
343 行删除
+472
-343
h2_table.xml
trainsys-core/src/main/resources/liquibase/h2_table.xml
+1
-1
EditorTest.json
...YSAPPS/Web/PSAPPDATAENTITIES/Book/PSFORMS/EditorTest.json
+43
-0
InfoGrid.json
...SSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/InfoGrid.json
+44
-44
Main.json
...PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSFORMS/Main.json
+17
-17
StudentList.json
...PS/Web/PSAPPDATAENTITIES/Student/PSLISTS/StudentList.json
+44
-44
ReginfoEditView.json
.../trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoEditView.json
+17
-17
bookBookEditViewEditorTest.json
...SSYSAPPS/Web/PSAPPDEVIEWS/bookBookEditViewEditorTest.json
+43
-0
bookUsr3GridView.json
...trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr3GridView.json
+44
-44
AppPortalView.json
...rainsys/PSSYSAPPS/Web/PSAPPPORTALVIEWS/AppPortalView.json
+88
-88
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+131
-88
未找到文件。
trainsys-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
fa64042b
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
</changeSet>
</changeSet>
<!--输出实体[BOOK]数据结构 -->
<!--输出实体[BOOK]数据结构 -->
<changeSet
author=
"root"
id=
"tab-book-3
7
0-3"
>
<changeSet
author=
"root"
id=
"tab-book-3
8
0-3"
>
<createTable
tableName=
"T_BOOK"
>
<createTable
tableName=
"T_BOOK"
>
<column
name=
"BOOKNAME"
remarks=
""
type=
"VARCHAR(200)"
>
<column
name=
"BOOKNAME"
remarks=
""
type=
"VARCHAR(200)"
>
</column>
</column>
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSFORMS/EditorTest.json
浏览文件 @
fa64042b
...
@@ -299,6 +299,13 @@
...
@@ -299,6 +299,13 @@
"name"
:
"FIELD17"
,
"name"
:
"FIELD17"
,
"codeName"
:
"Field17"
"codeName"
:
"Field17"
}
}
},
{
"id"
:
"field171"
,
"dataType"
:
25
,
"getPSAppDEField"
:
{
"name"
:
"FIELD17"
,
"codeName"
:
"Field17"
}
},
{
},
{
"id"
:
"field13"
,
"id"
:
"field13"
,
"dataType"
:
25
,
"dataType"
:
25
,
...
@@ -1361,6 +1368,42 @@
...
@@ -1361,6 +1368,42 @@
"valueItemName"
:
"field16"
,
"valueItemName"
:
"field16"
,
"allowEmpty"
:
true
,
"allowEmpty"
:
true
,
"showCaption"
:
true
"showCaption"
:
true
},
{
"caption"
:
"地址栏(选择)"
,
"codeName"
:
"field171"
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"mOSFilePath"
:
"psdeformdetail_formitems/field171"
,
"name"
:
"field171"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"FIELD17"
,
"codeName"
:
"Field17"
},
"getPSEditor"
:
{
"editorParams"
:
{
"PICKUPVIEW"
:
"TRUE"
},
"editorType"
:
"ADDRESSPICKUP_AC"
,
"handlerType"
:
"AC"
,
"name"
:
"field171"
,
"enableAC"
:
false
,
"enablePickupView"
:
true
,
"forceSelection"
:
true
,
"showTrigger"
:
true
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/field171"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
}
],
}
],
"getPSLayout"
:
{
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColLG"
:
-1
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/InfoGrid.json
浏览文件 @
fa64042b
...
@@ -19,35 +19,35 @@
...
@@ -19,35 +19,35 @@
"getPSAppViewLogics"
:
[
{
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
4c6267d
_click"
,
"name"
:
"grid_uagridcolumn1_u
1feafb4
_click"
,
"getPSAppViewUIAction"
:
{
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"表格界面_
删除
操作"
"id"
:
"表格界面_
编辑
操作"
}
}
},
{
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
1feafb4
_click"
,
"name"
:
"grid_uagridcolumn1_u
4c6267d
_click"
,
"getPSAppViewUIAction"
:
{
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
删除
操作"
}
}
}
],
}
],
"getPSAppViewUIActions"
:
[
{
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
删除
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"getPSUIAction"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"
Remove
"
"id"
:
"
Edit
"
},
},
"uIActionTarget"
:
"
MULTI
KEY"
,
"uIActionTarget"
:
"
SINGLE
KEY"
,
"xDataControlName"
:
"grid"
"xDataControlName"
:
"grid"
},
{
},
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
删除
操作"
,
"getPSUIAction"
:
{
"getPSUIAction"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"
Edit
"
"id"
:
"
Remove
"
},
},
"uIActionTarget"
:
"
SINGLE
KEY"
,
"uIActionTarget"
:
"
MULTI
KEY"
,
"xDataControlName"
:
"grid"
"xDataControlName"
:
"grid"
}
],
}
],
"getPSControlLogics"
:
[
{
"getPSControlLogics"
:
[
{
...
@@ -168,40 +168,6 @@
...
@@ -168,40 +168,6 @@
"getPSDEUIActionGroup"
:
{
"getPSDEUIActionGroup"
:
{
"name"
:
"界面行为组"
,
"name"
:
"界面行为组"
,
"getPSUIActionGroupDetails"
:
[
{
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u4c6267d"
,
"getPSUIAction"
:
{
"actionTarget"
:
"MULTIKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto159"
,
"rTMOSFilePath"
:
"pslanguageres/Auto159"
},
"caption"
:
"删除"
,
"codeName"
:
"Remove"
,
"fullCodeName"
:
"Remove"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"name"
:
"表格界面_删除操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf00d@FontAwesome"
,
"cssClass"
:
"fa fa-remove"
},
"predefinedType"
:
"GRIDVIEW_REMOVEACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto286"
,
"rTMOSFilePath"
:
"pslanguageres/Auto286"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Remove"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
false
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
"getPSUIAction"
:
{
...
@@ -235,6 +201,40 @@
...
@@ -235,6 +201,40 @@
"addSeparator"
:
true
,
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u4c6267d"
,
"getPSUIAction"
:
{
"actionTarget"
:
"MULTIKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto159"
,
"rTMOSFilePath"
:
"pslanguageres/Auto159"
},
"caption"
:
"删除"
,
"codeName"
:
"Remove"
,
"fullCodeName"
:
"Remove"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"name"
:
"表格界面_删除操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf00d@FontAwesome"
,
"cssClass"
:
"fa fa-remove"
},
"predefinedType"
:
"GRIDVIEW_REMOVEACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto286"
,
"rTMOSFilePath"
:
"pslanguageres/Auto286"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Remove"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
false
,
"showIcon"
:
true
}
]
}
]
},
},
"rTMOSFilePath"
:
"psdegridcols/uagridcolumn1"
,
"rTMOSFilePath"
:
"psdegridcols/uagridcolumn1"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSFORMS/Main.json
浏览文件 @
fa64042b
...
@@ -37,6 +37,23 @@
...
@@ -37,6 +37,23 @@
}
}
}
],
}
],
"getPSDEFormItemVRs"
:
[
{
"getPSDEFormItemVRs"
:
[
{
"checkMode"
:
3
,
"name"
:
"表单项值规则"
,
"getPSDEFormItemName"
:
"Name"
,
"getPSSysValueRule"
:
{
"codeName"
:
"ValueRule14"
,
"dynaModelFilePath"
:
"PSSYSVALUERULES/ValueRule14.json"
,
"mOSFilePath"
:
"pssysvaluerules/ValueRule14"
,
"name"
:
"由26个英文字母组成的字符串"
,
"rTMOSFilePath"
:
"pssysvaluerules/ValueRule14"
,
"regExCode"
:
"[A-Za-z]+"
,
"ruleInfo"
:
"内容必须为26个英文字母组成的字符串"
,
"ruleType"
:
"REG"
,
"enableBackend"
:
true
,
"enableFront"
:
true
},
"valueRuleType"
:
"SYSVALUERULE"
},
{
"checkMode"
:
3
,
"checkMode"
:
3
,
"name"
:
"表单项值规则"
,
"name"
:
"表单项值规则"
,
"getPSDEFValueRule"
:
{
"getPSDEFValueRule"
:
{
...
@@ -68,23 +85,6 @@
...
@@ -68,23 +85,6 @@
},
},
"getPSDEFormItemName"
:
"StuNo"
,
"getPSDEFormItemName"
:
"StuNo"
,
"valueRuleType"
:
"DEFVALUERULE"
"valueRuleType"
:
"DEFVALUERULE"
},
{
"checkMode"
:
3
,
"name"
:
"表单项值规则"
,
"getPSDEFormItemName"
:
"Name"
,
"getPSSysValueRule"
:
{
"codeName"
:
"ValueRule14"
,
"dynaModelFilePath"
:
"PSSYSVALUERULES/ValueRule14.json"
,
"mOSFilePath"
:
"pssysvaluerules/ValueRule14"
,
"name"
:
"由26个英文字母组成的字符串"
,
"rTMOSFilePath"
:
"pssysvaluerules/ValueRule14"
,
"regExCode"
:
"[A-Za-z]+"
,
"ruleInfo"
:
"内容必须为26个英文字母组成的字符串"
,
"ruleType"
:
"REG"
,
"enableBackend"
:
true
,
"enableFront"
:
true
},
"valueRuleType"
:
"SYSVALUERULE"
}
],
}
],
"getPSDEFormItems"
:
[
{
"getPSDEFormItems"
:
[
{
"id"
:
"srfupdatedate"
,
"id"
:
"srfupdatedate"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSLISTS/StudentList.json
浏览文件 @
fa64042b
...
@@ -25,35 +25,35 @@
...
@@ -25,35 +25,35 @@
"getPSAppViewLogics"
:
[
{
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"db_sysportlet2_list_field_u
4c6267d
_click"
,
"name"
:
"db_sysportlet2_list_field_u
1feafb4
_click"
,
"getPSAppViewUIAction"
:
{
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"表格界面_
删除
操作"
"id"
:
"表格界面_
编辑
操作"
}
}
},
{
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"db_sysportlet2_list_field_u
1feafb4
_click"
,
"name"
:
"db_sysportlet2_list_field_u
4c6267d
_click"
,
"getPSAppViewUIAction"
:
{
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
删除
操作"
}
}
}
],
}
],
"getPSAppViewUIActions"
:
[
{
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
删除
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"getPSUIAction"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"
Remove
"
"id"
:
"
Edit
"
},
},
"uIActionTarget"
:
"
MULTI
KEY"
,
"uIActionTarget"
:
"
SINGLE
KEY"
,
"xDataControlName"
:
"db_sysportlet2_list"
"xDataControlName"
:
"db_sysportlet2_list"
},
{
},
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
删除
操作"
,
"getPSUIAction"
:
{
"getPSUIAction"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"
Edit
"
"id"
:
"
Remove
"
},
},
"uIActionTarget"
:
"
SINGLE
KEY"
,
"uIActionTarget"
:
"
MULTI
KEY"
,
"xDataControlName"
:
"db_sysportlet2_list"
"xDataControlName"
:
"db_sysportlet2_list"
}
],
}
],
"getPSDEListDataItems"
:
[
{
"getPSDEListDataItems"
:
[
{
...
@@ -104,40 +104,6 @@
...
@@ -104,40 +104,6 @@
"getPSDEUIActionGroup"
:
{
"getPSDEUIActionGroup"
:
{
"name"
:
"界面行为组"
,
"name"
:
"界面行为组"
,
"getPSUIActionGroupDetails"
:
[
{
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u4c6267d"
,
"getPSUIAction"
:
{
"actionTarget"
:
"MULTIKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto159"
,
"rTMOSFilePath"
:
"pslanguageres/Auto159"
},
"caption"
:
"删除"
,
"codeName"
:
"Remove"
,
"fullCodeName"
:
"Remove"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"name"
:
"表格界面_删除操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf00d@FontAwesome"
,
"cssClass"
:
"fa fa-remove"
},
"predefinedType"
:
"GRIDVIEW_REMOVEACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto286"
,
"rTMOSFilePath"
:
"pslanguageres/Auto286"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Remove"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
false
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
"getPSUIAction"
:
{
...
@@ -171,6 +137,40 @@
...
@@ -171,6 +137,40 @@
"addSeparator"
:
true
,
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u4c6267d"
,
"getPSUIAction"
:
{
"actionTarget"
:
"MULTIKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto159"
,
"rTMOSFilePath"
:
"pslanguageres/Auto159"
},
"caption"
:
"删除"
,
"codeName"
:
"Remove"
,
"fullCodeName"
:
"Remove"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"name"
:
"表格界面_删除操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf00d@FontAwesome"
,
"cssClass"
:
"fa fa-remove"
},
"predefinedType"
:
"GRIDVIEW_REMOVEACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto286"
,
"rTMOSFilePath"
:
"pslanguageres/Auto286"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Remove"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
false
,
"showIcon"
:
true
}
]
}
]
},
},
"width"
:
150
,
"width"
:
150
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoEditView.json
浏览文件 @
fa64042b
...
@@ -1109,6 +1109,23 @@
...
@@ -1109,6 +1109,23 @@
"id"
:
"FORM"
"id"
:
"FORM"
},
},
"getPSDEFormItemVRs"
:
[
{
"getPSDEFormItemVRs"
:
[
{
"checkMode"
:
3
,
"name"
:
"表单项值规则"
,
"getPSDEFormItemName"
:
"Name"
,
"getPSSysValueRule"
:
{
"codeName"
:
"ValueRule14"
,
"dynaModelFilePath"
:
"PSSYSVALUERULES/ValueRule14.json"
,
"mOSFilePath"
:
"pssysvaluerules/ValueRule14"
,
"name"
:
"由26个英文字母组成的字符串"
,
"rTMOSFilePath"
:
"pssysvaluerules/ValueRule14"
,
"regExCode"
:
"[A-Za-z]+"
,
"ruleInfo"
:
"内容必须为26个英文字母组成的字符串"
,
"ruleType"
:
"REG"
,
"enableBackend"
:
true
,
"enableFront"
:
true
},
"valueRuleType"
:
"SYSVALUERULE"
},
{
"checkMode"
:
3
,
"checkMode"
:
3
,
"name"
:
"表单项值规则"
,
"name"
:
"表单项值规则"
,
"getPSDEFValueRule"
:
{
"getPSDEFValueRule"
:
{
...
@@ -1140,23 +1157,6 @@
...
@@ -1140,23 +1157,6 @@
},
},
"getPSDEFormItemName"
:
"StuNo"
,
"getPSDEFormItemName"
:
"StuNo"
,
"valueRuleType"
:
"DEFVALUERULE"
"valueRuleType"
:
"DEFVALUERULE"
},
{
"checkMode"
:
3
,
"name"
:
"表单项值规则"
,
"getPSDEFormItemName"
:
"Name"
,
"getPSSysValueRule"
:
{
"codeName"
:
"ValueRule14"
,
"dynaModelFilePath"
:
"PSSYSVALUERULES/ValueRule14.json"
,
"mOSFilePath"
:
"pssysvaluerules/ValueRule14"
,
"name"
:
"由26个英文字母组成的字符串"
,
"rTMOSFilePath"
:
"pssysvaluerules/ValueRule14"
,
"regExCode"
:
"[A-Za-z]+"
,
"ruleInfo"
:
"内容必须为26个英文字母组成的字符串"
,
"ruleType"
:
"REG"
,
"enableBackend"
:
true
,
"enableFront"
:
true
},
"valueRuleType"
:
"SYSVALUERULE"
}
],
}
],
"getPSDEFormItems"
:
[
{
"getPSDEFormItems"
:
[
{
"id"
:
"srfupdatedate"
,
"id"
:
"srfupdatedate"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookBookEditViewEditorTest.json
浏览文件 @
fa64042b
...
@@ -444,6 +444,13 @@
...
@@ -444,6 +444,13 @@
"name"
:
"FIELD17"
,
"name"
:
"FIELD17"
,
"codeName"
:
"Field17"
"codeName"
:
"Field17"
}
}
},
{
"id"
:
"field171"
,
"dataType"
:
25
,
"getPSAppDEField"
:
{
"name"
:
"FIELD17"
,
"codeName"
:
"Field17"
}
},
{
},
{
"id"
:
"field13"
,
"id"
:
"field13"
,
"dataType"
:
25
,
"dataType"
:
25
,
...
@@ -1506,6 +1513,42 @@
...
@@ -1506,6 +1513,42 @@
"valueItemName"
:
"field16"
,
"valueItemName"
:
"field16"
,
"allowEmpty"
:
true
,
"allowEmpty"
:
true
,
"showCaption"
:
true
"showCaption"
:
true
},
{
"caption"
:
"地址栏(选择)"
,
"codeName"
:
"field171"
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"mOSFilePath"
:
"psdeformdetail_formitems/field171"
,
"name"
:
"field171"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"FIELD17"
,
"codeName"
:
"Field17"
},
"getPSEditor"
:
{
"editorParams"
:
{
"PICKUPVIEW"
:
"TRUE"
},
"editorType"
:
"ADDRESSPICKUP_AC"
,
"handlerType"
:
"AC"
,
"name"
:
"field171"
,
"enableAC"
:
false
,
"enablePickupView"
:
true
,
"forceSelection"
:
true
,
"showTrigger"
:
true
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/field171"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
}
],
}
],
"getPSLayout"
:
{
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColLG"
:
-1
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr3GridView.json
浏览文件 @
fa64042b
...
@@ -375,35 +375,35 @@
...
@@ -375,35 +375,35 @@
"getPSAppViewLogics"
:
[
{
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
4c6267d
_click"
,
"name"
:
"grid_uagridcolumn1_u
1feafb4
_click"
,
"getPSAppViewUIAction"
:
{
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"表格界面_
删除
操作"
"id"
:
"表格界面_
编辑
操作"
}
}
},
{
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
1feafb4
_click"
,
"name"
:
"grid_uagridcolumn1_u
4c6267d
_click"
,
"getPSAppViewUIAction"
:
{
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
删除
操作"
}
}
}
],
}
],
"getPSAppViewUIActions"
:
[
{
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
删除
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"getPSUIAction"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"
Remove
"
"id"
:
"
Edit
"
},
},
"uIActionTarget"
:
"
MULTI
KEY"
,
"uIActionTarget"
:
"
SINGLE
KEY"
,
"xDataControlName"
:
"grid"
"xDataControlName"
:
"grid"
},
{
},
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
删除
操作"
,
"getPSUIAction"
:
{
"getPSUIAction"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"
Edit
"
"id"
:
"
Remove
"
},
},
"uIActionTarget"
:
"
SINGLE
KEY"
,
"uIActionTarget"
:
"
MULTI
KEY"
,
"xDataControlName"
:
"grid"
"xDataControlName"
:
"grid"
}
],
}
],
"getPSControlHandler"
:
{
"getPSControlHandler"
:
{
...
@@ -611,40 +611,6 @@
...
@@ -611,40 +611,6 @@
"getPSDEUIActionGroup"
:
{
"getPSDEUIActionGroup"
:
{
"name"
:
"界面行为组"
,
"name"
:
"界面行为组"
,
"getPSUIActionGroupDetails"
:
[
{
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u4c6267d"
,
"getPSUIAction"
:
{
"actionTarget"
:
"MULTIKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto159"
,
"rTMOSFilePath"
:
"pslanguageres/Auto159"
},
"caption"
:
"删除"
,
"codeName"
:
"Remove"
,
"fullCodeName"
:
"Remove"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"name"
:
"表格界面_删除操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf00d@FontAwesome"
,
"cssClass"
:
"fa fa-remove"
},
"predefinedType"
:
"GRIDVIEW_REMOVEACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto286"
,
"rTMOSFilePath"
:
"pslanguageres/Auto286"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Remove"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
false
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
"getPSUIAction"
:
{
...
@@ -678,6 +644,40 @@
...
@@ -678,6 +644,40 @@
"addSeparator"
:
true
,
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u4c6267d"
,
"getPSUIAction"
:
{
"actionTarget"
:
"MULTIKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto159"
,
"rTMOSFilePath"
:
"pslanguageres/Auto159"
},
"caption"
:
"删除"
,
"codeName"
:
"Remove"
,
"fullCodeName"
:
"Remove"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"name"
:
"表格界面_删除操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf00d@FontAwesome"
,
"cssClass"
:
"fa fa-remove"
},
"predefinedType"
:
"GRIDVIEW_REMOVEACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto286"
,
"rTMOSFilePath"
:
"pslanguageres/Auto286"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Remove"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
false
,
"showIcon"
:
true
}
]
}
]
},
},
"rTMOSFilePath"
:
"psdegridcols/uagridcolumn1"
,
"rTMOSFilePath"
:
"psdegridcols/uagridcolumn1"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPPORTALVIEWS/AppPortalView.json
浏览文件 @
fa64042b
...
@@ -221,35 +221,35 @@
...
@@ -221,35 +221,35 @@
"getPSAppViewLogics"
:
[
{
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"db_sysportlet2_list_field_u
4c6267d
_click"
,
"name"
:
"db_sysportlet2_list_field_u
1feafb4
_click"
,
"getPSAppViewUIAction"
:
{
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"表格界面_
删除
操作"
"id"
:
"表格界面_
编辑
操作"
}
}
},
{
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"db_sysportlet2_list_field_u
1feafb4
_click"
,
"name"
:
"db_sysportlet2_list_field_u
4c6267d
_click"
,
"getPSAppViewUIAction"
:
{
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
删除
操作"
}
}
}
],
}
],
"getPSAppViewUIActions"
:
[
{
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
删除
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"getPSUIAction"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"
Remove
"
"id"
:
"
Edit
"
},
},
"uIActionTarget"
:
"
MULTI
KEY"
,
"uIActionTarget"
:
"
SINGLE
KEY"
,
"xDataControlName"
:
"db_sysportlet2_list"
"xDataControlName"
:
"db_sysportlet2_list"
},
{
},
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
删除
操作"
,
"getPSUIAction"
:
{
"getPSUIAction"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"
Edit
"
"id"
:
"
Remove
"
},
},
"uIActionTarget"
:
"
SINGLE
KEY"
,
"uIActionTarget"
:
"
MULTI
KEY"
,
"xDataControlName"
:
"db_sysportlet2_list"
"xDataControlName"
:
"db_sysportlet2_list"
}
],
}
],
"getPSControlHandler"
:
{
"getPSControlHandler"
:
{
...
@@ -374,40 +374,6 @@
...
@@ -374,40 +374,6 @@
"getPSDEUIActionGroup"
:
{
"getPSDEUIActionGroup"
:
{
"name"
:
"界面行为组"
,
"name"
:
"界面行为组"
,
"getPSUIActionGroupDetails"
:
[
{
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u4c6267d"
,
"getPSUIAction"
:
{
"actionTarget"
:
"MULTIKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto159"
,
"rTMOSFilePath"
:
"pslanguageres/Auto159"
},
"caption"
:
"删除"
,
"codeName"
:
"Remove"
,
"fullCodeName"
:
"Remove"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"name"
:
"表格界面_删除操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf00d@FontAwesome"
,
"cssClass"
:
"fa fa-remove"
},
"predefinedType"
:
"GRIDVIEW_REMOVEACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto286"
,
"rTMOSFilePath"
:
"pslanguageres/Auto286"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Remove"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
false
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
"getPSUIAction"
:
{
...
@@ -441,6 +407,40 @@
...
@@ -441,6 +407,40 @@
"addSeparator"
:
true
,
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u4c6267d"
,
"getPSUIAction"
:
{
"actionTarget"
:
"MULTIKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto159"
,
"rTMOSFilePath"
:
"pslanguageres/Auto159"
},
"caption"
:
"删除"
,
"codeName"
:
"Remove"
,
"fullCodeName"
:
"Remove"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"name"
:
"表格界面_删除操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf00d@FontAwesome"
,
"cssClass"
:
"fa fa-remove"
},
"predefinedType"
:
"GRIDVIEW_REMOVEACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto286"
,
"rTMOSFilePath"
:
"pslanguageres/Auto286"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Remove"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
false
,
"showIcon"
:
true
}
]
}
]
},
},
"width"
:
150
,
"width"
:
150
,
...
@@ -2602,35 +2602,35 @@
...
@@ -2602,35 +2602,35 @@
"getPSAppViewLogics"
:
[
{
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"db_sysportlet4_u
4c6267d
_click"
,
"name"
:
"db_sysportlet4_u
1feafb4
_click"
,
"getPSAppViewUIAction"
:
{
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"表格界面_
删除
操作"
"id"
:
"表格界面_
编辑
操作"
}
}
},
{
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"db_sysportlet4_u
1feafb4
_click"
,
"name"
:
"db_sysportlet4_u
4c6267d
_click"
,
"getPSAppViewUIAction"
:
{
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
删除
操作"
}
}
}
],
}
],
"getPSAppViewUIActions"
:
[
{
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
删除
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"getPSUIAction"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"
Remove
"
"id"
:
"
Edit
"
},
},
"uIActionTarget"
:
"
MULTI
KEY"
,
"uIActionTarget"
:
"
SINGLE
KEY"
,
"xDataControlName"
:
"db_sysportlet4"
"xDataControlName"
:
"db_sysportlet4"
},
{
},
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
删除
操作"
,
"getPSUIAction"
:
{
"getPSUIAction"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"
Edit
"
"id"
:
"
Remove
"
},
},
"uIActionTarget"
:
"
SINGLE
KEY"
,
"uIActionTarget"
:
"
MULTI
KEY"
,
"xDataControlName"
:
"db_sysportlet4"
"xDataControlName"
:
"db_sysportlet4"
}
],
}
],
"getPSControlHandler"
:
{
"getPSControlHandler"
:
{
...
@@ -2648,40 +2648,6 @@
...
@@ -2648,40 +2648,6 @@
"getPSUIActionGroup"
:
{
"getPSUIActionGroup"
:
{
"name"
:
"界面行为组"
,
"name"
:
"界面行为组"
,
"getPSUIActionGroupDetails"
:
[
{
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u4c6267d"
,
"getPSUIAction"
:
{
"actionTarget"
:
"MULTIKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto159"
,
"rTMOSFilePath"
:
"pslanguageres/Auto159"
},
"caption"
:
"删除"
,
"codeName"
:
"Remove"
,
"fullCodeName"
:
"Remove"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"name"
:
"表格界面_删除操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf00d@FontAwesome"
,
"cssClass"
:
"fa fa-remove"
},
"predefinedType"
:
"GRIDVIEW_REMOVEACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto286"
,
"rTMOSFilePath"
:
"pslanguageres/Auto286"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Remove"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
false
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
"getPSUIAction"
:
{
...
@@ -2715,6 +2681,40 @@
...
@@ -2715,6 +2681,40 @@
"addSeparator"
:
true
,
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u4c6267d"
,
"getPSUIAction"
:
{
"actionTarget"
:
"MULTIKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto159"
,
"rTMOSFilePath"
:
"pslanguageres/Auto159"
},
"caption"
:
"删除"
,
"codeName"
:
"Remove"
,
"fullCodeName"
:
"Remove"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"name"
:
"表格界面_删除操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf00d@FontAwesome"
,
"cssClass"
:
"fa fa-remove"
},
"predefinedType"
:
"GRIDVIEW_REMOVEACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto286"
,
"rTMOSFilePath"
:
"pslanguageres/Auto286"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Remove"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
false
,
"showIcon"
:
true
}
]
}
]
},
},
"portletType"
:
"ACTIONBAR"
,
"portletType"
:
"ACTIONBAR"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
fa64042b
此差异已折叠。
点击以展开。
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录