Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
fdda4dde
提交
fdda4dde
编写于
12月 26, 2023
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tony001 发布系统代码 [TrainSys,网页端]
上级
fb731547
变更
4
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
95 行增加
和
33 行删除
+95
-33
TestEditView_Form.json
...PSAPPDATAENTITIES/TESTGRID/PSFORMS/TestEditView_Form.json
+31
-0
TESTGRIDTestEditView.json
...nsys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGRIDTestEditView.json
+31
-0
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+32
-32
PSSYSAPP.simple.json
...el/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.simple.json
+1
-1
未找到文件。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID/PSFORMS/TestEditView_Form.json
浏览文件 @
fdda4dde
...
@@ -129,6 +129,9 @@
...
@@ -129,6 +129,9 @@
},
{
},
{
"id"
:
"formitem"
,
"id"
:
"formitem"
,
"dataType"
:
25
"dataType"
:
25
},
{
"id"
:
"formitem1"
,
"dataType"
:
25
},
{
},
{
"id"
:
"createman"
,
"id"
:
"createman"
,
"dataType"
:
25
,
"dataType"
:
25
,
...
@@ -278,6 +281,34 @@
...
@@ -278,6 +281,34 @@
},
},
"allowEmpty"
:
true
,
"allowEmpty"
:
true
,
"showCaption"
:
true
"showCaption"
:
true
},
{
"codeName"
:
"formitem1"
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"name"
:
"formitem1"
,
"noPrivDisplayMode"
:
1
,
"getPSEditor"
:
{
"editorParams"
:
{
"maxvalue"
:
"200"
,
"showText"
:
"true"
,
"format"
:
"0.000%"
},
"editorType"
:
"SLIDER"
,
"maxValue"
:
200.0
,
"name"
:
"formitem1"
,
"stepValue"
:
1.0
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"allowEmpty"
:
true
,
"showCaption"
:
true
}
],
}
],
"getPSLayout"
:
{
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColLG"
:
-1
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGRIDTestEditView.json
浏览文件 @
fdda4dde
...
@@ -247,6 +247,9 @@
...
@@ -247,6 +247,9 @@
},
{
},
{
"id"
:
"formitem"
,
"id"
:
"formitem"
,
"dataType"
:
25
"dataType"
:
25
},
{
"id"
:
"formitem1"
,
"dataType"
:
25
},
{
},
{
"id"
:
"createman"
,
"id"
:
"createman"
,
"dataType"
:
25
,
"dataType"
:
25
,
...
@@ -396,6 +399,34 @@
...
@@ -396,6 +399,34 @@
},
},
"allowEmpty"
:
true
,
"allowEmpty"
:
true
,
"showCaption"
:
true
"showCaption"
:
true
},
{
"codeName"
:
"formitem1"
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"name"
:
"formitem1"
,
"noPrivDisplayMode"
:
1
,
"getPSEditor"
:
{
"editorParams"
:
{
"maxvalue"
:
"200"
,
"showText"
:
"true"
,
"format"
:
"0.000%"
},
"editorType"
:
"SLIDER"
,
"maxValue"
:
200.0
,
"name"
:
"formitem1"
,
"stepValue"
:
1.0
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"allowEmpty"
:
true
,
"showCaption"
:
true
}
],
}
],
"getPSLayout"
:
{
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColLG"
:
-1
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
fdda4dde
...
@@ -5389,7 +5389,7 @@
...
@@ -5389,7 +5389,7 @@
"pluginCode" : "COLUMN_ACTION_EDIT",
"pluginCode" : "COLUMN_ACTION_EDIT",
"pluginType" : "GRID_COLRENDER",
"pluginType" : "GRID_COLRENDER",
"rTObjectName" : "IBizGridEditColumn",
"rTObjectName" : "IBizGridEditColumn",
"rTObjectRepo" : "@ibiz-template-plm/grid-edit-column@0.0.2-alpha.
3
",
"rTObjectRepo" : "@ibiz-template-plm/grid-edit-column@0.0.2-alpha.
4
",
"refMode" : "CONTROLITEM",
"refMode" : "CONTROLITEM",
"refTag" : "GRID",
"refTag" : "GRID",
"refTag2" : "DEFGRIDCOLUMN",
"refTag2" : "DEFGRIDCOLUMN",
...
@@ -12466,16 +12466,16 @@
...
@@ -12466,16 +12466,16 @@
"codeName" : "VMGroup3",
"codeName" : "VMGroup3",
"name" : "视图消息类型测试",
"name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ {
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-
错误
信息",
"name" : "消息类型-
警告
信息",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg
6
"
"id" : "ViewMsg
5
"
}
}
}, {
}, {
"name" : "消息类型-
警告
信息",
"name" : "消息类型-
错误
信息",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg
5
"
"id" : "ViewMsg
6
"
}
}
}, {
}, {
"name" : "消息类型-常规信息",
"name" : "消息类型-常规信息",
...
@@ -12498,12 +12498,6 @@
...
@@ -12498,12 +12498,6 @@
"codeName" : "VMGroup4",
"codeName" : "VMGroup4",
"name" : "视图消息位置测试",
"name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ {
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
}
}, {
"name" : "消息位置-视图上方",
"name" : "消息位置-视图上方",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
...
@@ -12521,6 +12515,12 @@
...
@@ -12521,6 +12515,12 @@
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg10"
"id" : "ViewMsg10"
}
}
}, {
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
}
} ]
} ]
}, {
}, {
"codeName" : "VMGroup8",
"codeName" : "VMGroup8",
...
@@ -12532,23 +12532,22 @@
...
@@ -12532,23 +12532,22 @@
"id" : "ViewMsg8"
"id" : "ViewMsg8"
}
}
}, {
}, {
"name" : "关闭模式-
无删除-上方-常规
",
"name" : "关闭模式-
默认删除-上方-错误
",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg1
1
"
"id" : "ViewMsg1
2
"
}
}
}, {
}, {
"name" : "消息
类型-常规信息
",
"name" : "消息
位置-视图内容区
",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg4"
"id" : "ViewMsg9"
},
}
"position" : "POPUP"
}, {
}, {
"name" : "关闭模式-
默认删除-上方-错误
",
"name" : "关闭模式-
本次删除-上方-警告
",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg1
2
"
"id" : "ViewMsg1
3
"
}
}
}, {
}, {
"name" : "消息类型-警告信息",
"name" : "消息类型-警告信息",
...
@@ -12558,22 +12557,23 @@
...
@@ -12558,22 +12557,23 @@
},
},
"position" : "POPUP"
"position" : "POPUP"
}, {
}, {
"name" : "消息
位置-视图内容区
",
"name" : "消息
类型-错误信息
",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg9"
"id" : "ViewMsg6"
}
},
"position" : "POPUP"
}, {
}, {
"name" : "关闭模式-
本次删除-上方-警告
",
"name" : "关闭模式-
无删除-上方-常规
",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg1
3
"
"id" : "ViewMsg1
1
"
}
}
}, {
}, {
"name" : "消息类型-
错误
信息",
"name" : "消息类型-
常规
信息",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg
6
"
"id" : "ViewMsg
4
"
},
},
"position" : "POPUP"
"position" : "POPUP"
} ]
} ]
...
@@ -12581,12 +12581,6 @@
...
@@ -12581,12 +12581,6 @@
"codeName" : "VMGroup5",
"codeName" : "VMGroup5",
"name" : "视图消息关闭模式",
"name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ {
"getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-默认删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
}
}, {
"name" : "关闭模式-本次删除",
"name" : "关闭模式-本次删除",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
...
@@ -12598,6 +12592,12 @@
...
@@ -12598,6 +12592,12 @@
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg11"
"id" : "ViewMsg11"
}
}
}, {
"name" : "关闭模式-默认删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
}
} ]
} ]
}, {
}, {
"codeName" : "VMGroup6",
"codeName" : "VMGroup6",
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.simple.json
浏览文件 @
fdda4dde
...
@@ -478,7 +478,7 @@
...
@@ -478,7 +478,7 @@
"pluginCode"
:
"COLUMN_ACTION_EDIT"
,
"pluginCode"
:
"COLUMN_ACTION_EDIT"
,
"pluginType"
:
"GRID_COLRENDER"
,
"pluginType"
:
"GRID_COLRENDER"
,
"rTObjectName"
:
"IBizGridEditColumn"
,
"rTObjectName"
:
"IBizGridEditColumn"
,
"rTObjectRepo"
:
"@ibiz-template-plm/grid-edit-column@0.0.2-alpha.
3
"
,
"rTObjectRepo"
:
"@ibiz-template-plm/grid-edit-column@0.0.2-alpha.
4
"
,
"refMode"
:
"CONTROLITEM"
,
"refMode"
:
"CONTROLITEM"
,
"refTag"
:
"GRID"
,
"refTag"
:
"GRID"
,
"refTag2"
:
"DEFGRIDCOLUMN"
,
"refTag2"
:
"DEFGRIDCOLUMN"
,
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录