Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
ad885da3
提交
ad885da3
编写于
11月 03, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
lxm1993 发布系统代码 [TrainSys,网页端]
上级
8224afab
变更
13
隐藏空白字符变更
内嵌
并排
正在显示
13 个修改的文件
包含
100 行增加
和
30 行删除
+100
-30
h2_table.xml
trainsys-core/src/main/resources/liquibase/h2_table.xml
+1
-1
Book.json
...bizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Book.json
+3
-3
Main.json
...ys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSFORMS/Main.json
+8
-2
Main.json
...ys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/Main.json
+6
-2
bookBookWFDynaStartView.json
...s/PSSYSAPPS/Web/PSAPPDEVIEWS/bookBookWFDynaStartView.json
+8
-2
bookEditView.json
...lab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookEditView.json
+8
-2
bookEditView3.json
...ab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookEditView3.json
+8
-2
bookGridView.json
...lab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookGridView.json
+6
-2
bookOptionView.json
...b/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookOptionView.json
+8
-2
bookWFDynaActionView.json
...nsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookWFDynaActionView.json
+8
-2
bookWFDynaEditView3.json
...insys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookWFDynaEditView3.json
+8
-2
AppPortalView.json
...rainsys/PSSYSAPPS/Web/PSAPPPORTALVIEWS/AppPortalView.json
+6
-2
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+22
-6
未找到文件。
trainsys-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
ad885da3
...
...
@@ -50,7 +50,7 @@
</changeSet>
<!--输出实体[BOOK]数据结构 -->
<changeSet
author=
"root"
id=
"tab-book-32
6
-3"
>
<changeSet
author=
"root"
id=
"tab-book-32
7
-3"
>
<createTable
tableName=
"T_BOOK"
>
<column
name=
"BOOKNAME"
remarks=
""
type=
"VARCHAR(200)"
>
</column>
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Book.json
浏览文件 @
ad885da3
...
...
@@ -1933,7 +1933,7 @@
"name"
:
"[FIELD9][属性9]"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"Default"
,
"editorType"
:
"TEXT
BOX
"
,
"editorType"
:
"TEXT
AREA_10
"
,
"name"
:
"[FIELD9][属性9]"
,
"stringLength"
:
100
,
"uIMode"
:
"DEFAULT"
...
...
@@ -1944,7 +1944,7 @@
"name"
:
"[FIELD9][属性9]移动端默认"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"MobileDefault"
,
"editorType"
:
"MOBTEXT"
,
"editorType"
:
"MOBTEXT
AREA
"
,
"name"
:
"[FIELD9][属性9]移动端默认"
,
"stringLength"
:
100
,
"uIMode"
:
"MOBILEDEFAULT"
,
...
...
@@ -1980,7 +1980,7 @@
}
],
"codeName"
:
"Field9"
,
"dEFType"
:
1
,
"dataType"
:
"
TEXT
"
,
"dataType"
:
"
LONGTEXT_1000
"
,
"importOrder"
:
1000
,
"length"
:
100
,
"logicName"
:
"属性9"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSFORMS/Main.json
浏览文件 @
ad885da3
...
...
@@ -785,6 +785,7 @@
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"itemHeight"
:
200.0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"name"
:
"field9"
,
...
...
@@ -794,9 +795,14 @@
"codeName"
:
"Field9"
},
"getPSEditor"
:
{
"editorType"
:
"TEXTBOX"
,
"editorHeight"
:
200.0
,
"editorParams"
:
{
"HEIGHT"
:
"200"
},
"editorType"
:
"TEXTAREA_10"
,
"maxLength"
:
100
,
"name"
:
"field9"
"name"
:
"field9"
,
"showMaxLength"
:
true
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/Main.json
浏览文件 @
ad885da3
...
...
@@ -229,9 +229,13 @@
"codeName"
:
"Field9"
},
"getPSEditor"
:
{
"editorType"
:
"TEXTBOX"
,
"editorParams"
:
{
"HEIGHT"
:
"200"
},
"editorType"
:
"TEXTAREA_10"
,
"maxLength"
:
100
,
"name"
:
"name"
"name"
:
"name"
,
"showMaxLength"
:
true
},
"allowEmpty"
:
true
},
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookBookWFDynaStartView.json
浏览文件 @
ad885da3
...
...
@@ -886,6 +886,7 @@
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"itemHeight"
:
200.0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"name"
:
"field9"
,
...
...
@@ -895,9 +896,14 @@
"codeName"
:
"Field9"
},
"getPSEditor"
:
{
"editorType"
:
"TEXTBOX"
,
"editorHeight"
:
200.0
,
"editorParams"
:
{
"HEIGHT"
:
"200"
},
"editorType"
:
"TEXTAREA_10"
,
"maxLength"
:
100
,
"name"
:
"field9"
"name"
:
"field9"
,
"showMaxLength"
:
true
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookEditView.json
浏览文件 @
ad885da3
...
...
@@ -1872,6 +1872,7 @@
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"itemHeight"
:
200.0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"name"
:
"field9"
,
...
...
@@ -1881,9 +1882,14 @@
"codeName"
:
"Field9"
},
"getPSEditor"
:
{
"editorType"
:
"TEXTBOX"
,
"editorHeight"
:
200.0
,
"editorParams"
:
{
"HEIGHT"
:
"200"
},
"editorType"
:
"TEXTAREA_10"
,
"maxLength"
:
100
,
"name"
:
"field9"
"name"
:
"field9"
,
"showMaxLength"
:
true
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookEditView3.json
浏览文件 @
ad885da3
...
...
@@ -966,6 +966,7 @@
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"itemHeight"
:
200.0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"name"
:
"field9"
,
...
...
@@ -975,9 +976,14 @@
"codeName"
:
"Field9"
},
"getPSEditor"
:
{
"editorType"
:
"TEXTBOX"
,
"editorHeight"
:
200.0
,
"editorParams"
:
{
"HEIGHT"
:
"200"
},
"editorType"
:
"TEXTAREA_10"
,
"maxLength"
:
100
,
"name"
:
"field9"
"name"
:
"field9"
,
"showMaxLength"
:
true
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookGridView.json
浏览文件 @
ad885da3
...
...
@@ -659,9 +659,13 @@
"codeName"
:
"Field9"
},
"getPSEditor"
:
{
"editorType"
:
"TEXTBOX"
,
"editorParams"
:
{
"HEIGHT"
:
"200"
},
"editorType"
:
"TEXTAREA_10"
,
"maxLength"
:
100
,
"name"
:
"name"
"name"
:
"name"
,
"showMaxLength"
:
true
},
"allowEmpty"
:
true
},
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookOptionView.json
浏览文件 @
ad885da3
...
...
@@ -909,6 +909,7 @@
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"itemHeight"
:
200.0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"name"
:
"field9"
,
...
...
@@ -918,9 +919,14 @@
"codeName"
:
"Field9"
},
"getPSEditor"
:
{
"editorType"
:
"TEXTBOX"
,
"editorHeight"
:
200.0
,
"editorParams"
:
{
"HEIGHT"
:
"200"
},
"editorType"
:
"TEXTAREA_10"
,
"maxLength"
:
100
,
"name"
:
"field9"
"name"
:
"field9"
,
"showMaxLength"
:
true
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookWFDynaActionView.json
浏览文件 @
ad885da3
...
...
@@ -886,6 +886,7 @@
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"itemHeight"
:
200.0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"name"
:
"field9"
,
...
...
@@ -895,9 +896,14 @@
"codeName"
:
"Field9"
},
"getPSEditor"
:
{
"editorType"
:
"TEXTBOX"
,
"editorHeight"
:
200.0
,
"editorParams"
:
{
"HEIGHT"
:
"200"
},
"editorType"
:
"TEXTAREA_10"
,
"maxLength"
:
100
,
"name"
:
"field9"
"name"
:
"field9"
,
"showMaxLength"
:
true
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookWFDynaEditView3.json
浏览文件 @
ad885da3
...
...
@@ -926,6 +926,7 @@
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"itemHeight"
:
200.0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"name"
:
"field9"
,
...
...
@@ -935,9 +936,14 @@
"codeName"
:
"Field9"
},
"getPSEditor"
:
{
"editorType"
:
"TEXTBOX"
,
"editorHeight"
:
200.0
,
"editorParams"
:
{
"HEIGHT"
:
"200"
},
"editorType"
:
"TEXTAREA_10"
,
"maxLength"
:
100
,
"name"
:
"field9"
"name"
:
"field9"
,
"showMaxLength"
:
true
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPPORTALVIEWS/AppPortalView.json
浏览文件 @
ad885da3
...
...
@@ -2245,9 +2245,13 @@
"codeName"
:
"Field9"
},
"getPSEditor"
:
{
"editorType"
:
"TEXTBOX"
,
"editorParams"
:
{
"HEIGHT"
:
"200"
},
"editorType"
:
"TEXTAREA_10"
,
"maxLength"
:
100
,
"name"
:
"name"
"name"
:
"name"
,
"showMaxLength"
:
true
},
"allowEmpty"
:
true
},
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
ad885da3
...
...
@@ -4160,9 +4160,13 @@
"codeName"
:
"Field9"
},
"getPSEditor"
:
{
"editorType"
:
"TEXTBOX"
,
"editorParams"
:
{
"HEIGHT"
:
"200"
},
"editorType"
:
"TEXTAREA_10"
,
"maxLength"
:
100
,
"name"
:
"name"
"name"
:
"name"
,
"showMaxLength"
:
true
},
"allowEmpty"
:
true
},
{
...
...
@@ -17616,6 +17620,7 @@
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"itemHeight"
:
200.0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"name"
:
"field9"
,
...
...
@@ -17625,9 +17630,14 @@
"codeName"
:
"Field9"
},
"getPSEditor"
:
{
"editorType"
:
"TEXTBOX"
,
"editorHeight"
:
200.0
,
"editorParams"
:
{
"HEIGHT"
:
"200"
},
"editorType"
:
"TEXTAREA_10"
,
"maxLength"
:
100
,
"name"
:
"field9"
"name"
:
"field9"
,
"showMaxLength"
:
true
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
...
...
@@ -18857,6 +18867,7 @@
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"itemHeight"
:
200.0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"name"
:
"field9"
,
...
...
@@ -18866,9 +18877,14 @@
"codeName"
:
"Field9"
},
"getPSEditor"
:
{
"editorType"
:
"TEXTBOX"
,
"editorHeight"
:
200.0
,
"editorParams"
:
{
"HEIGHT"
:
"200"
},
"editorType"
:
"TEXTAREA_10"
,
"maxLength"
:
100
,
"name"
:
"field9"
"name"
:
"field9"
,
"showMaxLength"
:
true
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录