Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
45f5fa27
提交
45f5fa27
编写于
11月 17, 2023
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
lxm1993 发布系统代码 [TrainSys,网页端]
上级
17b48a4a
变更
13
隐藏空白字符变更
内嵌
并排
正在显示
13 个修改的文件
包含
614 行增加
和
30 行删除
+614
-30
Book.json
...bizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Book.json
+16
-0
Book.json
...bizlab/trainsys/PSSYSAPPS/Mob/PSAPPDATAENTITIES/Book.json
+24
-0
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSSYSAPP.json
+24
-0
Book.json
...sys/PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Book.json
+24
-0
Book.json
...bizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json
+24
-0
Main.json
...ys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/Main.json
+66
-2
bookGridView9.json
...ab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookGridView9.json
+66
-2
bookMPickupView.json
.../trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookMPickupView.json
+66
-2
bookPickupGridView.json
...ainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookPickupGridView.json
+66
-2
bookPickupView.json
...b/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookPickupView.json
+66
-2
bookPickupView2.json
.../trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookPickupView2.json
+66
-2
bookUsr2PickupGridView.json
...ys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr2PickupGridView.json
+66
-2
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+40
-16
未找到文件。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Book.json
浏览文件 @
45f5fa27
...
...
@@ -535,6 +535,22 @@
"name"
:
"FIELD14"
,
"codeName"
:
"Field14"
}
},
{
"caption"
:
"属性3"
,
"format"
:
"%1$s"
,
"name"
:
"field3"
,
"getPSDEField"
:
{
"name"
:
"FIELD3"
,
"codeName"
:
"Field3"
}
},
{
"caption"
:
"属性4"
,
"format"
:
"%1$s"
,
"name"
:
"field4"
,
"getPSDEField"
:
{
"name"
:
"FIELD4"
,
"codeName"
:
"Field4"
}
}
],
"defaultMode"
:
true
,
"enableBackend"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSAPPDATAENTITIES/Book.json
浏览文件 @
45f5fa27
...
...
@@ -478,6 +478,30 @@
"name"
:
"FIELD14"
,
"codeName"
:
"Field14"
}
},
{
"caption"
:
"属性3"
,
"format"
:
"%1$s"
,
"name"
:
"field3"
,
"getPSAppDEField"
:
{
"name"
:
"FIELD3"
,
"codeName"
:
"Field3"
},
"getPSDEField"
:
{
"name"
:
"FIELD3"
,
"codeName"
:
"Field3"
}
},
{
"caption"
:
"属性4"
,
"format"
:
"%1$s"
,
"name"
:
"field4"
,
"getPSAppDEField"
:
{
"name"
:
"FIELD4"
,
"codeName"
:
"Field4"
},
"getPSDEField"
:
{
"name"
:
"FIELD4"
,
"codeName"
:
"Field4"
}
}
],
"defaultMode"
:
true
,
"enableBackend"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSSYSAPP.json
浏览文件 @
45f5fa27
...
...
@@ -33084,6 +33084,30 @@
"name" : "FIELD14",
"codeName" : "Field14"
}
}, {
"caption" : "属性3",
"format" : "%1$s",
"name" : "field3",
"getPSAppDEField" : {
"name" : "FIELD3",
"codeName" : "Field3"
},
"getPSDEField" : {
"name" : "FIELD3",
"codeName" : "Field3"
}
}, {
"caption" : "属性4",
"format" : "%1$s",
"name" : "field4",
"getPSAppDEField" : {
"name" : "FIELD4",
"codeName" : "Field4"
},
"getPSDEField" : {
"name" : "FIELD4",
"codeName" : "Field4"
}
} ],
"defaultMode" : true,
"enableBackend" : true,
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Book.json
浏览文件 @
45f5fa27
...
...
@@ -478,6 +478,30 @@
"name"
:
"FIELD14"
,
"codeName"
:
"Field14"
}
},
{
"caption"
:
"属性3"
,
"format"
:
"%1$s"
,
"name"
:
"field3"
,
"getPSAppDEField"
:
{
"name"
:
"FIELD3"
,
"codeName"
:
"Field3"
},
"getPSDEField"
:
{
"name"
:
"FIELD3"
,
"codeName"
:
"Field3"
}
},
{
"caption"
:
"属性4"
,
"format"
:
"%1$s"
,
"name"
:
"field4"
,
"getPSAppDEField"
:
{
"name"
:
"FIELD4"
,
"codeName"
:
"Field4"
},
"getPSDEField"
:
{
"name"
:
"FIELD4"
,
"codeName"
:
"Field4"
}
}
],
"defaultMode"
:
true
,
"enableBackend"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json
浏览文件 @
45f5fa27
...
...
@@ -478,6 +478,30 @@
"name"
:
"FIELD14"
,
"codeName"
:
"Field14"
}
},
{
"caption"
:
"属性3"
,
"format"
:
"%1$s"
,
"name"
:
"field3"
,
"getPSAppDEField"
:
{
"name"
:
"FIELD3"
,
"codeName"
:
"Field3"
},
"getPSDEField"
:
{
"name"
:
"FIELD3"
,
"codeName"
:
"Field3"
}
},
{
"caption"
:
"属性4"
,
"format"
:
"%1$s"
,
"name"
:
"field4"
,
"getPSAppDEField"
:
{
"name"
:
"FIELD4"
,
"codeName"
:
"Field4"
},
"getPSDEField"
:
{
"name"
:
"FIELD4"
,
"codeName"
:
"Field4"
}
}
],
"defaultMode"
:
true
,
"enableBackend"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/Main.json
浏览文件 @
45f5fa27
...
...
@@ -158,7 +158,7 @@
"enableSort"
:
false
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"
NONE
"
,
"cLConvertMode"
:
"
FRONT
"
,
"caption"
:
"属性"
,
"codeName"
:
"field"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
...
@@ -166,6 +166,10 @@
"excelCaption"
:
"属性"
,
"name"
:
"field"
,
"noPrivDisplayMode"
:
1
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList83.json"
},
"getPSAppDEField"
:
{
"name"
:
"FIELD"
,
"codeName"
:
"Field"
...
...
@@ -192,7 +196,7 @@
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"
NONE
"
,
"cLConvertMode"
:
"
FRONT
"
,
"caption"
:
"属性2"
,
"codeName"
:
"field2"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
...
@@ -200,6 +204,10 @@
"excelCaption"
:
"属性2"
,
"name"
:
"field2"
,
"noPrivDisplayMode"
:
1
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList.json"
},
"getPSAppDEField"
:
{
"name"
:
"FIELD2"
,
"codeName"
:
"Field2"
...
...
@@ -258,6 +266,48 @@
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
"caption"
:
"属性3"
,
"codeName"
:
"field3"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"field3"
,
"excelCaption"
:
"属性3"
,
"name"
:
"field3"
,
"noPrivDisplayMode"
:
1
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList46.json"
},
"getPSAppDEField"
:
{
"name"
:
"FIELD3"
,
"codeName"
:
"Field3"
},
"width"
:
100
,
"widthUnit"
:
"PX"
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
"caption"
:
"属性4"
,
"codeName"
:
"field4"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"field4"
,
"excelCaption"
:
"属性4"
,
"name"
:
"field4"
,
"noPrivDisplayMode"
:
1
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList.json"
},
"getPSAppDEField"
:
{
"name"
:
"FIELD4"
,
"codeName"
:
"Field4"
},
"width"
:
100
,
"widthUnit"
:
"PX"
,
"enableSort"
:
true
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
...
...
@@ -354,6 +404,20 @@
"name"
:
"FIELD14"
,
"codeName"
:
"Field14"
}
},
{
"dataType"
:
25
,
"name"
:
"field3"
,
"getPSAppDEField"
:
{
"name"
:
"FIELD3"
,
"codeName"
:
"Field3"
}
},
{
"dataType"
:
25
,
"name"
:
"field4"
,
"getPSAppDEField"
:
{
"name"
:
"FIELD4"
,
"codeName"
:
"Field4"
}
},
{
"dataType"
:
25
,
"name"
:
"srfkey"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookGridView9.json
浏览文件 @
45f5fa27
...
...
@@ -334,7 +334,7 @@
"enableSort"
:
false
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"
NONE
"
,
"cLConvertMode"
:
"
FRONT
"
,
"caption"
:
"属性"
,
"codeName"
:
"field"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
...
@@ -342,6 +342,10 @@
"excelCaption"
:
"属性"
,
"name"
:
"field"
,
"noPrivDisplayMode"
:
1
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList83.json"
},
"getPSAppDEField"
:
{
"name"
:
"FIELD"
,
"codeName"
:
"Field"
...
...
@@ -368,7 +372,7 @@
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"
NONE
"
,
"cLConvertMode"
:
"
FRONT
"
,
"caption"
:
"属性2"
,
"codeName"
:
"field2"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
...
@@ -376,6 +380,10 @@
"excelCaption"
:
"属性2"
,
"name"
:
"field2"
,
"noPrivDisplayMode"
:
1
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList.json"
},
"getPSAppDEField"
:
{
"name"
:
"FIELD2"
,
"codeName"
:
"Field2"
...
...
@@ -434,6 +442,48 @@
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
"caption"
:
"属性3"
,
"codeName"
:
"field3"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"field3"
,
"excelCaption"
:
"属性3"
,
"name"
:
"field3"
,
"noPrivDisplayMode"
:
1
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList46.json"
},
"getPSAppDEField"
:
{
"name"
:
"FIELD3"
,
"codeName"
:
"Field3"
},
"width"
:
100
,
"widthUnit"
:
"PX"
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
"caption"
:
"属性4"
,
"codeName"
:
"field4"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"field4"
,
"excelCaption"
:
"属性4"
,
"name"
:
"field4"
,
"noPrivDisplayMode"
:
1
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList.json"
},
"getPSAppDEField"
:
{
"name"
:
"FIELD4"
,
"codeName"
:
"Field4"
},
"width"
:
100
,
"widthUnit"
:
"PX"
,
"enableSort"
:
true
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
...
...
@@ -530,6 +580,20 @@
"name"
:
"FIELD14"
,
"codeName"
:
"Field14"
}
},
{
"dataType"
:
25
,
"name"
:
"field3"
,
"getPSAppDEField"
:
{
"name"
:
"FIELD3"
,
"codeName"
:
"Field3"
}
},
{
"dataType"
:
25
,
"name"
:
"field4"
,
"getPSAppDEField"
:
{
"name"
:
"FIELD4"
,
"codeName"
:
"Field4"
}
},
{
"dataType"
:
25
,
"name"
:
"srfkey"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookMPickupView.json
浏览文件 @
45f5fa27
...
...
@@ -288,7 +288,7 @@
"enableSort"
:
false
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"
NONE
"
,
"cLConvertMode"
:
"
FRONT
"
,
"caption"
:
"属性"
,
"codeName"
:
"field"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
...
@@ -296,6 +296,10 @@
"excelCaption"
:
"属性"
,
"name"
:
"field"
,
"noPrivDisplayMode"
:
1
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList83.json"
},
"getPSAppDEField"
:
{
"name"
:
"FIELD"
,
"codeName"
:
"Field"
...
...
@@ -322,7 +326,7 @@
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"
NONE
"
,
"cLConvertMode"
:
"
FRONT
"
,
"caption"
:
"属性2"
,
"codeName"
:
"field2"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
...
@@ -330,6 +334,10 @@
"excelCaption"
:
"属性2"
,
"name"
:
"field2"
,
"noPrivDisplayMode"
:
1
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList.json"
},
"getPSAppDEField"
:
{
"name"
:
"FIELD2"
,
"codeName"
:
"Field2"
...
...
@@ -388,6 +396,48 @@
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
"caption"
:
"属性3"
,
"codeName"
:
"field3"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"field3"
,
"excelCaption"
:
"属性3"
,
"name"
:
"field3"
,
"noPrivDisplayMode"
:
1
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList46.json"
},
"getPSAppDEField"
:
{
"name"
:
"FIELD3"
,
"codeName"
:
"Field3"
},
"width"
:
100
,
"widthUnit"
:
"PX"
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
"caption"
:
"属性4"
,
"codeName"
:
"field4"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"field4"
,
"excelCaption"
:
"属性4"
,
"name"
:
"field4"
,
"noPrivDisplayMode"
:
1
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList.json"
},
"getPSAppDEField"
:
{
"name"
:
"FIELD4"
,
"codeName"
:
"Field4"
},
"width"
:
100
,
"widthUnit"
:
"PX"
,
"enableSort"
:
true
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
...
...
@@ -484,6 +534,20 @@
"name"
:
"FIELD14"
,
"codeName"
:
"Field14"
}
},
{
"dataType"
:
25
,
"name"
:
"field3"
,
"getPSAppDEField"
:
{
"name"
:
"FIELD3"
,
"codeName"
:
"Field3"
}
},
{
"dataType"
:
25
,
"name"
:
"field4"
,
"getPSAppDEField"
:
{
"name"
:
"FIELD4"
,
"codeName"
:
"Field4"
}
},
{
"dataType"
:
25
,
"name"
:
"srfkey"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookPickupGridView.json
浏览文件 @
45f5fa27
...
...
@@ -265,7 +265,7 @@
"enableSort"
:
false
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"
NONE
"
,
"cLConvertMode"
:
"
FRONT
"
,
"caption"
:
"属性"
,
"codeName"
:
"field"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
...
@@ -273,6 +273,10 @@
"excelCaption"
:
"属性"
,
"name"
:
"field"
,
"noPrivDisplayMode"
:
1
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList83.json"
},
"getPSAppDEField"
:
{
"name"
:
"FIELD"
,
"codeName"
:
"Field"
...
...
@@ -299,7 +303,7 @@
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"
NONE
"
,
"cLConvertMode"
:
"
FRONT
"
,
"caption"
:
"属性2"
,
"codeName"
:
"field2"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
...
@@ -307,6 +311,10 @@
"excelCaption"
:
"属性2"
,
"name"
:
"field2"
,
"noPrivDisplayMode"
:
1
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList.json"
},
"getPSAppDEField"
:
{
"name"
:
"FIELD2"
,
"codeName"
:
"Field2"
...
...
@@ -365,6 +373,48 @@
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
"caption"
:
"属性3"
,
"codeName"
:
"field3"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"field3"
,
"excelCaption"
:
"属性3"
,
"name"
:
"field3"
,
"noPrivDisplayMode"
:
1
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList46.json"
},
"getPSAppDEField"
:
{
"name"
:
"FIELD3"
,
"codeName"
:
"Field3"
},
"width"
:
100
,
"widthUnit"
:
"PX"
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
"caption"
:
"属性4"
,
"codeName"
:
"field4"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"field4"
,
"excelCaption"
:
"属性4"
,
"name"
:
"field4"
,
"noPrivDisplayMode"
:
1
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList.json"
},
"getPSAppDEField"
:
{
"name"
:
"FIELD4"
,
"codeName"
:
"Field4"
},
"width"
:
100
,
"widthUnit"
:
"PX"
,
"enableSort"
:
true
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
...
...
@@ -461,6 +511,20 @@
"name"
:
"FIELD14"
,
"codeName"
:
"Field14"
}
},
{
"dataType"
:
25
,
"name"
:
"field3"
,
"getPSAppDEField"
:
{
"name"
:
"FIELD3"
,
"codeName"
:
"Field3"
}
},
{
"dataType"
:
25
,
"name"
:
"field4"
,
"getPSAppDEField"
:
{
"name"
:
"FIELD4"
,
"codeName"
:
"Field4"
}
},
{
"dataType"
:
25
,
"name"
:
"srfkey"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookPickupView.json
浏览文件 @
45f5fa27
...
...
@@ -288,7 +288,7 @@
"enableSort"
:
false
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"
NONE
"
,
"cLConvertMode"
:
"
FRONT
"
,
"caption"
:
"属性"
,
"codeName"
:
"field"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
...
@@ -296,6 +296,10 @@
"excelCaption"
:
"属性"
,
"name"
:
"field"
,
"noPrivDisplayMode"
:
1
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList83.json"
},
"getPSAppDEField"
:
{
"name"
:
"FIELD"
,
"codeName"
:
"Field"
...
...
@@ -322,7 +326,7 @@
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"
NONE
"
,
"cLConvertMode"
:
"
FRONT
"
,
"caption"
:
"属性2"
,
"codeName"
:
"field2"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
...
@@ -330,6 +334,10 @@
"excelCaption"
:
"属性2"
,
"name"
:
"field2"
,
"noPrivDisplayMode"
:
1
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList.json"
},
"getPSAppDEField"
:
{
"name"
:
"FIELD2"
,
"codeName"
:
"Field2"
...
...
@@ -388,6 +396,48 @@
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
"caption"
:
"属性3"
,
"codeName"
:
"field3"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"field3"
,
"excelCaption"
:
"属性3"
,
"name"
:
"field3"
,
"noPrivDisplayMode"
:
1
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList46.json"
},
"getPSAppDEField"
:
{
"name"
:
"FIELD3"
,
"codeName"
:
"Field3"
},
"width"
:
100
,
"widthUnit"
:
"PX"
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
"caption"
:
"属性4"
,
"codeName"
:
"field4"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"field4"
,
"excelCaption"
:
"属性4"
,
"name"
:
"field4"
,
"noPrivDisplayMode"
:
1
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList.json"
},
"getPSAppDEField"
:
{
"name"
:
"FIELD4"
,
"codeName"
:
"Field4"
},
"width"
:
100
,
"widthUnit"
:
"PX"
,
"enableSort"
:
true
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
...
...
@@ -484,6 +534,20 @@
"name"
:
"FIELD14"
,
"codeName"
:
"Field14"
}
},
{
"dataType"
:
25
,
"name"
:
"field3"
,
"getPSAppDEField"
:
{
"name"
:
"FIELD3"
,
"codeName"
:
"Field3"
}
},
{
"dataType"
:
25
,
"name"
:
"field4"
,
"getPSAppDEField"
:
{
"name"
:
"FIELD4"
,
"codeName"
:
"Field4"
}
},
{
"dataType"
:
25
,
"name"
:
"srfkey"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookPickupView2.json
浏览文件 @
45f5fa27
...
...
@@ -672,7 +672,7 @@
"enableSort"
:
false
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"
NONE
"
,
"cLConvertMode"
:
"
FRONT
"
,
"caption"
:
"属性"
,
"codeName"
:
"field"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
...
@@ -680,6 +680,10 @@
"excelCaption"
:
"属性"
,
"name"
:
"field"
,
"noPrivDisplayMode"
:
1
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList83.json"
},
"getPSAppDEField"
:
{
"name"
:
"FIELD"
,
"codeName"
:
"Field"
...
...
@@ -706,7 +710,7 @@
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"
NONE
"
,
"cLConvertMode"
:
"
FRONT
"
,
"caption"
:
"属性2"
,
"codeName"
:
"field2"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
...
@@ -714,6 +718,10 @@
"excelCaption"
:
"属性2"
,
"name"
:
"field2"
,
"noPrivDisplayMode"
:
1
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList.json"
},
"getPSAppDEField"
:
{
"name"
:
"FIELD2"
,
"codeName"
:
"Field2"
...
...
@@ -772,6 +780,48 @@
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
"caption"
:
"属性3"
,
"codeName"
:
"field3"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"field3"
,
"excelCaption"
:
"属性3"
,
"name"
:
"field3"
,
"noPrivDisplayMode"
:
1
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList46.json"
},
"getPSAppDEField"
:
{
"name"
:
"FIELD3"
,
"codeName"
:
"Field3"
},
"width"
:
100
,
"widthUnit"
:
"PX"
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
"caption"
:
"属性4"
,
"codeName"
:
"field4"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"field4"
,
"excelCaption"
:
"属性4"
,
"name"
:
"field4"
,
"noPrivDisplayMode"
:
1
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList.json"
},
"getPSAppDEField"
:
{
"name"
:
"FIELD4"
,
"codeName"
:
"Field4"
},
"width"
:
100
,
"widthUnit"
:
"PX"
,
"enableSort"
:
true
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
...
...
@@ -868,6 +918,20 @@
"name"
:
"FIELD14"
,
"codeName"
:
"Field14"
}
},
{
"dataType"
:
25
,
"name"
:
"field3"
,
"getPSAppDEField"
:
{
"name"
:
"FIELD3"
,
"codeName"
:
"Field3"
}
},
{
"dataType"
:
25
,
"name"
:
"field4"
,
"getPSAppDEField"
:
{
"name"
:
"FIELD4"
,
"codeName"
:
"Field4"
}
},
{
"dataType"
:
25
,
"name"
:
"srfkey"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr2PickupGridView.json
浏览文件 @
45f5fa27
...
...
@@ -265,7 +265,7 @@
"enableSort"
:
false
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"
NONE
"
,
"cLConvertMode"
:
"
FRONT
"
,
"caption"
:
"属性"
,
"codeName"
:
"field"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
...
@@ -273,6 +273,10 @@
"excelCaption"
:
"属性"
,
"name"
:
"field"
,
"noPrivDisplayMode"
:
1
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList83.json"
},
"getPSAppDEField"
:
{
"name"
:
"FIELD"
,
"codeName"
:
"Field"
...
...
@@ -299,7 +303,7 @@
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"
NONE
"
,
"cLConvertMode"
:
"
FRONT
"
,
"caption"
:
"属性2"
,
"codeName"
:
"field2"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
...
@@ -307,6 +311,10 @@
"excelCaption"
:
"属性2"
,
"name"
:
"field2"
,
"noPrivDisplayMode"
:
1
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList.json"
},
"getPSAppDEField"
:
{
"name"
:
"FIELD2"
,
"codeName"
:
"Field2"
...
...
@@ -365,6 +373,48 @@
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
"caption"
:
"属性3"
,
"codeName"
:
"field3"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"field3"
,
"excelCaption"
:
"属性3"
,
"name"
:
"field3"
,
"noPrivDisplayMode"
:
1
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList46.json"
},
"getPSAppDEField"
:
{
"name"
:
"FIELD3"
,
"codeName"
:
"Field3"
},
"width"
:
100
,
"widthUnit"
:
"PX"
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
"caption"
:
"属性4"
,
"codeName"
:
"field4"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"field4"
,
"excelCaption"
:
"属性4"
,
"name"
:
"field4"
,
"noPrivDisplayMode"
:
1
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/CodeList.json"
},
"getPSAppDEField"
:
{
"name"
:
"FIELD4"
,
"codeName"
:
"Field4"
},
"width"
:
100
,
"widthUnit"
:
"PX"
,
"enableSort"
:
true
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
...
...
@@ -461,6 +511,20 @@
"name"
:
"FIELD14"
,
"codeName"
:
"Field14"
}
},
{
"dataType"
:
25
,
"name"
:
"field3"
,
"getPSAppDEField"
:
{
"name"
:
"FIELD3"
,
"codeName"
:
"Field3"
}
},
{
"dataType"
:
25
,
"name"
:
"field4"
,
"getPSAppDEField"
:
{
"name"
:
"FIELD4"
,
"codeName"
:
"Field4"
}
},
{
"dataType"
:
25
,
"name"
:
"srfkey"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
45f5fa27
...
...
@@ -11967,6 +11967,12 @@
"codeName" : "VMGroup4",
"name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
}
}, {
"name" : "消息位置-弹出",
"getPSAppViewMsg" : {
"modelref" : true,
...
...
@@ -11984,12 +11990,6 @@
"modelref" : true,
"id" : "ViewMsg7"
}
}, {
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
}
} ]
}, {
"codeName" : "VMGroup8",
...
...
@@ -12007,12 +12007,6 @@
"id" : "ViewMsg6"
},
"position" : "POPUP"
}, {
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
}
}, {
"name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : {
...
...
@@ -12027,18 +12021,24 @@
},
"position" : "POPUP"
}, {
"name" : "消息
类型-警告信息
",
"name" : "消息
位置-视图下方
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg5"
},
"position" : "POPUP"
"id" : "ViewMsg8"
}
}, {
"name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
}
}, {
"name" : "消息类型-警告信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg5"
},
"position" : "POPUP"
}, {
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
...
...
@@ -46021,6 +46021,30 @@
"name" : "FIELD14",
"codeName" : "Field14"
}
}, {
"caption" : "属性3",
"format" : "%1$s",
"name" : "field3",
"getPSAppDEField" : {
"name" : "FIELD3",
"codeName" : "Field3"
},
"getPSDEField" : {
"name" : "FIELD3",
"codeName" : "Field3"
}
}, {
"caption" : "属性4",
"format" : "%1$s",
"name" : "field4",
"getPSAppDEField" : {
"name" : "FIELD4",
"codeName" : "Field4"
},
"getPSDEField" : {
"name" : "FIELD4",
"codeName" : "Field4"
}
} ],
"defaultMode" : true,
"enableBackend" : true,
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录