Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
98815326
提交
98815326
编写于
10月 31, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
lxm1993 发布系统代码 [TrainSys,网页端]
上级
de77c5a2
变更
8
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
86 行增加
和
55 行删除
+86
-55
pom.xml
pom.xml
+1
-1
h2_table.xml
trainsys-core/src/main/resources/liquibase/h2_table.xml
+2
-2
Main.json
...PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSFORMS/Main.json
+15
-15
Main.json
...PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSFORMS/Main.json
+13
-11
ReginfoEditView.json
.../trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoEditView.json
+15
-15
studentEditView.json
.../trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/studentEditView.json
+13
-11
AppWFStepTraceView.json
...nsys/PSSYSAPPS/Web/PSAPPUTILVIEWS/AppWFStepTraceView.json
+22
-0
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+5
-0
未找到文件。
pom.xml
浏览文件 @
98815326
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
</modules>
</modules>
<properties>
<properties>
<ibiz.cloud.version>
8.1.0.23
4
</ibiz.cloud.version>
<ibiz.cloud.version>
8.1.0.23
6
</ibiz.cloud.version>
</properties>
</properties>
...
...
trainsys-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
98815326
...
@@ -169,7 +169,7 @@
...
@@ -169,7 +169,7 @@
</changeSet>
</changeSet>
<!--输出实体[PHONE]数据结构 -->
<!--输出实体[PHONE]数据结构 -->
<changeSet
author=
"root"
id=
"tab-phone-15
7
-6"
>
<changeSet
author=
"root"
id=
"tab-phone-15
8
-6"
>
<createTable
tableName=
"T_PHONE"
>
<createTable
tableName=
"T_PHONE"
>
<column
name=
"PHONEID"
remarks=
""
type=
"VARCHAR(100)"
>
<column
name=
"PHONEID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_PHONE"
/>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_PHONE"
/>
...
@@ -264,7 +264,7 @@
...
@@ -264,7 +264,7 @@
</changeSet>
</changeSet>
<!--输出实体[STUDENT]数据结构 -->
<!--输出实体[STUDENT]数据结构 -->
<changeSet
author=
"root"
id=
"tab-student-7
5
-10"
>
<changeSet
author=
"root"
id=
"tab-student-7
7
-10"
>
<createTable
tableName=
"T_STUDENT"
>
<createTable
tableName=
"T_STUDENT"
>
<column
name=
"CREATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
<column
name=
"CREATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
</column>
</column>
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSFORMS/Main.json
浏览文件 @
98815326
...
@@ -35,21 +35,6 @@
...
@@ -35,21 +35,6 @@
}
}
}
],
}
],
"getPSDEFormItemVRs"
:
[
{
"getPSDEFormItemVRs"
:
[
{
"checkMode"
:
3
,
"name"
:
"表单项值规则"
,
"getPSDEFormItemName"
:
"Name"
,
"getPSSysValueRule"
:
{
"codeName"
:
"ValueRule14"
,
"dynaModelFilePath"
:
"PSSYSVALUERULES/ValueRule14.json"
,
"name"
:
"由26个英文字母组成的字符串"
,
"regExCode"
:
"[A-Za-z]+"
,
"ruleInfo"
:
"内容必须为26个英文字母组成的字符串"
,
"ruleType"
:
"REG"
,
"enableBackend"
:
true
,
"enableFront"
:
true
},
"valueRuleType"
:
"SYSVALUERULE"
},
{
"checkMode"
:
3
,
"checkMode"
:
3
,
"name"
:
"表单项值规则"
,
"name"
:
"表单项值规则"
,
"getPSDEFValueRule"
:
{
"getPSDEFValueRule"
:
{
...
@@ -79,6 +64,21 @@
...
@@ -79,6 +64,21 @@
},
},
"getPSDEFormItemName"
:
"StuNo"
,
"getPSDEFormItemName"
:
"StuNo"
,
"valueRuleType"
:
"DEFVALUERULE"
"valueRuleType"
:
"DEFVALUERULE"
},
{
"checkMode"
:
3
,
"name"
:
"表单项值规则"
,
"getPSDEFormItemName"
:
"Name"
,
"getPSSysValueRule"
:
{
"codeName"
:
"ValueRule14"
,
"dynaModelFilePath"
:
"PSSYSVALUERULES/ValueRule14.json"
,
"name"
:
"由26个英文字母组成的字符串"
,
"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/PSFORMS/Main.json
浏览文件 @
98815326
...
@@ -177,8 +177,9 @@
...
@@ -177,8 +177,9 @@
"codeName"
:
"Age"
"codeName"
:
"Age"
},
},
"getPSEditor"
:
{
"getPSEditor"
:
{
"editorType"
:
"TEXTBOX"
,
"editorType"
:
"SPAN"
,
"name"
:
"age"
"name"
:
"age"
,
"enableLinkView"
:
false
},
},
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"colMD"
:
24
,
...
@@ -195,7 +196,7 @@
...
@@ -195,7 +196,7 @@
"colMD"
:
24
,
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
"layout"
:
"TABLE_24COL"
},
},
"infoGroupMode"
:
fals
e
,
"infoGroupMode"
:
tru
e
,
"showCaption"
:
true
"showCaption"
:
true
},
{
},
{
"codeName"
:
"druipart1"
,
"codeName"
:
"druipart1"
,
...
@@ -1970,9 +1971,9 @@
...
@@ -1970,9 +1971,9 @@
"codeName"
:
"StudentName"
"codeName"
:
"StudentName"
},
},
"getPSEditor"
:
{
"getPSEditor"
:
{
"editorType"
:
"
TEXTBOX
"
,
"editorType"
:
"
SPAN
"
,
"
maxLength"
:
200
,
"
name"
:
"studentname"
,
"
name"
:
"studentname"
"
enableLinkView"
:
false
},
},
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"colMD"
:
24
,
...
@@ -2034,7 +2035,7 @@
...
@@ -2034,7 +2035,7 @@
"width"
:
300
,
"width"
:
300
,
"widthMode"
:
"PX"
"widthMode"
:
"PX"
},
},
"infoGroupMode"
:
fals
e
,
"infoGroupMode"
:
tru
e
,
"showCaption"
:
true
"showCaption"
:
true
}
],
}
],
"getPSLayout"
:
{
"getPSLayout"
:
{
...
@@ -2052,14 +2053,14 @@
...
@@ -2052,14 +2053,14 @@
"widthMode"
:
"PX"
"widthMode"
:
"PX"
},
},
"width"
:
700.0
,
"width"
:
700.0
,
"infoGroupMode"
:
fals
e
,
"infoGroupMode"
:
tru
e
,
"showCaption"
:
true
"showCaption"
:
true
}
],
}
],
"getPSLayout"
:
{
"getPSLayout"
:
{
"columnCount"
:
24
,
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
"layout"
:
"TABLE_24COL"
},
},
"infoGroupMode"
:
fals
e
"infoGroupMode"
:
tru
e
},
{
},
{
"caption"
:
"其它"
,
"caption"
:
"其它"
,
"codeName"
:
"formpage2"
,
"codeName"
:
"formpage2"
,
...
@@ -2202,14 +2203,14 @@
...
@@ -2202,14 +2203,14 @@
"colMD"
:
24
,
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
"layout"
:
"TABLE_24COL"
},
},
"infoGroupMode"
:
fals
e
,
"infoGroupMode"
:
tru
e
,
"showCaption"
:
true
"showCaption"
:
true
}
],
}
],
"getPSLayout"
:
{
"getPSLayout"
:
{
"columnCount"
:
24
,
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
"layout"
:
"TABLE_24COL"
},
},
"infoGroupMode"
:
fals
e
"infoGroupMode"
:
tru
e
}
],
}
],
"getPSLayout"
:
{
"getPSLayout"
:
{
"columnCount"
:
24
,
"columnCount"
:
24
,
...
@@ -2224,6 +2225,7 @@
...
@@ -2224,6 +2225,7 @@
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"update"
"id"
:
"update"
},
},
"infoFormMode"
:
true
,
"noTabHeader"
:
false
,
"noTabHeader"
:
false
,
"modelid"
:
"558d4f42147c9dd9f2fe4c70cac70cd8"
,
"modelid"
:
"558d4f42147c9dd9f2fe4c70cac70cd8"
,
"modeltype"
:
"PSDEFORM_EDITFORM"
"modeltype"
:
"PSDEFORM_EDITFORM"
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoEditView.json
浏览文件 @
98815326
...
@@ -1021,21 +1021,6 @@
...
@@ -1021,21 +1021,6 @@
"id"
:
"FORM"
"id"
:
"FORM"
},
},
"getPSDEFormItemVRs"
:
[
{
"getPSDEFormItemVRs"
:
[
{
"checkMode"
:
3
,
"name"
:
"表单项值规则"
,
"getPSDEFormItemName"
:
"Name"
,
"getPSSysValueRule"
:
{
"codeName"
:
"ValueRule14"
,
"dynaModelFilePath"
:
"PSSYSVALUERULES/ValueRule14.json"
,
"name"
:
"由26个英文字母组成的字符串"
,
"regExCode"
:
"[A-Za-z]+"
,
"ruleInfo"
:
"内容必须为26个英文字母组成的字符串"
,
"ruleType"
:
"REG"
,
"enableBackend"
:
true
,
"enableFront"
:
true
},
"valueRuleType"
:
"SYSVALUERULE"
},
{
"checkMode"
:
3
,
"checkMode"
:
3
,
"name"
:
"表单项值规则"
,
"name"
:
"表单项值规则"
,
"getPSDEFValueRule"
:
{
"getPSDEFValueRule"
:
{
...
@@ -1065,6 +1050,21 @@
...
@@ -1065,6 +1050,21 @@
},
},
"getPSDEFormItemName"
:
"StuNo"
,
"getPSDEFormItemName"
:
"StuNo"
,
"valueRuleType"
:
"DEFVALUERULE"
"valueRuleType"
:
"DEFVALUERULE"
},
{
"checkMode"
:
3
,
"name"
:
"表单项值规则"
,
"getPSDEFormItemName"
:
"Name"
,
"getPSSysValueRule"
:
{
"codeName"
:
"ValueRule14"
,
"dynaModelFilePath"
:
"PSSYSVALUERULES/ValueRule14.json"
,
"name"
:
"由26个英文字母组成的字符串"
,
"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/studentEditView.json
浏览文件 @
98815326
...
@@ -1163,8 +1163,9 @@
...
@@ -1163,8 +1163,9 @@
"codeName"
:
"Age"
"codeName"
:
"Age"
},
},
"getPSEditor"
:
{
"getPSEditor"
:
{
"editorType"
:
"TEXTBOX"
,
"editorType"
:
"SPAN"
,
"name"
:
"age"
"name"
:
"age"
,
"enableLinkView"
:
false
},
},
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"colMD"
:
24
,
...
@@ -1181,7 +1182,7 @@
...
@@ -1181,7 +1182,7 @@
"colMD"
:
24
,
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
"layout"
:
"TABLE_24COL"
},
},
"infoGroupMode"
:
fals
e
,
"infoGroupMode"
:
tru
e
,
"showCaption"
:
true
"showCaption"
:
true
},
{
},
{
"codeName"
:
"druipart1"
,
"codeName"
:
"druipart1"
,
...
@@ -2956,9 +2957,9 @@
...
@@ -2956,9 +2957,9 @@
"codeName"
:
"StudentName"
"codeName"
:
"StudentName"
},
},
"getPSEditor"
:
{
"getPSEditor"
:
{
"editorType"
:
"
TEXTBOX
"
,
"editorType"
:
"
SPAN
"
,
"
maxLength"
:
200
,
"
name"
:
"studentname"
,
"
name"
:
"studentname"
"
enableLinkView"
:
false
},
},
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"colMD"
:
24
,
...
@@ -3020,7 +3021,7 @@
...
@@ -3020,7 +3021,7 @@
"width"
:
300
,
"width"
:
300
,
"widthMode"
:
"PX"
"widthMode"
:
"PX"
},
},
"infoGroupMode"
:
fals
e
,
"infoGroupMode"
:
tru
e
,
"showCaption"
:
true
"showCaption"
:
true
}
],
}
],
"getPSLayout"
:
{
"getPSLayout"
:
{
...
@@ -3038,14 +3039,14 @@
...
@@ -3038,14 +3039,14 @@
"widthMode"
:
"PX"
"widthMode"
:
"PX"
},
},
"width"
:
700.0
,
"width"
:
700.0
,
"infoGroupMode"
:
fals
e
,
"infoGroupMode"
:
tru
e
,
"showCaption"
:
true
"showCaption"
:
true
}
],
}
],
"getPSLayout"
:
{
"getPSLayout"
:
{
"columnCount"
:
24
,
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
"layout"
:
"TABLE_24COL"
},
},
"infoGroupMode"
:
fals
e
"infoGroupMode"
:
tru
e
},
{
},
{
"caption"
:
"其它"
,
"caption"
:
"其它"
,
"codeName"
:
"formpage2"
,
"codeName"
:
"formpage2"
,
...
@@ -3188,14 +3189,14 @@
...
@@ -3188,14 +3189,14 @@
"colMD"
:
24
,
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
"layout"
:
"TABLE_24COL"
},
},
"infoGroupMode"
:
fals
e
,
"infoGroupMode"
:
tru
e
,
"showCaption"
:
true
"showCaption"
:
true
}
],
}
],
"getPSLayout"
:
{
"getPSLayout"
:
{
"columnCount"
:
24
,
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
"layout"
:
"TABLE_24COL"
},
},
"infoGroupMode"
:
fals
e
"infoGroupMode"
:
tru
e
}
],
}
],
"getPSLayout"
:
{
"getPSLayout"
:
{
"columnCount"
:
24
,
"columnCount"
:
24
,
...
@@ -3210,6 +3211,7 @@
...
@@ -3210,6 +3211,7 @@
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"update"
"id"
:
"update"
},
},
"infoFormMode"
:
true
,
"noTabHeader"
:
false
,
"noTabHeader"
:
false
,
"name"
:
"form"
,
"name"
:
"form"
,
"modelid"
:
"558d4f42147c9dd9f2fe4c70cac70cd8"
,
"modelid"
:
"558d4f42147c9dd9f2fe4c70cac70cd8"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPUTILVIEWS/AppWFStepTraceView.json
0 → 100644
浏览文件 @
98815326
{
"accUserMode"
:
0
,
"codeName"
:
"AppWFStepTraceView"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPUTILVIEWS/AppWFStepTraceView.json"
,
"name"
:
"AppWFStepTraceView"
,
"getPSViewLayoutPanel"
:
{
"codeName"
:
"Layoutpanel"
,
"controlStyle"
:
"APPWFSTEPTRACEVIEW"
,
"controlType"
:
"VIEWLAYOUTPANEL"
,
"name"
:
"layoutpanel"
,
"getPSControlParam"
:
{
},
"layoutBodyOnly"
:
true
,
"layoutPanel"
:
true
,
"useDefaultLayout"
:
true
},
"title"
:
"应用流程跟踪视图"
,
"viewStyle"
:
"DEFAULT"
,
"viewType"
:
"APPWFSTEPTRACEVIEW"
,
"enableDP"
:
false
,
"modelid"
:
"B221C050-57A7-4932-9096-EDCC54C3D0F6"
,
"modeltype"
:
"PSAPPUTILVIEW"
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
98815326
...
@@ -1332,6 +1332,11 @@
...
@@ -1332,6 +1332,11 @@
"viewType"
:
"DEGRIDVIEW"
,
"viewType"
:
"DEGRIDVIEW"
,
"resource"
:
"RawMaterial"
,
"resource"
:
"RawMaterial"
,
"view"
:
"GridView"
"view"
:
"GridView"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPUTILVIEWS/AppWFStepTraceView.json"
,
"viewType"
:
"APPWFSTEPTRACEVIEW"
,
"view"
:
"AppWFStepTraceView"
},
{
},
{
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPPORTALVIEWS/AppPortalView.json"
,
"path"
:
"PSSYSAPPS/Web/PSAPPPORTALVIEWS/AppPortalView.json"
,
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录