Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
c39d4743
提交
c39d4743
编写于
6月 15, 2023
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tony001 发布系统代码 [TrainSys,网页端]
上级
9f3e0b96
变更
13
隐藏空白字符变更
内嵌
并排
正在显示
13 个修改的文件
包含
75 行增加
和
35 行删除
+75
-35
bookUsr3EditView.json
...YSAPPS/TemplatePublish/PSAPPDEVIEWS/bookUsr3EditView.json
+6
-2
phoneEditView.json
...PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneEditView.json
+6
-3
PSSYSAPP.json
.../ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
+4
-4
Default.json
...SSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSPANELS/Default.json
+8
-3
TESTCustomGridView.json
...ainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTCustomGridView.json
+2
-1
TESTGridView_VIewPanel.json
...ys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridView_VIewPanel.json
+12
-5
TESTPanelView.json
...ab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTPanelView.json
+8
-3
TESTUsr0320988649CustomView.json
...SYSAPPS/Web/PSAPPDEVIEWS/TESTUsr0320988649CustomView.json
+2
-1
bookUsr0526356960EditView.json
...PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr0526356960EditView.json
+6
-3
bookUsr3EditView.json
...trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr3EditView.json
+6
-2
phoneEditView.json
...ab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json
+6
-3
AppIndexViewLayout.json
...sys/PSSYSAPPS/Web/PSAPPINDEXVIEWS/AppIndexViewLayout.json
+5
-1
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+4
-4
未找到文件。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/bookUsr3EditView.json
浏览文件 @
c39d4743
...
...
@@ -70,6 +70,7 @@
},
"showCaption"
:
true
}
],
"predefinedType"
:
"CONTAINER_SCROLL_MAIN"
,
"showCaption"
:
true
},
{
"caption"
:
"面板容器"
,
...
...
@@ -147,10 +148,13 @@
},
"showCaption"
:
true
}
]
}
]
}
],
"predefinedType"
:
"CONTAINER_GRID"
}
],
"predefinedType"
:
"CONTAINER_SCROLL_HEADER"
,
"showCaption"
:
true
}
]
}
],
"predefinedType"
:
"CONTAINER_SCROLL"
}
],
"layoutBodyOnly"
:
false
,
"layoutPanel"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneEditView.json
浏览文件 @
c39d4743
...
...
@@ -155,7 +155,8 @@
},
"showCaption"
:
true
}
]
}
]
}
],
"predefinedType"
:
"CONTAINER_GRID"
},
{
"caption"
:
"容器"
,
"contentHeight"
:
100.0
,
...
...
@@ -183,7 +184,8 @@
"layout"
:
"FLEX"
},
"showCaption"
:
true
}
]
}
],
"predefinedType"
:
"CONTAINER"
},
{
"caption"
:
"日历"
,
"itemStyle"
:
"DEFAULT"
,
...
...
@@ -212,7 +214,8 @@
"grow"
:
-1
,
"layout"
:
"FLEX"
}
}
]
}
],
"predefinedType"
:
"CONTAINER"
}
],
"layoutBodyOnly"
:
true
,
"layoutPanel"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
浏览文件 @
c39d4743
...
...
@@ -1240,16 +1240,16 @@
"codeName"
:
"VMGroup2"
,
"name"
:
"视图消息组2"
,
"getPSAppViewMsgGroupDetails"
:
[
{
"name"
:
"视图消息
2
"
,
"name"
:
"视图消息"
,
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"id"
:
"ViewMsg
3
"
"id"
:
"ViewMsg
2
"
}
},
{
"name"
:
"视图消息"
,
"name"
:
"视图消息
2
"
,
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"id"
:
"ViewMsg
2
"
"id"
:
"ViewMsg
3
"
}
}
]
},
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSPANELS/Default.json
浏览文件 @
c39d4743
...
...
@@ -325,7 +325,8 @@
"hidden"
:
false
,
"showCaption"
:
false
}
]
}
]
}
],
"predefinedType"
:
"CONTAINER_GRID"
},
{
"caption"
:
"分组标题"
,
"itemStyle"
:
"DEFAULT"
,
...
...
@@ -343,6 +344,7 @@
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"predefinedType"
:
"CONTAINER_GROUP"
,
"showCaption"
:
true
},
{
"caption"
:
"滚动条容器"
,
...
...
@@ -496,8 +498,10 @@
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
}
],
"predefinedType"
:
"CONTAINER_SCROLL_MAIN"
,
"showCaption"
:
true
}
]
}
],
"predefinedType"
:
"CONTAINER_SCROLL"
},
{
"caption"
:
"图片背景容器"
,
"itemStyle"
:
"STYLE2"
,
...
...
@@ -514,7 +518,8 @@
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
}
},
"predefinedType"
:
"CONTAINER_IMAGE"
}
],
"modelid"
:
"5202844E-3E6C-4A89-8BAD-41E022C2F640"
,
"modeltype"
:
"PSSYSVIEWPANEL"
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTCustomGridView.json
浏览文件 @
c39d4743
...
...
@@ -201,7 +201,8 @@
},
"showCaption"
:
true
}
]
}
]
}
],
"predefinedType"
:
"CONTAINER_GRID"
},
{
"caption"
:
"搜索表单"
,
"itemStyle"
:
"DEFAULT"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridView_VIewPanel.json
浏览文件 @
c39d4743
...
...
@@ -545,7 +545,8 @@
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
}
},
"predefinedType"
:
"CONTAINER_SINGLEDATA"
}
]
},
{
"caption"
:
"面板容器"
,
...
...
@@ -581,7 +582,8 @@
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
}
},
"predefinedType"
:
"CONTAINER_MULTIDATA"
}
]
},
{
"caption"
:
"面板容器"
,
...
...
@@ -624,10 +626,13 @@
"layout"
:
"BORDER"
,
"layoutPos"
:
"CENTER"
},
"predefinedType"
:
"CONTAINER_SCROLL_MAIN"
,
"showCaption"
:
true
}
]
}
],
"predefinedType"
:
"CONTAINER_SCROLL"
}
]
}
]
}
],
"predefinedType"
:
"CONTAINER_GRID"
},
{
"caption"
:
"分组标题"
,
"itemStyle"
:
"DEFAULT"
,
...
...
@@ -651,8 +656,10 @@
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"layout"
:
"FLEX"
}
},
"predefinedType"
:
"CONTAINER_IMAGE"
}
],
"predefinedType"
:
"CONTAINER_GROUP"
,
"showCaption"
:
true
}
],
"showCaption"
:
true
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTPanelView.json
浏览文件 @
c39d4743
...
...
@@ -342,7 +342,8 @@
"hidden"
:
false
,
"showCaption"
:
false
}
]
}
]
}
],
"predefinedType"
:
"CONTAINER_GRID"
},
{
"caption"
:
"分组标题"
,
"itemStyle"
:
"DEFAULT"
,
...
...
@@ -360,6 +361,7 @@
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"predefinedType"
:
"CONTAINER_GROUP"
,
"showCaption"
:
true
},
{
"caption"
:
"滚动条容器"
,
...
...
@@ -513,8 +515,10 @@
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
}
],
"predefinedType"
:
"CONTAINER_SCROLL_MAIN"
,
"showCaption"
:
true
}
]
}
],
"predefinedType"
:
"CONTAINER_SCROLL"
},
{
"caption"
:
"图片背景容器"
,
"itemStyle"
:
"STYLE2"
,
...
...
@@ -531,7 +535,8 @@
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
}
},
"predefinedType"
:
"CONTAINER_IMAGE"
}
],
"name"
:
"panel"
,
"modelid"
:
"5202844E-3E6C-4A89-8BAD-41E022C2F640"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr0320988649CustomView.json
浏览文件 @
c39d4743
...
...
@@ -119,7 +119,8 @@
},
"showCaption"
:
true
}
]
}
]
}
],
"predefinedType"
:
"CONTAINER_GRID"
},
{
"caption"
:
"搜索表单"
,
"itemStyle"
:
"DEFAULT"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr0526356960EditView.json
浏览文件 @
c39d4743
...
...
@@ -2138,7 +2138,8 @@
},
"showCaption"
:
true
}
]
}
]
}
],
"predefinedType"
:
"CONTAINER_GRID"
},
{
"caption"
:
"容器"
,
"contentHeight"
:
100.0
,
...
...
@@ -2266,8 +2267,10 @@
"tooltip"
:
"建立数据"
,
"showCaption"
:
true
}
]
}
]
}
]
}
],
"predefinedType"
:
"CONTAINER"
}
],
"predefinedType"
:
"CONTAINER"
}
],
"layoutBodyOnly"
:
false
,
"layoutPanel"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr3EditView.json
浏览文件 @
c39d4743
...
...
@@ -70,6 +70,7 @@
},
"showCaption"
:
true
}
],
"predefinedType"
:
"CONTAINER_SCROLL_MAIN"
,
"showCaption"
:
true
},
{
"caption"
:
"面板容器"
,
...
...
@@ -147,10 +148,13 @@
},
"showCaption"
:
true
}
]
}
]
}
],
"predefinedType"
:
"CONTAINER_GRID"
}
],
"predefinedType"
:
"CONTAINER_SCROLL_HEADER"
,
"showCaption"
:
true
}
]
}
],
"predefinedType"
:
"CONTAINER_SCROLL"
}
],
"layoutBodyOnly"
:
false
,
"layoutPanel"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json
浏览文件 @
c39d4743
...
...
@@ -154,7 +154,8 @@
},
"showCaption"
:
true
}
]
}
]
}
],
"predefinedType"
:
"CONTAINER_GRID"
},
{
"caption"
:
"容器"
,
"contentHeight"
:
100.0
,
...
...
@@ -182,7 +183,8 @@
"layout"
:
"FLEX"
},
"showCaption"
:
true
}
]
}
],
"predefinedType"
:
"CONTAINER"
},
{
"caption"
:
"日历"
,
"itemStyle"
:
"DEFAULT"
,
...
...
@@ -211,7 +213,8 @@
"grow"
:
-1
,
"layout"
:
"FLEX"
}
}
]
}
],
"predefinedType"
:
"CONTAINER"
}
],
"layoutBodyOnly"
:
true
,
"layoutPanel"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPINDEXVIEWS/AppIndexViewLayout.json
浏览文件 @
c39d4743
...
...
@@ -123,6 +123,7 @@
"showCaption"
:
true
}
]
}
],
"predefinedType"
:
"CONTAINER_SCROLL_MAIN"
,
"showCaption"
:
true
},
{
"caption"
:
"面板容器"
,
...
...
@@ -150,6 +151,7 @@
},
"showCaption"
:
true
}
],
"predefinedType"
:
"CONTAINER_SCROLL_LEFT"
,
"width"
:
240.0
,
"showCaption"
:
true
},
{
...
...
@@ -212,8 +214,10 @@
"showCaption"
:
true
}
]
}
],
"predefinedType"
:
"CONTAINER_SCROLL_HEADER"
,
"showCaption"
:
true
}
]
}
],
"predefinedType"
:
"CONTAINER_SCROLL"
}
],
"layoutBodyOnly"
:
false
,
"layoutPanel"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
c39d4743
...
...
@@ -2542,16 +2542,16 @@
"codeName"
:
"VMGroup2"
,
"name"
:
"视图消息组2"
,
"getPSAppViewMsgGroupDetails"
:
[
{
"name"
:
"视图消息
2
"
,
"name"
:
"视图消息"
,
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"id"
:
"ViewMsg
3
"
"id"
:
"ViewMsg
2
"
}
},
{
"name"
:
"视图消息"
,
"name"
:
"视图消息
2
"
,
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"id"
:
"ViewMsg
2
"
"id"
:
"ViewMsg
3
"
}
}
]
}
],
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录