Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
2465f742
提交
2465f742
编写于
12月 28, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fangzhihao 发布系统代码 [TrainSys,网页端]
上级
e4c6cfba
变更
33
展开全部
隐藏空白字符变更
内嵌
并排
正在显示
33 个修改的文件
包含
1146 行增加
和
380 行删除
+1146
-380
h2_table.xml
trainsys-core/src/main/resources/liquibase/h2_table.xml
+2
-2
Phone.json
...izlab/trainsys/PSMODULES/common/PSDATAENTITIES/Phone.json
+8
-0
Phone.json
...ys/PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json
+4
-0
phoneGridExpView.json
...YSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneGridExpView.json
+392
-0
PSSYSAPP.json
.../ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
+14
-4
Book.json
...bizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json
+55
-1
EditorTest.json
...YSAPPS/Web/PSAPPDATAENTITIES/Book/PSFORMS/EditorTest.json
+2
-2
Form.json
...ys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSFORMS/Form.json
+2
-2
Main.json
...ys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSFORMS/Main.json
+2
-2
InfoGrid.json
...SSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/InfoGrid.json
+44
-44
Test.json
...SYSAPPS/Web/PSAPPDATAENTITIES/Phone/PSCALENDARS/Test.json
+18
-0
StudentList.json
...PS/Web/PSAPPDATAENTITIES/Student/PSLISTS/StudentList.json
+44
-44
bookBookEditViewEditorTest.json
...SSYSAPPS/Web/PSAPPDEVIEWS/bookBookEditViewEditorTest.json
+16
-4
bookBookWFDynaStartView.json
...s/PSSYSAPPS/Web/PSAPPDEVIEWS/bookBookWFDynaStartView.json
+16
-4
bookDataView.json
...lab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookDataView.json
+4
-0
bookDefaultDataView.json
...insys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookDefaultDataView.json
+4
-0
bookEditView.json
...lab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookEditView.json
+16
-4
bookEditView3.json
...ab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookEditView3.json
+16
-4
bookGridView.json
...lab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookGridView.json
+4
-0
bookMapView.json
...zlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookMapView.json
+4
-0
bookMobWFDynaEditView3.json
...ys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookMobWFDynaEditView3.json
+16
-4
bookOptionView.json
...b/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookOptionView.json
+16
-4
bookTabExpView.json
...b/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookTabExpView.json
+8
-0
bookUsr0815395468DataViewExpView.json
...PS/Web/PSAPPDEVIEWS/bookUsr0815395468DataViewExpView.json
+4
-0
bookUsr2DataView.json
...trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr2DataView.json
+4
-0
bookUsr2GridView.json
...trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr2GridView.json
+4
-0
bookUsr2RedirectView.json
...nsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr2RedirectView.json
+4
-0
bookUsr3GridView.json
...trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr3GridView.json
+48
-44
bookWFDynaActionView.json
...nsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookWFDynaActionView.json
+16
-4
bookWFDynaEditView3.json
...insys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookWFDynaEditView3.json
+16
-4
studentCalendarView.json
...insys/PSSYSAPPS/Web/PSAPPDEVIEWS/studentCalendarView.json
+7
-5
AppPortalView.json
...rainsys/PSSYSAPPS/Web/PSAPPPORTALVIEWS/AppPortalView.json
+92
-88
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+244
-110
未找到文件。
trainsys-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
2465f742
...
...
@@ -169,7 +169,7 @@
</changeSet>
<!--输出实体[PHONE]数据结构 -->
<changeSet
author=
"root"
id=
"tab-phone-25
3
-6"
>
<changeSet
author=
"root"
id=
"tab-phone-25
5
-6"
>
<createTable
tableName=
"T_PHONE"
>
<column
name=
"PHONEID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_PHONE"
/>
...
...
@@ -268,7 +268,7 @@
</changeSet>
<!--输出实体[STUDENT]数据结构 -->
<changeSet
author=
"root"
id=
"tab-student-
79
-10"
>
<changeSet
author=
"root"
id=
"tab-student-
80
-10"
>
<createTable
tableName=
"T_STUDENT"
>
<column
name=
"CREATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
</column>
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Phone.json
浏览文件 @
2465f742
...
...
@@ -2211,6 +2211,14 @@
"rTMOSFilePath"
:
"psmodeldata$psdataentities/EditView2"
,
"realModelSubType"
:
"DEEDITVIEW2"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"GridExpView"
,
"logicName"
:
"手机实体表格导航视图"
,
"mOSFilePath"
:
"psmodeldata$psdataentities/GridExpView"
,
"name"
:
"手机实体表格导航视图"
,
"rTMOSFilePath"
:
"psmodeldata$psdataentities/GridExpView"
,
"realModelSubType"
:
"DEGRIDEXPVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"PickupView"
,
"logicName"
:
"手机实体数据选择视图"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json
浏览文件 @
2465f742
...
...
@@ -136,6 +136,10 @@
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneUsr2EditView.json"
,
"viewType"
:
"DEEDITVIEW"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneGridExpView.json"
,
"viewType"
:
"DEGRIDEXPVIEW"
}
],
"getAllPSDEOPPrivs"
:
[
{
"logicName"
:
"建立"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneGridExpView.json
0 → 100644
浏览文件 @
2465f742
此差异已折叠。
点击以展开。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
浏览文件 @
2465f742
...
...
@@ -982,16 +982,16 @@
"mOSFilePath"
:
"pssysapps/TemplatePublish/psappviewmsggroups/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
"
}
}
],
"rTMOSFilePath"
:
"pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2"
...
...
@@ -1110,6 +1110,12 @@
"viewType"
:
"DEEDITVIEW"
,
"resource"
:
"Phone"
,
"view"
:
"Usr2EditView"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneGridExpView.json"
,
"viewType"
:
"DEGRIDEXPVIEW"
,
"resource"
:
"Phone"
,
"view"
:
"GridExpView"
}
],
"getAllPSDEOPPrivs"
:
[
{
"logicName"
:
"建立"
,
...
...
@@ -3803,6 +3809,10 @@
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneUsr2EditView.json"
,
"viewType"
:
"DEEDITVIEW"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneGridExpView.json"
,
"viewType"
:
"DEGRIDEXPVIEW"
}
],
"getAllPSDEOPPrivs"
:
[
{
"logicName"
:
"建立"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json
浏览文件 @
2465f742
...
...
@@ -2812,6 +2812,60 @@
"requestParamType"
:
"ENTITY"
,
"requestPath"
:
"/select"
,
"builtinMethod"
:
false
},
{
"codeName"
:
"WFClose"
,
"methodType"
:
"WFACTION"
,
"name"
:
"WFCLOSE"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/Book/psappdemethods/WFClose"
,
"builtinMethod"
:
true
},
{
"codeName"
:
"WFGoto"
,
"methodType"
:
"WFACTION"
,
"name"
:
"WFGOTO"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/Book/psappdemethods/WFGoto"
,
"builtinMethod"
:
true
},
{
"codeName"
:
"WFMarkRead"
,
"methodType"
:
"WFACTION"
,
"name"
:
"WFMARKREAD"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/Book/psappdemethods/WFMarkRead"
,
"builtinMethod"
:
true
},
{
"codeName"
:
"WFReassign"
,
"methodType"
:
"WFACTION"
,
"name"
:
"WFREASSIGN"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/Book/psappdemethods/WFReassign"
,
"builtinMethod"
:
true
},
{
"codeName"
:
"WFRestart"
,
"methodType"
:
"WFACTION"
,
"name"
:
"WFRESTART"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/Book/psappdemethods/WFRestart"
,
"builtinMethod"
:
true
},
{
"codeName"
:
"WFRollback"
,
"methodType"
:
"WFACTION"
,
"name"
:
"WFROLLBACK"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/Book/psappdemethods/WFRollback"
,
"builtinMethod"
:
true
},
{
"codeName"
:
"WFSendBack"
,
"methodType"
:
"WFACTION"
,
"name"
:
"WFSENDBACK"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/Book/psappdemethods/WFSendBack"
,
"builtinMethod"
:
true
},
{
"codeName"
:
"WFStart"
,
"methodType"
:
"WFACTION"
,
"name"
:
"WFSTART"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/Book/psappdemethods/WFStart"
,
"builtinMethod"
:
true
},
{
"codeName"
:
"WFSubmit"
,
"methodType"
:
"WFACTION"
,
"name"
:
"WFSUBMIT"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/Book/psappdemethods/WFSubmit"
,
"builtinMethod"
:
true
}
],
"getAllPSAppDEUILogics"
:
[
{
"codeName"
:
"test"
,
...
...
@@ -3088,6 +3142,6 @@
"enableUICreate"
:
true
,
"enableUIModify"
:
true
,
"enableUIRemove"
:
true
,
"enableWFActions"
:
fals
e
,
"enableWFActions"
:
tru
e
,
"major"
:
true
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSFORMS/EditorTest.json
浏览文件 @
2465f742
...
...
@@ -3780,11 +3780,11 @@
},
"getWFStartPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"
WFSTART
"
"id"
:
"
wfstart
"
},
"getWFSubmitPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"
WFSUBMIT
"
"id"
:
"
wfsubmit
"
},
"noTabHeader"
:
false
,
"modelid"
:
"228C9548-3E8F-4CBC-9E21-07EBCC596865"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSFORMS/Form.json
浏览文件 @
2465f742
...
...
@@ -44,11 +44,11 @@
},
"getWFStartPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"
WFSTART
"
"id"
:
"
wfstart
"
},
"getWFSubmitPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"
WFSUBMIT
"
"id"
:
"
wfsubmit
"
},
"noTabHeader"
:
false
,
"modelid"
:
"ff1fe450591e81f2b7a0cc41f0559e8f_form"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSFORMS/Main.json
浏览文件 @
2465f742
...
...
@@ -1195,11 +1195,11 @@
},
"getWFStartPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"
WFSTART
"
"id"
:
"
wfstart
"
},
"getWFSubmitPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"
WFSUBMIT
"
"id"
:
"
wfsubmit
"
},
"noTabHeader"
:
false
,
"modelid"
:
"30e57e03ffaa6be25a9d764accc12b56"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/InfoGrid.json
浏览文件 @
2465f742
...
...
@@ -19,35 +19,35 @@
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
1feafb4
_click"
,
"name"
:
"grid_uagridcolumn1_u
4c6267d
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
删除
操作"
}
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
4c6267d
_click"
,
"name"
:
"grid_uagridcolumn1_u
1feafb4
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
删除
操作"
"id"
:
"表格界面_
编辑
操作"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
删除
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Edit
"
"id"
:
"
Remove
"
},
"uIActionTarget"
:
"
SINGLE
KEY"
,
"uIActionTarget"
:
"
MULTI
KEY"
,
"xDataControlName"
:
"grid"
},
{
"name"
:
"表格界面_
删除
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Remove
"
"id"
:
"
Edit
"
},
"uIActionTarget"
:
"
MULTI
KEY"
,
"uIActionTarget"
:
"
SINGLE
KEY"
,
"xDataControlName"
:
"grid"
}
],
"getPSControlLogics"
:
[
{
...
...
@@ -168,40 +168,6 @@
"getPSDEUIActionGroup"
:
{
"name"
:
"界面行为组"
,
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto253"
,
"rTMOSFilePath"
:
"pslanguageres/Auto253"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto130"
,
"rTMOSFilePath"
:
"pslanguageres/Auto130"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u4c6267d"
,
"getPSUIAction"
:
{
...
...
@@ -235,6 +201,40 @@
"addSeparator"
:
true
,
"showCaption"
:
false
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto253"
,
"rTMOSFilePath"
:
"pslanguageres/Auto253"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto130"
,
"rTMOSFilePath"
:
"pslanguageres/Auto130"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
}
]
},
"rTMOSFilePath"
:
"psdegridcols/uagridcolumn1"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone/PSCALENDARS/Test.json
0 → 100644
浏览文件 @
2465f742
{
"calendarStyle"
:
"MONTH"
,
"codeName"
:
"Test"
,
"controlType"
:
"CALENDAR"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone/PSCALENDARS/Test.json"
,
"groupMode"
:
"NONE"
,
"legendPos"
:
"NONE"
,
"logicName"
:
"test"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/PHONE/pssyscalendars/Test"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"rTMOSFilePath"
:
"pssysapps/Web/psappdeviews/studentCalendarView/psappviewctrls/calendar"
,
"enableGroup"
:
false
,
"modelid"
:
"C10C79E5-8EFD-4A5E-B0C6-E5DC49DA3E89"
,
"modeltype"
:
"PSSYSCALENDAR"
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSLISTS/StudentList.json
浏览文件 @
2465f742
...
...
@@ -25,35 +25,35 @@
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"db_sysportlet2_list_field_u
1feafb4
_click"
,
"name"
:
"db_sysportlet2_list_field_u
4c6267d
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
删除
操作"
}
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"db_sysportlet2_list_field_u
4c6267d
_click"
,
"name"
:
"db_sysportlet2_list_field_u
1feafb4
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
删除
操作"
"id"
:
"表格界面_
编辑
操作"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
删除
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Edit
"
"id"
:
"
Remove
"
},
"uIActionTarget"
:
"
SINGLE
KEY"
,
"uIActionTarget"
:
"
MULTI
KEY"
,
"xDataControlName"
:
"db_sysportlet2_list"
},
{
"name"
:
"表格界面_
删除
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Remove
"
"id"
:
"
Edit
"
},
"uIActionTarget"
:
"
MULTI
KEY"
,
"uIActionTarget"
:
"
SINGLE
KEY"
,
"xDataControlName"
:
"db_sysportlet2_list"
}
],
"getPSDEListDataItems"
:
[
{
...
...
@@ -104,40 +104,6 @@
"getPSDEUIActionGroup"
:
{
"name"
:
"界面行为组"
,
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto253"
,
"rTMOSFilePath"
:
"pslanguageres/Auto253"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto130"
,
"rTMOSFilePath"
:
"pslanguageres/Auto130"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u4c6267d"
,
"getPSUIAction"
:
{
...
...
@@ -171,6 +137,40 @@
"addSeparator"
:
true
,
"showCaption"
:
false
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto253"
,
"rTMOSFilePath"
:
"pslanguageres/Auto253"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto130"
,
"rTMOSFilePath"
:
"pslanguageres/Auto130"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
}
]
},
"width"
:
150
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookBookEditViewEditorTest.json
浏览文件 @
2465f742
...
...
@@ -290,6 +290,10 @@
},
"xDataControlName"
:
"form"
}
],
"getPSAppWF"
:
{
"modelref"
:
true
,
"id"
:
"testWf"
},
"getPSControls"
:
[
{
"codeName"
:
"BookEditViewEditorTesttoolbar"
,
"controlType"
:
"TOOLBAR"
,
...
...
@@ -1192,7 +1196,11 @@
},
{
"actionName"
:
"WFSTART"
,
"actionType"
:
"WFACTION"
,
"name"
:
"WFSTART"
,
"name"
:
"wfstart"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"WFStart"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
...
...
@@ -1200,7 +1208,11 @@
},
{
"actionName"
:
"WFSUBMIT"
,
"actionType"
:
"WFACTION"
,
"name"
:
"WFSUBMIT"
,
"name"
:
"wfsubmit"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"WFSubmit"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
...
...
@@ -4968,11 +4980,11 @@
},
"getWFStartPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"
WFSTART
"
"id"
:
"
wfstart
"
},
"getWFSubmitPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"
WFSUBMIT
"
"id"
:
"
wfsubmit
"
},
"noTabHeader"
:
false
,
"name"
:
"form"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookBookWFDynaStartView.json
浏览文件 @
2465f742
...
...
@@ -15,6 +15,10 @@
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPMODULES/common.json"
},
"getPSAppWF"
:
{
"modelref"
:
true
,
"id"
:
"testWf"
},
"getPSControls"
:
[
{
"codeName"
:
"Main"
,
"controlType"
:
"FORM"
,
...
...
@@ -120,7 +124,11 @@
},
{
"actionName"
:
"WFSTART"
,
"actionType"
:
"WFACTION"
,
"name"
:
"WFSTART"
,
"name"
:
"wfstart"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"WFStart"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
...
...
@@ -128,7 +136,11 @@
},
{
"actionName"
:
"WFSUBMIT"
,
"actionType"
:
"WFACTION"
,
"name"
:
"WFSUBMIT"
,
"name"
:
"wfsubmit"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"WFSubmit"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
...
...
@@ -1301,11 +1313,11 @@
},
"getWFStartPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"
WFSTART
"
"id"
:
"
wfstart
"
},
"getWFSubmitPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"
WFSUBMIT
"
"id"
:
"
wfsubmit
"
},
"noTabHeader"
:
false
,
"name"
:
"form"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookDataView.json
浏览文件 @
2465f742
...
...
@@ -114,6 +114,10 @@
"viewType"
:
"DEEDITVIEW"
}
}
],
"getPSAppWF"
:
{
"modelref"
:
true
,
"id"
:
"testWf"
},
"getPSControls"
:
[
{
"codeName"
:
"Default"
,
"controlType"
:
"SEARCHFORM"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookDefaultDataView.json
浏览文件 @
2465f742
...
...
@@ -114,6 +114,10 @@
"viewType"
:
"DEEDITVIEW"
}
}
],
"getPSAppWF"
:
{
"modelref"
:
true
,
"id"
:
"testWf"
},
"getPSControls"
:
[
{
"codeName"
:
"DefaultDataViewtoolbar"
,
"controlType"
:
"TOOLBAR"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookEditView.json
浏览文件 @
2465f742
...
...
@@ -291,6 +291,10 @@
},
"xDataControlName"
:
"form"
}
],
"getPSAppWF"
:
{
"modelref"
:
true
,
"id"
:
"testWf"
},
"getPSControls"
:
[
{
"codeName"
:
"EditViewtoolbar"
,
"controlType"
:
"TOOLBAR"
,
...
...
@@ -1193,7 +1197,11 @@
},
{
"actionName"
:
"WFSTART"
,
"actionType"
:
"WFACTION"
,
"name"
:
"WFSTART"
,
"name"
:
"wfstart"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"WFStart"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
...
...
@@ -1201,7 +1209,11 @@
},
{
"actionName"
:
"WFSUBMIT"
,
"actionType"
:
"WFACTION"
,
"name"
:
"WFSUBMIT"
,
"name"
:
"wfsubmit"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"WFSubmit"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
...
...
@@ -2388,11 +2400,11 @@
},
"getWFStartPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"
WFSTART
"
"id"
:
"
wfstart
"
},
"getWFSubmitPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"
WFSUBMIT
"
"id"
:
"
wfsubmit
"
},
"noTabHeader"
:
false
,
"name"
:
"form"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookEditView3.json
浏览文件 @
2465f742
...
...
@@ -32,6 +32,10 @@
"paramType"
:
"CTRL"
}
]
}
],
"getPSAppWF"
:
{
"modelref"
:
true
,
"id"
:
"testWf"
},
"getPSControls"
:
[
{
"codeName"
:
"Default"
,
"controlType"
:
"DRTAB"
,
...
...
@@ -196,7 +200,11 @@
},
{
"actionName"
:
"WFSTART"
,
"actionType"
:
"WFACTION"
,
"name"
:
"WFSTART"
,
"name"
:
"wfstart"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"WFStart"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
...
...
@@ -204,7 +212,11 @@
},
{
"actionName"
:
"WFSUBMIT"
,
"actionType"
:
"WFACTION"
,
"name"
:
"WFSUBMIT"
,
"name"
:
"wfsubmit"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"WFSubmit"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
...
...
@@ -1387,11 +1399,11 @@
},
"getWFStartPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"
WFSTART
"
"id"
:
"
wfstart
"
},
"getWFSubmitPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"
WFSUBMIT
"
"id"
:
"
wfsubmit
"
},
"noTabHeader"
:
false
,
"name"
:
"form"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookGridView.json
浏览文件 @
2465f742
...
...
@@ -355,6 +355,10 @@
},
"xDataControlName"
:
"grid"
}
],
"getPSAppWF"
:
{
"modelref"
:
true
,
"id"
:
"testWf"
},
"getPSControls"
:
[
{
"aggMode"
:
"NONE"
,
"codeName"
:
"Main"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookMapView.json
浏览文件 @
2465f742
...
...
@@ -91,6 +91,10 @@
"viewType"
:
"DEEDITVIEW"
}
}
],
"getPSAppWF"
:
{
"modelref"
:
true
,
"id"
:
"testWf"
},
"getPSControls"
:
[
{
"codeName"
:
"Map"
,
"controlType"
:
"MAP"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookMobWFDynaEditView3.json
浏览文件 @
2465f742
...
...
@@ -13,6 +13,10 @@
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPMODULES/common.json"
},
"getPSAppWF"
:
{
"modelref"
:
true
,
"id"
:
"testWf"
},
"getPSControls"
:
[
{
"codeName"
:
"Default"
,
"controlType"
:
"DRTAB"
,
...
...
@@ -165,7 +169,11 @@
},
{
"actionName"
:
"WFSTART"
,
"actionType"
:
"WFACTION"
,
"name"
:
"WFSTART"
,
"name"
:
"wfstart"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"WFStart"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
...
...
@@ -173,7 +181,11 @@
},
{
"actionName"
:
"WFSUBMIT"
,
"actionType"
:
"WFACTION"
,
"name"
:
"WFSUBMIT"
,
"name"
:
"wfsubmit"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"WFSubmit"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
...
...
@@ -207,11 +219,11 @@
},
"getWFStartPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"
WFSTART
"
"id"
:
"
wfstart
"
},
"getWFSubmitPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"
WFSUBMIT
"
"id"
:
"
wfsubmit
"
},
"noTabHeader"
:
false
,
"name"
:
"form"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookOptionView.json
浏览文件 @
2465f742
...
...
@@ -28,6 +28,10 @@
"value"
:
0
}
]
}
],
"getPSAppWF"
:
{
"modelref"
:
true
,
"id"
:
"testWf"
},
"getPSControls"
:
[
{
"codeName"
:
"Main"
,
"controlType"
:
"FORM"
,
...
...
@@ -134,7 +138,11 @@
},
{
"actionName"
:
"WFSTART"
,
"actionType"
:
"WFACTION"
,
"name"
:
"WFSTART"
,
"name"
:
"wfstart"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"WFStart"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
...
...
@@ -142,7 +150,11 @@
},
{
"actionName"
:
"WFSUBMIT"
,
"actionType"
:
"WFACTION"
,
"name"
:
"WFSUBMIT"
,
"name"
:
"wfsubmit"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"WFSubmit"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
...
...
@@ -1325,11 +1337,11 @@
},
"getWFStartPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"
WFSTART
"
"id"
:
"
wfstart
"
},
"getWFSubmitPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"
WFSUBMIT
"
"id"
:
"
wfsubmit
"
},
"noTabHeader"
:
false
,
"name"
:
"form"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookTabExpView.json
浏览文件 @
2465f742
...
...
@@ -19,6 +19,10 @@
"mOSFilePath"
:
"pssysapps/Web/psappdeviews/bookTabExpView/psappviewengines/engine"
,
"name"
:
"engine"
}
],
"getPSAppWF"
:
{
"modelref"
:
true
,
"id"
:
"testWf"
},
"getPSControls"
:
[
{
"codeName"
:
"TabExpViewtabexppanel"
,
"controlType"
:
"TABEXPPANEL"
,
...
...
@@ -419,6 +423,10 @@
},
"xDataControlName"
:
"grid"
}
],
"getPSAppWF"
:
{
"modelref"
:
true
,
"id"
:
"testWf"
},
"getPSControls"
:
[
{
"aggMode"
:
"NONE"
,
"codeName"
:
"Main"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr0815395468DataViewExpView.json
浏览文件 @
2465f742
...
...
@@ -48,6 +48,10 @@
"editMode"
:
true
}
}
],
"getPSAppWF"
:
{
"modelref"
:
true
,
"id"
:
"testWf"
},
"getPSControls"
:
[
{
"codeName"
:
"Usr0815395468DataViewExpViewdataviewexpbar"
,
"controlType"
:
"DATAVIEWEXPBAR"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr2DataView.json
浏览文件 @
2465f742
...
...
@@ -114,6 +114,10 @@
"viewType"
:
"DEEDITVIEW"
}
}
],
"getPSAppWF"
:
{
"modelref"
:
true
,
"id"
:
"testWf"
},
"getPSControls"
:
[
{
"codeName"
:
"Default"
,
"controlType"
:
"SEARCHFORM"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr2GridView.json
浏览文件 @
2465f742
...
...
@@ -114,6 +114,10 @@
"viewType"
:
"DEEDITVIEW"
}
}
],
"getPSAppWF"
:
{
"modelref"
:
true
,
"id"
:
"testWf"
},
"getPSControls"
:
[
{
"aggMode"
:
"NONE"
,
"codeName"
:
"TestEditorGrid"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr2RedirectView.json
浏览文件 @
2465f742
...
...
@@ -13,6 +13,10 @@
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPMODULES/common.json"
},
"getPSAppWF"
:
{
"modelref"
:
true
,
"id"
:
"testWf"
},
"getPSDEViewCodeName"
:
"Usr2RedirectView"
,
"getPSDEViewId"
:
"44ED3625-7939-495C-B1E2-CB1157505AA6"
,
"getPSViewLayoutPanel"
:
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr3GridView.json
浏览文件 @
2465f742
...
...
@@ -354,6 +354,10 @@
},
"xDataControlName"
:
"grid"
}
],
"getPSAppWF"
:
{
"modelref"
:
true
,
"id"
:
"testWf"
},
"getPSControls"
:
[
{
"aggMode"
:
"NONE"
,
"codeName"
:
"InfoGrid"
,
...
...
@@ -375,35 +379,35 @@
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
1feafb4
_click"
,
"name"
:
"grid_uagridcolumn1_u
4c6267d
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
删除
操作"
}
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
4c6267d
_click"
,
"name"
:
"grid_uagridcolumn1_u
1feafb4
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
删除
操作"
"id"
:
"表格界面_
编辑
操作"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
删除
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Edit
"
"id"
:
"
Remove
"
},
"uIActionTarget"
:
"
SINGLE
KEY"
,
"uIActionTarget"
:
"
MULTI
KEY"
,
"xDataControlName"
:
"grid"
},
{
"name"
:
"表格界面_
删除
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Remove
"
"id"
:
"
Edit
"
},
"uIActionTarget"
:
"
MULTI
KEY"
,
"uIActionTarget"
:
"
SINGLE
KEY"
,
"xDataControlName"
:
"grid"
}
],
"getPSControlHandler"
:
{
...
...
@@ -611,40 +615,6 @@
"getPSDEUIActionGroup"
:
{
"name"
:
"界面行为组"
,
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto253"
,
"rTMOSFilePath"
:
"pslanguageres/Auto253"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto130"
,
"rTMOSFilePath"
:
"pslanguageres/Auto130"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u4c6267d"
,
"getPSUIAction"
:
{
...
...
@@ -678,6 +648,40 @@
"addSeparator"
:
true
,
"showCaption"
:
false
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto253"
,
"rTMOSFilePath"
:
"pslanguageres/Auto253"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto130"
,
"rTMOSFilePath"
:
"pslanguageres/Auto130"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
}
]
},
"rTMOSFilePath"
:
"psdegridcols/uagridcolumn1"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookWFDynaActionView.json
浏览文件 @
2465f742
...
...
@@ -15,6 +15,10 @@
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPMODULES/common.json"
},
"getPSAppWF"
:
{
"modelref"
:
true
,
"id"
:
"testWf"
},
"getPSControls"
:
[
{
"codeName"
:
"Main"
,
"controlType"
:
"FORM"
,
...
...
@@ -120,7 +124,11 @@
},
{
"actionName"
:
"WFSTART"
,
"actionType"
:
"WFACTION"
,
"name"
:
"WFSTART"
,
"name"
:
"wfstart"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"WFStart"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
...
...
@@ -128,7 +136,11 @@
},
{
"actionName"
:
"WFSUBMIT"
,
"actionType"
:
"WFACTION"
,
"name"
:
"WFSUBMIT"
,
"name"
:
"wfsubmit"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"WFSubmit"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
...
...
@@ -1301,11 +1313,11 @@
},
"getWFStartPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"
WFSTART
"
"id"
:
"
wfstart
"
},
"getWFSubmitPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"
WFSUBMIT
"
"id"
:
"
wfsubmit
"
},
"noTabHeader"
:
false
,
"name"
:
"form"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookWFDynaEditView3.json
浏览文件 @
2465f742
...
...
@@ -13,6 +13,10 @@
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPMODULES/common.json"
},
"getPSAppWF"
:
{
"modelref"
:
true
,
"id"
:
"testWf"
},
"getPSControls"
:
[
{
"codeName"
:
"Default"
,
"controlType"
:
"DRTAB"
,
...
...
@@ -165,7 +169,11 @@
},
{
"actionName"
:
"WFSTART"
,
"actionType"
:
"WFACTION"
,
"name"
:
"WFSTART"
,
"name"
:
"wfstart"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"WFStart"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
...
...
@@ -173,7 +181,11 @@
},
{
"actionName"
:
"WFSUBMIT"
,
"actionType"
:
"WFACTION"
,
"name"
:
"WFSUBMIT"
,
"name"
:
"wfsubmit"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"WFSubmit"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
...
...
@@ -1346,11 +1358,11 @@
},
"getWFStartPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"
WFSTART
"
"id"
:
"
wfstart
"
},
"getWFSubmitPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"
WFSUBMIT
"
"id"
:
"
wfsubmit
"
},
"noTabHeader"
:
false
,
"name"
:
"form"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/studentCalendarView.json
浏览文件 @
2465f742
...
...
@@ -39,15 +39,17 @@
}
}
],
"getPSControls"
:
[
{
"codeName"
:
"Calendar"
,
"calendarStyle"
:
"MONTH"
,
"codeName"
:
"Test"
,
"controlType"
:
"CALENDAR"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/
Student/PSCALENDARS/Calendar
.json"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/
Phone/PSCALENDARS/Test
.json"
,
"groupMode"
:
"NONE"
,
"legendPos"
:
"NONE"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/STUDENT/pssyscalendars/Calendar"
,
"logicName"
:
"test"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/PHONE/pssyscalendars/Test"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/
Student
.json"
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/
Phone
.json"
},
"getPSControlHandler"
:
{
"enableDEFieldPrivilege"
:
false
,
...
...
@@ -61,7 +63,7 @@
"rTMOSFilePath"
:
"pssysapps/Web/psappdeviews/studentCalendarView/psappviewctrls/calendar"
,
"enableGroup"
:
false
,
"name"
:
"calendar"
,
"modelid"
:
"
2c472a3ac1d816a3b2be7b257c7299e1_calendar
"
,
"modelid"
:
"
C10C79E5-8EFD-4A5E-B0C6-E5DC49DA3E89
"
,
"modeltype"
:
"PSSYSCALENDAR"
}
],
"getPSDEViewCodeName"
:
"CalendarView"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPPORTALVIEWS/AppPortalView.json
浏览文件 @
2465f742
此差异已折叠。
点击以展开。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
2465f742
此差异已折叠。
点击以展开。
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录