Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
b4ad15ae
提交
b4ad15ae
编写于
12月 08, 2023
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tony001 发布系统代码 [TrainSys,网页端]
上级
e87537c7
变更
8
展开全部
显示空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
380 行增加
和
45 行删除
+380
-45
Book.json
...bizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Book.json
+6
-0
PSSYSAPP.json
.../ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
+4
-4
Book.json
...bizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json
+4
-0
TestCtrlPlugCalendarView_Calendar.json
...S/Book/PSCALENDARS/TestCtrlPlugCalendarView_Calendar.json
+16
-0
bookTestCtrlPlugCalendarView.json
...YSAPPS/Web/PSAPPDEVIEWS/bookTestCtrlPlugCalendarView.json
+118
-0
AppIndex.json
...zlab/trainsys/PSSYSAPPS/Web/PSAPPINDEXVIEWS/AppIndex.json
+22
-0
AppIndex.json
...n/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPMENUS/AppIndex.json
+10
-0
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+200
-41
未找到文件。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Book.json
浏览文件 @
b4ad15ae
...
@@ -7513,6 +7513,12 @@
...
@@ -7513,6 +7513,12 @@
"name"
:
"书实体数据视图(栅格)"
,
"name"
:
"书实体数据视图(栅格)"
,
"realModelSubType"
:
"DEDATAVIEW"
,
"realModelSubType"
:
"DEDATAVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"TestCtrlPlugCalendarView"
,
"logicName"
:
"测试部件插件日历视图"
,
"name"
:
"测试部件插件日历视图"
,
"realModelSubType"
:
"DECALENDARVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
},
{
"codeName"
:
"EditView2"
,
"codeName"
:
"EditView2"
,
"logicName"
:
"书实体编辑视图(左右关系)"
,
"logicName"
:
"书实体编辑视图(左右关系)"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
浏览文件 @
b4ad15ae
...
@@ -1495,16 +1495,16 @@
...
@@ -1495,16 +1495,16 @@
"codeName"
:
"VMGroup2"
,
"codeName"
:
"VMGroup2"
,
"name"
:
"视图消息组2"
,
"name"
:
"视图消息组2"
,
"getPSAppViewMsgGroupDetails"
:
[
{
"getPSAppViewMsgGroupDetails"
:
[
{
"name"
:
"视图消息"
,
"name"
:
"视图消息
2
"
,
"getPSAppViewMsg"
:
{
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"ViewMsg
2
"
"id"
:
"ViewMsg
3
"
}
}
},
{
},
{
"name"
:
"视图消息
2
"
,
"name"
:
"视图消息"
,
"getPSAppViewMsg"
:
{
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"ViewMsg
3
"
"id"
:
"ViewMsg
2
"
}
}
}
]
}
]
},
{
},
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json
浏览文件 @
b4ad15ae
...
@@ -4325,6 +4325,10 @@
...
@@ -4325,6 +4325,10 @@
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr11EditView.json"
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr11EditView.json"
,
"viewType"
:
"DEEDITVIEW"
"viewType"
:
"DEEDITVIEW"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/bookTestCtrlPlugCalendarView.json"
,
"viewType"
:
"DECALENDARVIEW"
},
{
},
{
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr6EditView.json"
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr6EditView.json"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSCALENDARS/TestCtrlPlugCalendarView_Calendar.json
0 → 100644
浏览文件 @
b4ad15ae
{
"calendarStyle"
:
"MONTH"
,
"codeName"
:
"TestCtrlPlugCalendarView_Calendar"
,
"controlType"
:
"CALENDAR"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSCALENDARS/TestCtrlPlugCalendarView_Calendar.json"
,
"groupMode"
:
"NONE"
,
"legendPos"
:
"NONE"
,
"logicName"
:
"测试部件插件日历视图_日历部件"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"enableGroup"
:
false
,
"modelid"
:
"56F6024E-D9F7-4A95-A422-5AEC791F397C"
,
"modeltype"
:
"PSSYSCALENDAR"
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookTestCtrlPlugCalendarView.json
0 → 100644
浏览文件 @
b4ad15ae
{
"accUserMode"
:
2
,
"caption"
:
"书"
,
"codeName"
:
"bookTestCtrlPlugCalendarView"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/bookTestCtrlPlugCalendarView.json"
,
"mDCtrlActiveMode"
:
2
,
"name"
:
"bookTestCtrlPlugCalendarView"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSAppModule"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPMODULES/Test.json"
},
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPUILOGIC"
,
"name"
:
"newdata"
,
"getPSAppUILogic"
:
{
"actionAfterWizard"
:
"DEFAULT"
,
"logicType"
:
"PREDEFINED"
,
"name"
:
"新建数据"
,
"viewLogicType"
:
"APP_NEWDATA"
,
"batchAddOnly"
:
false
,
"enableBatchAdd"
:
false
,
"enableWizardAdd"
:
false
}
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPUILOGIC"
,
"name"
:
"opendata"
,
"getPSAppUILogic"
:
{
"logicType"
:
"PREDEFINED"
,
"name"
:
"打开数据"
,
"viewLogicType"
:
"APP_OPENDATA"
,
"editMode"
:
true
}
}
],
"getPSControls"
:
[
{
"calendarStyle"
:
"MONTH"
,
"codeName"
:
"TestCtrlPlugCalendarView_Calendar"
,
"controlType"
:
"CALENDAR"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSCALENDARS/TestCtrlPlugCalendarView_Calendar.json"
,
"groupMode"
:
"NONE"
,
"legendPos"
:
"NONE"
,
"logicName"
:
"测试部件插件日历视图_日历部件"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlHandler"
:
{
"enableDEFieldPrivilege"
:
false
,
"id"
:
"calendar"
},
"getPSControlParam"
:
{
"autoLoad"
:
true
,
"showBusyIndicator"
:
true
,
"id"
:
"CALENDAR"
},
"enableGroup"
:
false
,
"name"
:
"calendar"
,
"modelid"
:
"56F6024E-D9F7-4A95-A422-5AEC791F397C"
,
"modeltype"
:
"PSSYSCALENDAR"
},
{
"controlType"
:
"SEARCHBAR"
,
"name"
:
"searchbar"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlParam"
:
{
"id"
:
"searchbar"
},
"quickGroupCount"
:
-1
,
"quickSearchMode"
:
0
,
"quickSearchWidth"
:
0
,
"enableFilter"
:
false
,
"enableGroup"
:
false
,
"enableQuickSearch"
:
false
,
"mobileSearchBar"
:
false
},
{
"caption"
:
"书"
,
"codeName"
:
"TestCtrlPlugCalendarViewcaptionbar"
,
"controlType"
:
"CAPTIONBAR"
,
"name"
:
"captionbar"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlParam"
:
{
}
}
],
"getPSDEViewCodeName"
:
"TestCtrlPlugCalendarView"
,
"getPSDEViewId"
:
"EF044DFE-8C0E-41C4-9796-7DF9902E98E6"
,
"getPSViewLayoutPanel"
:
{
"codeName"
:
"Layoutpanel"
,
"controlStyle"
:
"APPDECALENDARVIEW"
,
"controlType"
:
"VIEWLAYOUTPANEL"
,
"name"
:
"layoutpanel"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlParam"
:
{
},
"layoutBodyOnly"
:
true
,
"layoutPanel"
:
true
,
"useDefaultLayout"
:
true
},
"title"
:
"测试部件插件日历视图"
,
"viewStyle"
:
"DEFAULT"
,
"viewType"
:
"DECALENDARVIEW"
,
"xDataControlName"
:
"calendar"
,
"enableDP"
:
true
,
"enableFilter"
:
true
,
"enableSearch"
:
true
,
"modelid"
:
"2241325be9a8fe3109be353243263ccb"
,
"modeltype"
:
"PSAPPDEVIEW"
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPINDEXVIEWS/AppIndex.json
浏览文件 @
b4ad15ae
...
@@ -2734,6 +2734,28 @@
...
@@ -2734,6 +2734,28 @@
"layout"
:
"TABLE_24COL"
"layout"
:
"TABLE_24COL"
},
},
"tooltip"
:
"测试值规则"
"tooltip"
:
"测试值规则"
},
{
"accUserMode"
:
2
,
"caption"
:
"测试日历部件视图"
,
"itemType"
:
"MENUITEM"
,
"name"
:
"menuitem162"
,
"getPSAppFunc"
:
{
"modelref"
:
true
,
"id"
:
"UsrAppFunc1208375516"
},
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColMD"
:
24
,
"childColSM"
:
-1
,
"childColXS"
:
-1
,
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"tooltip"
:
"测试日历部件视图"
},
{
},
{
"accUserMode"
:
0
,
"accUserMode"
:
0
,
"caption"
:
"布局面板发布承载(勿动)"
,
"caption"
:
"布局面板发布承载(勿动)"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPMENUS/AppIndex.json
浏览文件 @
b4ad15ae
...
@@ -1210,6 +1210,16 @@
...
@@ -1210,6 +1210,16 @@
"id"
:
"AppFunc48"
"id"
:
"AppFunc48"
},
},
"tooltip"
:
"测试值规则"
"tooltip"
:
"测试值规则"
},
{
"accUserMode"
:
2
,
"caption"
:
"测试日历部件视图"
,
"itemType"
:
"MENUITEM"
,
"name"
:
"menuitem162"
,
"getPSAppFunc"
:
{
"modelref"
:
true
,
"id"
:
"UsrAppFunc1208375516"
},
"tooltip"
:
"测试日历部件视图"
},
{
},
{
"accUserMode"
:
0
,
"accUserMode"
:
0
,
"caption"
:
"布局面板发布承载(勿动)"
,
"caption"
:
"布局面板发布承载(勿动)"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
b4ad15ae
此差异已折叠。
点击以展开。
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录