Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
fae31348
提交
fae31348
编写于
4月 24, 2024
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tony001 发布系统代码 [TrainSys,网页端]
上级
729c3b70
变更
5
显示空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
1353 行增加
和
732 行删除
+1353
-732
Student.json
.../PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Student.json
+67
-2
studentPortletEditView.json
.../TemplatePublish/PSAPPDEVIEWS/studentPortletEditView.json
+576
-363
Student.json
...lab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json
+67
-2
studentPortletEditView.json
...ys/PSSYSAPPS/Web/PSAPPDEVIEWS/studentPortletEditView.json
+576
-363
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+67
-2
未找到文件。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Student.json
浏览文件 @
fae31348
...
...
@@ -1513,6 +1513,28 @@
"uILogicAttachMode"
:
"REPLACE"
,
"globalUIAction"
:
true
,
"id"
:
"confirm_portlet_form@Student"
},
{
"actionTarget"
:
"SINGLEDATA"
,
"caption"
:
"确定"
,
"codeName"
:
"panel_Usr0424282487_button_okaction_click"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"Student_panel_Usr0424282487_button_okaction_click"
,
"name"
:
"确定"
,
"getPSAppDEUILogic"
:
{
"modelref"
:
true
,
"id"
:
"close_portlet_editview"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Student.json"
},
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"panel_Usr0424282487_button_okaction_click"
,
"uIActionType"
:
"DEUIACTION"
,
"uILogicAttachMode"
:
"REPLACE"
,
"uILogicType"
:
"DELOGIC"
,
"id"
:
"panel_Usr0424282487_button_okaction_click@Student"
},
{
"actionTarget"
:
"NONE"
,
"caption"
:
"编辑"
,
...
...
@@ -1954,8 +1976,8 @@
"codeName"
:
"portlet_edit_view"
,
"getFrontPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/studentPortlet
Option
View.json"
,
"viewType"
:
"DE
OP
TVIEW"
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/studentPortlet
Edit
View.json"
,
"viewType"
:
"DE
EDI
TVIEW"
},
"frontProcessType"
:
"WIZARD"
,
"fullCodeName"
:
"Student_portlet_edit_view"
,
...
...
@@ -2246,6 +2268,49 @@
"modelref"
:
true
,
"id"
:
"Begin"
}
},
{
"codeName"
:
"close_portlet_editview"
,
"defaultParamName"
:
"Default"
,
"logicName"
:
"关闭门户编辑视图"
,
"name"
:
"关闭门户编辑视图"
,
"getPSDEUILogicNodes"
:
[
{
"codeName"
:
"Begin"
,
"leftPos"
:
200
,
"logicNodeType"
:
"BEGIN"
,
"name"
:
"开始"
,
"getPSDEUILogicLinks"
:
[
{
"getDstPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"RAWJSCODE1"
},
"linkMode"
:
0
,
"name"
:
"连接名称"
,
"getSrcPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Begin"
}
}
],
"topPos"
:
200
,
"parallelOutput"
:
true
},
{
"code"
:
"console.log(666)"
,
"codeName"
:
"RAWJSCODE1"
,
"leftPos"
:
351
,
"logicNodeType"
:
"RAWJSCODE"
,
"name"
:
"注入脚本代码"
,
"topPos"
:
208
}
],
"getPSDEUILogicParams"
:
[
{
"codeName"
:
"Default"
,
"logicName"
:
"传入变量"
,
"name"
:
"传入变量"
,
"default"
:
true
,
"entityParam"
:
true
}
],
"getStartPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Begin"
}
},
{
"codeName"
:
"emit_form_savesuccess"
,
"defaultParamName"
:
"Default"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/studentPortletEditView.json
浏览文件 @
fae31348
...
...
@@ -14,6 +14,234 @@
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPMODULES/common.json"
},
"getPSDEViewCodeName"
:
"PortletEditView"
,
"getPSDEViewId"
:
"853A3234-C481-4384-8364-55FB6C73CCA0"
,
"getPSViewLayoutPanel"
:
{
"codeName"
:
"Usr0424282487"
,
"controlType"
:
"VIEWLAYOUTPANEL"
,
"layoutMode"
:
"FLEX"
,
"logicName"
:
"PortletEditView编辑视图布局面板"
,
"name"
:
"layoutpanel"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Student.json"
},
"getPSControlParam"
:
{
},
"getPSLayout"
:
{
"layout"
:
"FLEX"
},
"getRootPSPanelItems"
:
[
{
"caption"
:
"容器"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CONTAINER"
,
"name"
:
"view_header"
,
"getPSLayout"
:
{
"align"
:
"space-between"
,
"dir"
:
"row"
,
"layout"
:
"FLEX"
,
"vAlign"
:
"center"
},
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"layout"
:
"FLEX"
,
"shrink"
:
0
},
"getPSPanelItems"
:
[
{
"caption"
:
"容器"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CONTAINER"
,
"name"
:
"view_header_left"
,
"getPSLayout"
:
{
"layout"
:
"FLEX"
},
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"heightMode"
:
"FULL"
,
"layout"
:
"FLEX"
},
"getPSPanelItems"
:
[
{
"caption"
:
"容器"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CONTAINER"
,
"name"
:
"view_captionbar"
,
"getPSLayout"
:
{
"align"
:
"center"
,
"layout"
:
"FLEX"
},
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"heightMode"
:
"FULL"
,
"layout"
:
"FLEX"
},
"getPSPanelItems"
:
[
{
"caption"
:
"页面标题"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CTRLPOS"
,
"name"
:
"captionbar"
,
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"layout"
:
"FLEX"
},
"showCaption"
:
true
}
]
}
]
},
{
"caption"
:
"容器"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CONTAINER"
,
"name"
:
"view_header_right"
,
"getPSLayout"
:
{
"layout"
:
"FLEX"
},
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"heightMode"
:
"FULL"
,
"layout"
:
"FLEX"
},
"getPSPanelItems"
:
[
{
"caption"
:
"容器"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CONTAINER"
,
"name"
:
"view_toolbar"
,
"getPSLayout"
:
{
"align"
:
"center"
,
"layout"
:
"FLEX"
},
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"heightMode"
:
"FULL"
,
"layout"
:
"FLEX"
},
"getPSPanelItems"
:
[
{
"caption"
:
"工具栏"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CTRLPOS"
,
"name"
:
"toolbar"
,
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"layout"
:
"FLEX"
},
"showCaption"
:
true
}
]
}
]
}
],
"predefinedType"
:
"VIEWHEADER"
},
{
"caption"
:
"容器"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CONTAINER"
,
"name"
:
"view_content"
,
"getPSLayout"
:
{
"layout"
:
"FLEX"
},
"getPSLayoutPos"
:
{
"grow"
:
1
,
"layout"
:
"FLEX"
},
"getPSPanelItems"
:
[
{
"caption"
:
"表单"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CTRLPOS"
,
"name"
:
"form"
,
"getPSLayoutPos"
:
{
"grow"
:
1
,
"layout"
:
"FLEX"
},
"showCaption"
:
true
}
],
"predefinedType"
:
"VIEWCONTENT"
},
{
"caption"
:
"容器"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CONTAINER"
,
"name"
:
"view_footer"
,
"getPSLayout"
:
{
"align"
:
"flex-end"
,
"dir"
:
"row"
,
"layout"
:
"FLEX"
,
"vAlign"
:
"center"
},
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"layout"
:
"FLEX"
},
"getPSPanelItems"
:
[
{
"actionType"
:
"UIACTION"
,
"buttonStyle"
:
"DEFAULT"
,
"caption"
:
"取消"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"BUTTON"
,
"name"
:
"button_cancelaction"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"layoutpanel_button_cancelaction"
},
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"layout"
:
"FLEX"
},
"getPSUIAction"
:
{
"caption"
:
"取消"
,
"codeName"
:
"Cancel"
,
"fullCodeName"
:
"Cancel"
,
"name"
:
"视图_取消"
,
"predefinedType"
:
"VIEW_CANCELACTION"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Cancel"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"取消"
,
"showCaption"
:
true
},
{
"actionType"
:
"UIACTION"
,
"buttonStyle"
:
"DEFAULT"
,
"caption"
:
"确定"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"BUTTON"
,
"name"
:
"button_okaction"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"layoutpanel_button_okaction"
},
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"layout"
:
"FLEX"
},
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEDATA"
,
"caption"
:
"确定"
,
"codeName"
:
"panel_Usr0424282487_button_okaction_click"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"Student_panel_Usr0424282487_button_okaction_click"
,
"name"
:
"确定"
,
"getPSAppDEUILogic"
:
{
"modelref"
:
true
,
"id"
:
"close_portlet_editview"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Student.json"
},
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"panel_Usr0424282487_button_okaction_click"
,
"uIActionType"
:
"DEUIACTION"
,
"uILogicAttachMode"
:
"REPLACE"
,
"uILogicType"
:
"DELOGIC"
,
"id"
:
"panel_Usr0424282487_button_okaction_click@Student"
},
"tooltip"
:
"确定"
,
"uIActionTarget"
:
"SINGLEDATA"
,
"showCaption"
:
true
}
]
}
],
"layoutBodyOnly"
:
false
,
"layoutPanel"
:
true
,
"useDefaultLayout"
:
false
,
"viewProxyMode"
:
true
,
"modelid"
:
"8845CE3B-E67F-4D91-924A-044E6C1EDA08"
,
"modeltype"
:
"PSSYSVIEWLAYOUTPANEL"
,
"getPSAppViewEngines"
:
[
{
"engineCat"
:
"VIEW"
,
"engineType"
:
"EditView"
,
...
...
@@ -443,22 +671,7 @@
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Student.json"
},
"getPSControlParam"
:
{
}
}
],
"getPSDEViewCodeName"
:
"PortletEditView"
,
"getPSDEViewId"
:
"853A3234-C481-4384-8364-55FB6C73CCA0"
,
"getPSViewLayoutPanel"
:
{
"codeName"
:
"Layoutpanel"
,
"controlStyle"
:
"APPDEEDITVIEW"
,
"controlType"
:
"VIEWLAYOUTPANEL"
,
"name"
:
"layoutpanel"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Student.json"
},
"getPSControlParam"
:
{
},
"layoutBodyOnly"
:
true
,
"layoutPanel"
:
true
,
"useDefaultLayout"
:
true
}
]
},
"refFlag"
:
false
,
"title"
:
"测试门户编辑视图"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json
浏览文件 @
fae31348
...
...
@@ -1555,6 +1555,28 @@
"uILogicAttachMode"
:
"REPLACE"
,
"globalUIAction"
:
true
,
"id"
:
"confirm_portlet_form@Student"
},
{
"actionTarget"
:
"SINGLEDATA"
,
"caption"
:
"确定"
,
"codeName"
:
"panel_Usr0424282487_button_okaction_click"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"Student_panel_Usr0424282487_button_okaction_click"
,
"name"
:
"确定"
,
"getPSAppDEUILogic"
:
{
"modelref"
:
true
,
"id"
:
"close_portlet_editview"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
},
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"panel_Usr0424282487_button_okaction_click"
,
"uIActionType"
:
"DEUIACTION"
,
"uILogicAttachMode"
:
"REPLACE"
,
"uILogicType"
:
"DELOGIC"
,
"id"
:
"panel_Usr0424282487_button_okaction_click@Student"
},
{
"actionTarget"
:
"NONE"
,
"caption"
:
"编辑"
,
...
...
@@ -1996,8 +2018,8 @@
"codeName"
:
"portlet_edit_view"
,
"getFrontPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/studentPortlet
Option
View.json"
,
"viewType"
:
"DE
OP
TVIEW"
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/studentPortlet
Edit
View.json"
,
"viewType"
:
"DE
EDI
TVIEW"
},
"frontProcessType"
:
"WIZARD"
,
"fullCodeName"
:
"Student_portlet_edit_view"
,
...
...
@@ -2305,6 +2327,49 @@
"modelref"
:
true
,
"id"
:
"Begin"
}
},
{
"codeName"
:
"close_portlet_editview"
,
"defaultParamName"
:
"Default"
,
"logicName"
:
"关闭门户编辑视图"
,
"name"
:
"关闭门户编辑视图"
,
"getPSDEUILogicNodes"
:
[
{
"codeName"
:
"Begin"
,
"leftPos"
:
200
,
"logicNodeType"
:
"BEGIN"
,
"name"
:
"开始"
,
"getPSDEUILogicLinks"
:
[
{
"getDstPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"RAWJSCODE1"
},
"linkMode"
:
0
,
"name"
:
"连接名称"
,
"getSrcPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Begin"
}
}
],
"topPos"
:
200
,
"parallelOutput"
:
true
},
{
"code"
:
"console.log(666)"
,
"codeName"
:
"RAWJSCODE1"
,
"leftPos"
:
351
,
"logicNodeType"
:
"RAWJSCODE"
,
"name"
:
"注入脚本代码"
,
"topPos"
:
208
}
],
"getPSDEUILogicParams"
:
[
{
"codeName"
:
"Default"
,
"logicName"
:
"传入变量"
,
"name"
:
"传入变量"
,
"default"
:
true
,
"entityParam"
:
true
}
],
"getStartPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Begin"
}
},
{
"codeName"
:
"emit_form_savesuccess"
,
"defaultParamName"
:
"Default"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/studentPortletEditView.json
浏览文件 @
fae31348
...
...
@@ -13,6 +13,234 @@
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPMODULES/common.json"
},
"getPSDEViewCodeName"
:
"PortletEditView"
,
"getPSDEViewId"
:
"853A3234-C481-4384-8364-55FB6C73CCA0"
,
"getPSViewLayoutPanel"
:
{
"codeName"
:
"Usr0424282487"
,
"controlType"
:
"VIEWLAYOUTPANEL"
,
"layoutMode"
:
"FLEX"
,
"logicName"
:
"PortletEditView编辑视图布局面板"
,
"name"
:
"layoutpanel"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
},
"getPSControlParam"
:
{
},
"getPSLayout"
:
{
"layout"
:
"FLEX"
},
"getRootPSPanelItems"
:
[
{
"caption"
:
"容器"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CONTAINER"
,
"name"
:
"view_header"
,
"getPSLayout"
:
{
"align"
:
"space-between"
,
"dir"
:
"row"
,
"layout"
:
"FLEX"
,
"vAlign"
:
"center"
},
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"layout"
:
"FLEX"
,
"shrink"
:
0
},
"getPSPanelItems"
:
[
{
"caption"
:
"容器"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CONTAINER"
,
"name"
:
"view_header_left"
,
"getPSLayout"
:
{
"layout"
:
"FLEX"
},
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"heightMode"
:
"FULL"
,
"layout"
:
"FLEX"
},
"getPSPanelItems"
:
[
{
"caption"
:
"容器"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CONTAINER"
,
"name"
:
"view_captionbar"
,
"getPSLayout"
:
{
"align"
:
"center"
,
"layout"
:
"FLEX"
},
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"heightMode"
:
"FULL"
,
"layout"
:
"FLEX"
},
"getPSPanelItems"
:
[
{
"caption"
:
"页面标题"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CTRLPOS"
,
"name"
:
"captionbar"
,
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"layout"
:
"FLEX"
},
"showCaption"
:
true
}
]
}
]
},
{
"caption"
:
"容器"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CONTAINER"
,
"name"
:
"view_header_right"
,
"getPSLayout"
:
{
"layout"
:
"FLEX"
},
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"heightMode"
:
"FULL"
,
"layout"
:
"FLEX"
},
"getPSPanelItems"
:
[
{
"caption"
:
"容器"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CONTAINER"
,
"name"
:
"view_toolbar"
,
"getPSLayout"
:
{
"align"
:
"center"
,
"layout"
:
"FLEX"
},
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"heightMode"
:
"FULL"
,
"layout"
:
"FLEX"
},
"getPSPanelItems"
:
[
{
"caption"
:
"工具栏"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CTRLPOS"
,
"name"
:
"toolbar"
,
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"layout"
:
"FLEX"
},
"showCaption"
:
true
}
]
}
]
}
],
"predefinedType"
:
"VIEWHEADER"
},
{
"caption"
:
"容器"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CONTAINER"
,
"name"
:
"view_content"
,
"getPSLayout"
:
{
"layout"
:
"FLEX"
},
"getPSLayoutPos"
:
{
"grow"
:
1
,
"layout"
:
"FLEX"
},
"getPSPanelItems"
:
[
{
"caption"
:
"表单"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CTRLPOS"
,
"name"
:
"form"
,
"getPSLayoutPos"
:
{
"grow"
:
1
,
"layout"
:
"FLEX"
},
"showCaption"
:
true
}
],
"predefinedType"
:
"VIEWCONTENT"
},
{
"caption"
:
"容器"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CONTAINER"
,
"name"
:
"view_footer"
,
"getPSLayout"
:
{
"align"
:
"flex-end"
,
"dir"
:
"row"
,
"layout"
:
"FLEX"
,
"vAlign"
:
"center"
},
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"layout"
:
"FLEX"
},
"getPSPanelItems"
:
[
{
"actionType"
:
"UIACTION"
,
"buttonStyle"
:
"DEFAULT"
,
"caption"
:
"取消"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"BUTTON"
,
"name"
:
"button_cancelaction"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"layoutpanel_button_cancelaction"
},
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"layout"
:
"FLEX"
},
"getPSUIAction"
:
{
"caption"
:
"取消"
,
"codeName"
:
"Cancel"
,
"fullCodeName"
:
"Cancel"
,
"name"
:
"视图_取消"
,
"predefinedType"
:
"VIEW_CANCELACTION"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Cancel"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"取消"
,
"showCaption"
:
true
},
{
"actionType"
:
"UIACTION"
,
"buttonStyle"
:
"DEFAULT"
,
"caption"
:
"确定"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"BUTTON"
,
"name"
:
"button_okaction"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"layoutpanel_button_okaction"
},
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"layout"
:
"FLEX"
},
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEDATA"
,
"caption"
:
"确定"
,
"codeName"
:
"panel_Usr0424282487_button_okaction_click"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"Student_panel_Usr0424282487_button_okaction_click"
,
"name"
:
"确定"
,
"getPSAppDEUILogic"
:
{
"modelref"
:
true
,
"id"
:
"close_portlet_editview"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
},
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"panel_Usr0424282487_button_okaction_click"
,
"uIActionType"
:
"DEUIACTION"
,
"uILogicAttachMode"
:
"REPLACE"
,
"uILogicType"
:
"DELOGIC"
,
"id"
:
"panel_Usr0424282487_button_okaction_click@Student"
},
"tooltip"
:
"确定"
,
"uIActionTarget"
:
"SINGLEDATA"
,
"showCaption"
:
true
}
]
}
],
"layoutBodyOnly"
:
false
,
"layoutPanel"
:
true
,
"useDefaultLayout"
:
false
,
"viewProxyMode"
:
true
,
"modelid"
:
"8845CE3B-E67F-4D91-924A-044E6C1EDA08"
,
"modeltype"
:
"PSSYSVIEWLAYOUTPANEL"
,
"getPSAppViewEngines"
:
[
{
"engineCat"
:
"VIEW"
,
"engineType"
:
"EditView"
,
...
...
@@ -442,22 +670,7 @@
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
},
"getPSControlParam"
:
{
}
}
],
"getPSDEViewCodeName"
:
"PortletEditView"
,
"getPSDEViewId"
:
"853A3234-C481-4384-8364-55FB6C73CCA0"
,
"getPSViewLayoutPanel"
:
{
"codeName"
:
"Layoutpanel"
,
"controlStyle"
:
"APPDEEDITVIEW"
,
"controlType"
:
"VIEWLAYOUTPANEL"
,
"name"
:
"layoutpanel"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
},
"getPSControlParam"
:
{
},
"layoutBodyOnly"
:
true
,
"layoutPanel"
:
true
,
"useDefaultLayout"
:
true
}
]
},
"refFlag"
:
false
,
"title"
:
"测试门户编辑视图"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
fae31348
...
...
@@ -102789,6 +102789,28 @@
"uILogicAttachMode" : "REPLACE",
"globalUIAction" : true,
"id" : "confirm_portlet_form@Student"
}, {
"actionTarget" : "SINGLEDATA",
"caption" : "确定",
"codeName" : "panel_Usr0424282487_button_okaction_click",
"frontProcessType" : "OTHER",
"fullCodeName" : "Student_panel_Usr0424282487_button_okaction_click",
"name" : "确定",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "close_portlet_editview"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "panel_Usr0424282487_button_okaction_click",
"uIActionType" : "DEUIACTION",
"uILogicAttachMode" : "REPLACE",
"uILogicType" : "DELOGIC",
"id" : "panel_Usr0424282487_button_okaction_click@Student"
}, {
"actionTarget" : "NONE",
"caption" : "编辑",
...
...
@@ -103230,8 +103252,8 @@
"codeName" : "portlet_edit_view",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentPortlet
Option
View.json",
"viewType" : "DE
OP
TVIEW"
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentPortlet
Edit
View.json",
"viewType" : "DE
EDI
TVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "Student_portlet_edit_view",
...
...
@@ -103539,6 +103561,49 @@
"modelref" : true,
"id" : "Begin"
}
}, {
"codeName" : "close_portlet_editview",
"defaultParamName" : "Default",
"logicName" : "关闭门户编辑视图",
"name" : "关闭门户编辑视图",
"getPSDEUILogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "RAWJSCODE1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"code" : "console.log(666)",
"codeName" : "RAWJSCODE1",
"leftPos" : 351,
"logicNodeType" : "RAWJSCODE",
"name" : "注入脚本代码",
"topPos" : 208
} ],
"getPSDEUILogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"default" : true,
"entityParam" : true
} ],
"getStartPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
}, {
"codeName" : "emit_form_savesuccess",
"defaultParamName" : "Default",
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录