Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
93eeb4d5
提交
93eeb4d5
编写于
2月 21, 2024
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tony001 发布系统代码 [TrainSys,网页端]
上级
1e10b229
变更
5
显示空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
75 行增加
和
39 行删除
+75
-39
PSSYSAPP.json
.../ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
+4
-4
TestEditView_Form.json
...PSAPPDATAENTITIES/TESTGRID/PSFORMS/TestEditView_Form.json
+10
-1
TESTGRIDTestEditView.json
...nsys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGRIDTestEditView.json
+10
-1
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+41
-32
PSSYSAPP.simple.json
...el/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.simple.json
+10
-1
未找到文件。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
浏览文件 @
93eeb4d5
...
@@ -1482,16 +1482,16 @@
...
@@ -1482,16 +1482,16 @@
"codeName"
:
"VMGroup2"
,
"codeName"
:
"VMGroup2"
,
"name"
:
"视图消息组2"
,
"name"
:
"视图消息组2"
,
"getPSAppViewMsgGroupDetails"
:
[
{
"getPSAppViewMsgGroupDetails"
:
[
{
"name"
:
"视图消息
2
"
,
"name"
:
"视图消息"
,
"getPSAppViewMsg"
:
{
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"ViewMsg
3
"
"id"
:
"ViewMsg
2
"
}
}
},
{
},
{
"name"
:
"视图消息"
,
"name"
:
"视图消息
2
"
,
"getPSAppViewMsg"
:
{
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"ViewMsg
2
"
"id"
:
"ViewMsg
3
"
}
}
}
]
}
]
},
{
},
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID/PSFORMS/TestEditView_Form.json
浏览文件 @
93eeb4d5
...
@@ -256,7 +256,16 @@
...
@@ -256,7 +256,16 @@
},
},
"getPSSysPFPlugin"
:
{
"getPSSysPFPlugin"
:
{
"pluginType"
:
"CUSTOM"
,
"pluginType"
:
"CUSTOM"
,
"pluginCode"
:
"FOLLOW_SELECT"
"pluginCode"
:
"FOLLOW_SELECT"
,
"pluginParams"
:
{
"URL"
:
"projects/${context.project}/project_members/fetchdefault"
,
"DEPTURL"
:
"/users/fetchdefault"
,
"USERMAP"
:
"{
\"
id
\"
:
\"
user_id
\"
,
\"
name
\"
:
\"
name
\"
}"
,
"SRFNAVPARAM.n_department_id_eq"
:
"%srforgsectorid%"
,
"DEPTMETHOD"
:
"get"
,
"DEPTMAP"
:
"{
\"
id
\"
:
\"
id
\"
,
\"
name
\"
:
\"
display_name
\"
}"
,
"USERMETHOD"
:
"post"
}
},
},
"infoGroupMode"
:
false
,
"infoGroupMode"
:
false
,
"showCaption"
:
true
"showCaption"
:
true
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGRIDTestEditView.json
浏览文件 @
93eeb4d5
...
@@ -374,7 +374,16 @@
...
@@ -374,7 +374,16 @@
},
},
"getPSSysPFPlugin"
:
{
"getPSSysPFPlugin"
:
{
"pluginType"
:
"CUSTOM"
,
"pluginType"
:
"CUSTOM"
,
"pluginCode"
:
"FOLLOW_SELECT"
"pluginCode"
:
"FOLLOW_SELECT"
,
"pluginParams"
:
{
"URL"
:
"projects/${context.project}/project_members/fetchdefault"
,
"DEPTURL"
:
"/users/fetchdefault"
,
"USERMAP"
:
"{
\"
id
\"
:
\"
user_id
\"
,
\"
name
\"
:
\"
name
\"
}"
,
"SRFNAVPARAM.n_department_id_eq"
:
"%srforgsectorid%"
,
"DEPTMETHOD"
:
"get"
,
"DEPTMAP"
:
"{
\"
id
\"
:
\"
id
\"
,
\"
name
\"
:
\"
display_name
\"
}"
,
"USERMETHOD"
:
"post"
}
},
},
"infoGroupMode"
:
false
,
"infoGroupMode"
:
false
,
"showCaption"
:
true
"showCaption"
:
true
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
93eeb4d5
...
@@ -5640,7 +5640,16 @@
...
@@ -5640,7 +5640,16 @@
"name" : "关注选择",
"name" : "关注选择",
"getPSSysPFPlugin" : {
"getPSSysPFPlugin" : {
"pluginType" : "CUSTOM",
"pluginType" : "CUSTOM",
"pluginCode" : "FOLLOW_SELECT"
"pluginCode" : "FOLLOW_SELECT",
"pluginParams" : {
"URL" : "projects/${context.project}/project_members/fetchdefault",
"DEPTURL" : "/users/fetchdefault",
"USERMAP" : "{\"id\":\"user_id\",\"name\":\"name\"}",
"SRFNAVPARAM.n_department_id_eq" : "%srforgsectorid%",
"DEPTMETHOD" : "get",
"DEPTMAP" : "{\"id\":\"id\",\"name\":\"display_name\"}",
"USERMETHOD" : "post"
}
},
},
"pluginCode" : "FOLLOW_SELECT",
"pluginCode" : "FOLLOW_SELECT",
"pluginType" : "CUSTOM",
"pluginType" : "CUSTOM",
...
@@ -13187,16 +13196,16 @@
...
@@ -13187,16 +13196,16 @@
"codeName" : "VMGroup2",
"codeName" : "VMGroup2",
"name" : "视图消息组2",
"name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ {
"getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息
2
",
"name" : "视图消息",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg
3
"
"id" : "ViewMsg
2
"
}
}
}, {
}, {
"name" : "视图消息",
"name" : "视图消息
2
",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg
2
"
"id" : "ViewMsg
3
"
}
}
} ]
} ]
}, {
}, {
...
@@ -13225,12 +13234,6 @@
...
@@ -13225,12 +13234,6 @@
"codeName" : "VMGroup3",
"codeName" : "VMGroup3",
"name" : "视图消息类型测试",
"name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ {
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
}
}, {
"name" : "消息类型-警告信息",
"name" : "消息类型-警告信息",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
...
@@ -13242,6 +13245,12 @@
...
@@ -13242,6 +13245,12 @@
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg6"
"id" : "ViewMsg6"
}
}
}, {
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
}
} ]
} ]
}, {
}, {
"codeName" : "VMGroup7",
"codeName" : "VMGroup7",
...
@@ -13263,16 +13272,16 @@
...
@@ -13263,16 +13272,16 @@
"id" : "ViewMsg10"
"id" : "ViewMsg10"
}
}
}, {
}, {
"name" : "消息位置-视图
上方
",
"name" : "消息位置-视图
内容区
",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg
7
"
"id" : "ViewMsg
9
"
}
}
}, {
}, {
"name" : "消息位置-视图
内容区
",
"name" : "消息位置-视图
上方
",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg
9
"
"id" : "ViewMsg
7
"
}
}
}, {
}, {
"name" : "消息位置-视图下方",
"name" : "消息位置-视图下方",
...
@@ -13285,10 +13294,10 @@
...
@@ -13285,10 +13294,10 @@
"codeName" : "VMGroup8",
"codeName" : "VMGroup8",
"name" : "【静态测试】",
"name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ {
"getPSAppViewMsgGroupDetails" : [ {
"name" : "
消息位置-视图下方
",
"name" : "
关闭模式-本次删除-上方-警告
",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg
8
"
"id" : "ViewMsg
13
"
}
}
}, {
}, {
"name" : "消息类型-错误信息",
"name" : "消息类型-错误信息",
...
@@ -13298,12 +13307,11 @@
...
@@ -13298,12 +13307,11 @@
},
},
"position" : "POPUP"
"position" : "POPUP"
}, {
}, {
"name" : "消息
类型-警告信息
",
"name" : "消息
位置-视图下方
",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg5"
"id" : "ViewMsg8"
},
}
"position" : "POPUP"
}, {
}, {
"name" : "关闭模式-无删除-上方-常规",
"name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
...
@@ -13318,11 +13326,12 @@
...
@@ -13318,11 +13326,12 @@
},
},
"position" : "POPUP"
"position" : "POPUP"
}, {
}, {
"name" : "
关闭模式-默认删除-上方-错误
",
"name" : "
消息类型-警告信息
",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg12"
"id" : "ViewMsg5"
}
},
"position" : "POPUP"
}, {
}, {
"name" : "消息位置-视图内容区",
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
...
@@ -13330,32 +13339,32 @@
...
@@ -13330,32 +13339,32 @@
"id" : "ViewMsg9"
"id" : "ViewMsg9"
}
}
}, {
}, {
"name" : "关闭模式-
本次删除-上方-警告
",
"name" : "关闭模式-
默认删除-上方-错误
",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg1
3
"
"id" : "ViewMsg1
2
"
}
}
} ]
} ]
}, {
}, {
"codeName" : "VMGroup5",
"codeName" : "VMGroup5",
"name" : "视图消息关闭模式",
"name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ {
"getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-
默认
删除",
"name" : "关闭模式-
无
删除",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg1
2
"
"id" : "ViewMsg1
1
"
}
}
}, {
}, {
"name" : "关闭模式-
本次
删除",
"name" : "关闭模式-
默认
删除",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg1
3
"
"id" : "ViewMsg1
2
"
}
}
}, {
}, {
"name" : "关闭模式-
无
删除",
"name" : "关闭模式-
本次
删除",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg1
1
"
"id" : "ViewMsg1
3
"
}
}
} ]
} ]
}, {
}, {
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.simple.json
浏览文件 @
93eeb4d5
...
@@ -288,7 +288,16 @@
...
@@ -288,7 +288,16 @@
"name"
:
"关注选择"
,
"name"
:
"关注选择"
,
"getPSSysPFPlugin"
:
{
"getPSSysPFPlugin"
:
{
"pluginType"
:
"CUSTOM"
,
"pluginType"
:
"CUSTOM"
,
"pluginCode"
:
"FOLLOW_SELECT"
"pluginCode"
:
"FOLLOW_SELECT"
,
"pluginParams"
:
{
"URL"
:
"projects/${context.project}/project_members/fetchdefault"
,
"DEPTURL"
:
"/users/fetchdefault"
,
"USERMAP"
:
"{
\"
id
\"
:
\"
user_id
\"
,
\"
name
\"
:
\"
name
\"
}"
,
"SRFNAVPARAM.n_department_id_eq"
:
"%srforgsectorid%"
,
"DEPTMETHOD"
:
"get"
,
"DEPTMAP"
:
"{
\"
id
\"
:
\"
id
\"
,
\"
name
\"
:
\"
display_name
\"
}"
,
"USERMETHOD"
:
"post"
}
},
},
"pluginCode"
:
"FOLLOW_SELECT"
,
"pluginCode"
:
"FOLLOW_SELECT"
,
"pluginType"
:
"CUSTOM"
,
"pluginType"
:
"CUSTOM"
,
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录