Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
482ae535
提交
482ae535
编写于
9月 05, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
lxm1993 发布系统代码 [TrainSys,网页端]
上级
5f1adab4
变更
6
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
102 行增加
和
24 行删除
+102
-24
h2_table.xml
trainsys-core/src/main/resources/liquibase/h2_table.xml
+1
-1
EditorTest.json
...YSAPPS/Web/PSAPPDATAENTITIES/Book/PSFORMS/EditorTest.json
+11
-7
Main.json
...PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSFORMS/Main.json
+34
-1
ReginfoEditView.json
.../trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoEditView.json
+34
-1
bookBookEditViewEditorTest.json
...SSYSAPPS/Web/PSAPPDEVIEWS/bookBookEditViewEditorTest.json
+11
-7
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+11
-7
未找到文件。
trainsys-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
482ae535
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
</changeSet>
</changeSet>
<!--输出实体[BOOK]数据结构 -->
<!--输出实体[BOOK]数据结构 -->
<changeSet
author=
"root"
id=
"tab-book-
196
-3"
>
<changeSet
author=
"root"
id=
"tab-book-
200
-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
浏览文件 @
482ae535
...
@@ -258,8 +258,11 @@
...
@@ -258,8 +258,11 @@
"actionGroupExtractMode"
:
"ITEM"
,
"actionGroupExtractMode"
:
"ITEM"
,
"caption"
:
"编辑器测试"
,
"caption"
:
"编辑器测试"
,
"codeName"
:
"group1"
,
"codeName"
:
"group1"
,
"contentHeight"
:
883.0
,
"contentWidth"
:
1183.0
,
"detailStyle"
:
"DEFAULT"
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"GROUPPANEL"
,
"detailType"
:
"GROUPPANEL"
,
"height"
:
899.0
,
"name"
:
"group1"
,
"name"
:
"group1"
,
"getPSDEFormDetails"
:
[
{
"getPSDEFormDetails"
:
[
{
"caption"
:
"标签"
,
"caption"
:
"标签"
,
...
@@ -966,8 +969,11 @@
...
@@ -966,8 +969,11 @@
"colMDOffset"
:
2
,
"colMDOffset"
:
2
,
"colSM"
:
23
,
"colSM"
:
23
,
"colXS"
:
23
,
"colXS"
:
23
,
"layout"
:
"TABLE_24COL"
"height"
:
899
,
"layout"
:
"TABLE_24COL"
,
"width"
:
1199
},
},
"width"
:
1199.0
,
"infoGroupMode"
:
false
,
"infoGroupMode"
:
false
,
"showCaption"
:
true
"showCaption"
:
true
}
],
}
],
...
@@ -1128,21 +1134,19 @@
...
@@ -1128,21 +1134,19 @@
"layout"
:
"TABLE_12COL"
"layout"
:
"TABLE_12COL"
},
},
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"
colMD"
:
24
,
"
grow"
:
-1
,
"layout"
:
"
TABLE_24COL
"
"layout"
:
"
FLEX
"
},
},
"infoGroupMode"
:
false
,
"infoGroupMode"
:
false
,
"showCaption"
:
true
"showCaption"
:
true
}
],
}
],
"getPSLayout"
:
{
"getPSLayout"
:
{
"columnCount"
:
24
,
"layout"
:
"FLEX"
"layout"
:
"TABLE_24COL"
},
},
"infoGroupMode"
:
false
"infoGroupMode"
:
false
}
],
}
],
"getPSLayout"
:
{
"getPSLayout"
:
{
"columnCount"
:
24
,
"layout"
:
"FLEX"
"layout"
:
"TABLE_24COL"
},
},
"getRemovePSControlAction"
:
{
"getRemovePSControlAction"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSFORMS/Main.json
浏览文件 @
482ae535
...
@@ -235,23 +235,33 @@
...
@@ -235,23 +235,33 @@
},
{
},
{
"caption"
:
"学员编号"
,
"caption"
:
"学员编号"
,
"codeName"
:
"stuno"
,
"codeName"
:
"stuno"
,
"contentHeight"
:
49.0
,
"contentWidth"
:
899.0
,
"dataType"
:
25
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"enableCond"
:
3
,
"height"
:
49.0
,
"ignoreInput"
:
0
,
"ignoreInput"
:
0
,
"itemHeight"
:
37.0
,
"itemWidth"
:
807.0
,
"labelPos"
:
"LEFT"
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"labelWidth"
:
130
,
"name"
:
"stuno"
,
"name"
:
"stuno"
,
"noPrivDisplayMode"
:
1
,
"noPrivDisplayMode"
:
1
,
"getPSEditor"
:
{
"getPSEditor"
:
{
"editorHeight"
:
37.0
,
"editorType"
:
"TEXTBOX"
,
"editorType"
:
"TEXTBOX"
,
"editorWidth"
:
677.0
,
"name"
:
"stuno"
"name"
:
"stuno"
},
},
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
"height"
:
49
,
"layout"
:
"TABLE_24COL"
,
"width"
:
899
},
},
"width"
:
899.0
,
"allowEmpty"
:
true
,
"allowEmpty"
:
true
,
"showCaption"
:
true
"showCaption"
:
true
}
],
}
],
...
@@ -376,6 +386,29 @@
...
@@ -376,6 +386,29 @@
},
},
"allowEmpty"
:
true
,
"allowEmpty"
:
true
,
"showCaption"
:
true
"showCaption"
:
true
},
{
"codeName"
:
"rawitem1"
,
"contentHeight"
:
499.0
,
"contentType"
:
"RAW"
,
"contentWidth"
:
599.0
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"RAWITEM"
,
"height"
:
499.0
,
"name"
:
"rawitem1"
,
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"height"
:
499
,
"layout"
:
"TABLE_24COL"
,
"width"
:
599
},
"getPSRawItem"
:
{
"contentType"
:
"RAW"
,
"name"
:
"rawitem1"
},
"rawItemHeight"
:
388.0
,
"rawItemWidth"
:
488.0
,
"width"
:
599.0
,
"showCaption"
:
true
}
],
}
],
"getPSLayout"
:
{
"getPSLayout"
:
{
"columnCount"
:
24
,
"columnCount"
:
24
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoEditView.json
浏览文件 @
482ae535
...
@@ -1221,23 +1221,33 @@
...
@@ -1221,23 +1221,33 @@
},
{
},
{
"caption"
:
"学员编号"
,
"caption"
:
"学员编号"
,
"codeName"
:
"stuno"
,
"codeName"
:
"stuno"
,
"contentHeight"
:
49.0
,
"contentWidth"
:
899.0
,
"dataType"
:
25
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"enableCond"
:
3
,
"height"
:
49.0
,
"ignoreInput"
:
0
,
"ignoreInput"
:
0
,
"itemHeight"
:
37.0
,
"itemWidth"
:
807.0
,
"labelPos"
:
"LEFT"
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"labelWidth"
:
130
,
"name"
:
"stuno"
,
"name"
:
"stuno"
,
"noPrivDisplayMode"
:
1
,
"noPrivDisplayMode"
:
1
,
"getPSEditor"
:
{
"getPSEditor"
:
{
"editorHeight"
:
37.0
,
"editorType"
:
"TEXTBOX"
,
"editorType"
:
"TEXTBOX"
,
"editorWidth"
:
677.0
,
"name"
:
"stuno"
"name"
:
"stuno"
},
},
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
"height"
:
49
,
"layout"
:
"TABLE_24COL"
,
"width"
:
899
},
},
"width"
:
899.0
,
"allowEmpty"
:
true
,
"allowEmpty"
:
true
,
"showCaption"
:
true
"showCaption"
:
true
}
],
}
],
...
@@ -1362,6 +1372,29 @@
...
@@ -1362,6 +1372,29 @@
},
},
"allowEmpty"
:
true
,
"allowEmpty"
:
true
,
"showCaption"
:
true
"showCaption"
:
true
},
{
"codeName"
:
"rawitem1"
,
"contentHeight"
:
499.0
,
"contentType"
:
"RAW"
,
"contentWidth"
:
599.0
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"RAWITEM"
,
"height"
:
499.0
,
"name"
:
"rawitem1"
,
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"height"
:
499
,
"layout"
:
"TABLE_24COL"
,
"width"
:
599
},
"getPSRawItem"
:
{
"contentType"
:
"RAW"
,
"name"
:
"rawitem1"
},
"rawItemHeight"
:
388.0
,
"rawItemWidth"
:
488.0
,
"width"
:
599.0
,
"showCaption"
:
true
}
],
}
],
"getPSLayout"
:
{
"getPSLayout"
:
{
"columnCount"
:
24
,
"columnCount"
:
24
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookBookEditViewEditorTest.json
浏览文件 @
482ae535
...
@@ -379,8 +379,11 @@
...
@@ -379,8 +379,11 @@
"actionGroupExtractMode"
:
"ITEM"
,
"actionGroupExtractMode"
:
"ITEM"
,
"caption"
:
"编辑器测试"
,
"caption"
:
"编辑器测试"
,
"codeName"
:
"group1"
,
"codeName"
:
"group1"
,
"contentHeight"
:
883.0
,
"contentWidth"
:
1183.0
,
"detailStyle"
:
"DEFAULT"
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"GROUPPANEL"
,
"detailType"
:
"GROUPPANEL"
,
"height"
:
899.0
,
"name"
:
"group1"
,
"name"
:
"group1"
,
"getPSDEFormDetails"
:
[
{
"getPSDEFormDetails"
:
[
{
"caption"
:
"标签"
,
"caption"
:
"标签"
,
...
@@ -1087,8 +1090,11 @@
...
@@ -1087,8 +1090,11 @@
"colMDOffset"
:
2
,
"colMDOffset"
:
2
,
"colSM"
:
23
,
"colSM"
:
23
,
"colXS"
:
23
,
"colXS"
:
23
,
"layout"
:
"TABLE_24COL"
"height"
:
899
,
"layout"
:
"TABLE_24COL"
,
"width"
:
1199
},
},
"width"
:
1199.0
,
"infoGroupMode"
:
false
,
"infoGroupMode"
:
false
,
"showCaption"
:
true
"showCaption"
:
true
}
],
}
],
...
@@ -1249,21 +1255,19 @@
...
@@ -1249,21 +1255,19 @@
"layout"
:
"TABLE_12COL"
"layout"
:
"TABLE_12COL"
},
},
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"
colMD"
:
24
,
"
grow"
:
-1
,
"layout"
:
"
TABLE_24COL
"
"layout"
:
"
FLEX
"
},
},
"infoGroupMode"
:
false
,
"infoGroupMode"
:
false
,
"showCaption"
:
true
"showCaption"
:
true
}
],
}
],
"getPSLayout"
:
{
"getPSLayout"
:
{
"columnCount"
:
24
,
"layout"
:
"FLEX"
"layout"
:
"TABLE_24COL"
},
},
"infoGroupMode"
:
false
"infoGroupMode"
:
false
}
],
}
],
"getPSLayout"
:
{
"getPSLayout"
:
{
"columnCount"
:
24
,
"layout"
:
"FLEX"
"layout"
:
"TABLE_24COL"
},
},
"getRemovePSControlAction"
:
{
"getRemovePSControlAction"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
482ae535
...
@@ -4125,8 +4125,11 @@
...
@@ -4125,8 +4125,11 @@
"actionGroupExtractMode"
:
"ITEM"
,
"actionGroupExtractMode"
:
"ITEM"
,
"caption"
:
"编辑器测试"
,
"caption"
:
"编辑器测试"
,
"codeName"
:
"group1"
,
"codeName"
:
"group1"
,
"contentHeight"
:
883.0
,
"contentWidth"
:
1183.0
,
"detailStyle"
:
"DEFAULT"
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"GROUPPANEL"
,
"detailType"
:
"GROUPPANEL"
,
"height"
:
899.0
,
"name"
:
"group1"
,
"name"
:
"group1"
,
"getPSDEFormDetails"
:
[
{
"getPSDEFormDetails"
:
[
{
"caption"
:
"标签"
,
"caption"
:
"标签"
,
...
@@ -4833,8 +4836,11 @@
...
@@ -4833,8 +4836,11 @@
"colMDOffset"
:
2
,
"colMDOffset"
:
2
,
"colSM"
:
23
,
"colSM"
:
23
,
"colXS"
:
23
,
"colXS"
:
23
,
"layout"
:
"TABLE_24COL"
"height"
:
899
,
"layout"
:
"TABLE_24COL"
,
"width"
:
1199
},
},
"width"
:
1199.0
,
"infoGroupMode"
:
false
,
"infoGroupMode"
:
false
,
"showCaption"
:
true
"showCaption"
:
true
}
],
}
],
...
@@ -4995,21 +5001,19 @@
...
@@ -4995,21 +5001,19 @@
"layout"
:
"TABLE_12COL"
"layout"
:
"TABLE_12COL"
},
},
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"
colMD"
:
24
,
"
grow"
:
-1
,
"layout"
:
"
TABLE_24COL
"
"layout"
:
"
FLEX
"
},
},
"infoGroupMode"
:
false
,
"infoGroupMode"
:
false
,
"showCaption"
:
true
"showCaption"
:
true
}
],
}
],
"getPSLayout"
:
{
"getPSLayout"
:
{
"columnCount"
:
24
,
"layout"
:
"FLEX"
"layout"
:
"TABLE_24COL"
},
},
"infoGroupMode"
:
false
"infoGroupMode"
:
false
}
],
}
],
"getPSLayout"
:
{
"getPSLayout"
:
{
"columnCount"
:
24
,
"layout"
:
"FLEX"
"layout"
:
"TABLE_24COL"
},
},
"getRemovePSControlAction"
:
{
"getRemovePSControlAction"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录