Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
0d5b330f
提交
0d5b330f
编写于
4月 11, 2024
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
zhanghengfeng 发布系统代码 [TrainSys,网页端]
上级
96b7119c
变更
8
展开全部
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
720 行增加
和
48 行删除
+720
-48
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSSYSAPP.json
+0
-45
Usr0301355514.json
...Web/PSAPPDATAENTITIES/Reginfo/PSCHARTS/Usr0301355514.json
+12
-3
ReginfoChartExpView.json
...insys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoChartExpView.json
+4
-0
TESTMPickupView2.json
...trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTMPickupView2.json
+568
-0
bookUsr03113527TabSearchView.json
...YSAPPS/Web/PSAPPDEVIEWS/bookUsr03113527TabSearchView.json
+4
-0
AppIndex.json
...zlab/trainsys/PSSYSAPPS/Web/PSAPPINDEXVIEWS/AppIndex.json
+44
-0
AppIndex.json
...n/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPMENUS/AppIndex.json
+20
-0
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+68
-0
未找到文件。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSSYSAPP.json
浏览文件 @
0d5b330f
...
...
@@ -23005,27 +23005,6 @@
"builtinMethod" : false
} ],
"getAllPSAppDEUIActions" : [ {
"actionTarget" : "SINGLEKEY",
"caption" : "界面逻辑1",
"codeName" : "UILogic",
"frontProcessType" : "WIZARD",
"fullCodeName" : "TEST_UILogic",
"name" : "界面逻辑1",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "UILogic1"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "UILogic",
"uIActionType" : "DEUIACTION",
"uILogicAttachMode" : "REPLACE",
"id" : "UILogic@TEST"
}, {
"actionTarget" : "SINGLEKEY",
"caption" : "抽屉编辑",
"codeName" : "drawer_edit",
...
...
@@ -24775,30 +24754,6 @@
"id" : "Remove"
}
} ]
}, {
"codeName" : "Usr0614621049",
"name" : "界面逻辑",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"uniqueTag" : "TEST__Usr0614621049",
"getPSUIActionGroupDetails" : [ {
"caption" : "界面逻辑1",
"detailType" : "DEUIACTION",
"name" : "ucf40323",
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true,
"getPSUIAction" : {
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"modelref" : true,
"id" : "UILogic@TEST"
}
} ]
} ]
}, {
"getAllPSAppDEACModes" : [ {
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSCHARTS/Usr0301355514.json
浏览文件 @
0d5b330f
...
...
@@ -18,6 +18,7 @@
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
}
},
"hookEventNames"
:
[
"SELECTIONCHANGE"
,
"LOAD"
],
"logicName"
:
"Chart3"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
...
...
@@ -142,6 +143,17 @@
"type"
:
"numeric"
,
"id"
:
"0"
}
],
"getPSControlLogics"
:
[
{
"eventNames"
:
"SELECTIONCHANGE"
,
"logicTag"
:
"chartexpbar_chart"
,
"logicType"
:
"CUSTOM"
,
"name"
:
"chartexpbar_selectionchange"
},
{
"eventNames"
:
"LOAD"
,
"logicTag"
:
"chartexpbar_chart"
,
"logicType"
:
"CUSTOM"
,
"name"
:
"chartexpbar_load"
}
],
"getPSDEChartDataGrid"
:
{
"index"
:
0
,
"showDataGrid"
:
true
,
...
...
@@ -253,9 +265,6 @@
"showTitle"
:
false
,
"id"
:
"0"
},
"getPSSysCss"
:
{
"cssName"
:
"test2"
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"CHART_RENDER"
,
"pluginCode"
:
"PIE_3D"
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoChartExpView.json
浏览文件 @
0d5b330f
...
...
@@ -36,6 +36,10 @@
"editMode"
:
true
}
}
],
"getPSAppViewMsgGroup"
:
{
"modelref"
:
true
,
"id"
:
"VMGroup2"
},
"getPSControls"
:
[
{
"codeName"
:
"ChartExpViewchartexpbar"
,
"controlType"
:
"CHARTEXPBAR"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTMPickupView2.json
浏览文件 @
0d5b330f
此差异已折叠。
点击以展开。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr03113527TabSearchView.json
浏览文件 @
0d5b330f
...
...
@@ -12,6 +12,10 @@
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPMODULES/Ungroup.json"
},
"getPSAppViewMsgGroup"
:
{
"modelref"
:
true
,
"id"
:
"VMGroup2"
},
"getPSControls"
:
[
{
"codeName"
:
"Usr03113527TabSearchViewtabexppanel"
,
"controlType"
:
"TABEXPPANEL"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPINDEXVIEWS/AppIndex.json
浏览文件 @
0d5b330f
...
...
@@ -5321,6 +5321,50 @@
"layout"
:
"TABLE_24COL"
},
"tooltip"
:
"视图消息首页视图"
},
{
"accUserMode"
:
2
,
"caption"
:
"视图消息实体图表导航视图"
,
"itemType"
:
"MENUITEM"
,
"name"
:
"menuitem249"
,
"getPSAppFunc"
:
{
"modelref"
:
true
,
"id"
:
"UsrAppFunc0411997367"
},
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColMD"
:
24
,
"childColSM"
:
-1
,
"childColXS"
:
-1
,
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"tooltip"
:
"视图消息实体图表导航视图"
},
{
"accUserMode"
:
2
,
"caption"
:
"视图消息实体分页搜索视图"
,
"itemType"
:
"MENUITEM"
,
"name"
:
"menuitem248"
,
"getPSAppFunc"
:
{
"modelref"
:
true
,
"id"
:
"UsrAppFunc0411862918"
},
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColMD"
:
24
,
"childColSM"
:
-1
,
"childColXS"
:
-1
,
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"tooltip"
:
"视图消息实体分页搜索视图"
}
],
"getPSLayout"
:
{
"childColLG"
:
-1
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPMENUS/AppIndex.json
浏览文件 @
0d5b330f
...
...
@@ -2367,6 +2367,26 @@
"id"
:
"UsrAppFunc0409535215"
},
"tooltip"
:
"视图消息首页视图"
},
{
"accUserMode"
:
2
,
"caption"
:
"视图消息实体图表导航视图"
,
"itemType"
:
"MENUITEM"
,
"name"
:
"menuitem249"
,
"getPSAppFunc"
:
{
"modelref"
:
true
,
"id"
:
"UsrAppFunc0411997367"
},
"tooltip"
:
"视图消息实体图表导航视图"
},
{
"accUserMode"
:
2
,
"caption"
:
"视图消息实体分页搜索视图"
,
"itemType"
:
"MENUITEM"
,
"name"
:
"menuitem248"
,
"getPSAppFunc"
:
{
"modelref"
:
true
,
"id"
:
"UsrAppFunc0411862918"
},
"tooltip"
:
"视图消息实体分页搜索视图"
}
],
"tooltip"
:
"视图消息占位测试"
},
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
0d5b330f
...
...
@@ -2941,6 +2941,16 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTreeGridExRowEdit.json",
"viewType" : "DETREEGRIDEXVIEW"
}
}, {
"appFuncType" : "APPVIEW",
"codeName" : "UsrAppFunc0411862918",
"name" : "分页搜索测试",
"openMode" : "INDEXVIEWTAB",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr03113527TabSearchView.json",
"viewType" : "DETABSEARCHVIEW"
}
}, {
"appFuncType" : "APPVIEW",
"codeName" : "AppFunc50",
...
...
@@ -2961,6 +2971,16 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentEditView4.json",
"viewType" : "DEEDITVIEW4"
}
}, {
"appFuncType" : "APPVIEW",
"codeName" : "UsrAppFunc0411997367",
"name" : "柱状图导航",
"openMode" : "INDEXVIEWTAB",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoChartExpView.json",
"viewType" : "DECHARTEXPVIEW"
}
}, {
"appFuncType" : "APPVIEW",
"codeName" : "AppFunc74",
...
...
@@ -26571,6 +26591,50 @@
"layout" : "TABLE_24COL"
},
"tooltip" : "视图消息首页视图"
}, {
"accUserMode" : 2,
"caption" : "视图消息实体图表导航视图",
"itemType" : "MENUITEM",
"name" : "menuitem249",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc0411997367"
},
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"tooltip" : "视图消息实体图表导航视图"
}, {
"accUserMode" : 2,
"caption" : "视图消息实体分页搜索视图",
"itemType" : "MENUITEM",
"name" : "menuitem248",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc0411862918"
},
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"tooltip" : "视图消息实体分页搜索视图"
} ],
"getPSLayout" : {
"childColLG" : -1,
...
...
@@ -57557,6 +57621,10 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPMODULES/Ungroup.json"
},
"getPSAppViewMsgGroup" : {
"modelref" : true,
"id" : "VMGroup2"
},
"getPSControls" : [ {
"codeName" : "Usr03113527TabSearchViewtabexppanel",
"controlType" : "TABEXPPANEL",
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录