Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
59ec6485
提交
59ec6485
编写于
12月 08, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fangzhihao 发布系统代码 [TrainSys,模板发布]
上级
157b41ce
变更
17
展开全部
显示空白字符变更
内嵌
并排
正在显示
17 个修改的文件
包含
436 行增加
和
315 行删除
+436
-315
h2_table.xml
trainsys-core/src/main/resources/liquibase/h2_table.xml
+3
-3
Phone.json
...izlab/trainsys/PSMODULES/common/PSDATAENTITIES/Phone.json
+4
-0
PhoneNumber.json
...S/common/PSDATAENTITIES/Phone/PSDELOGICS/PhoneNumber.json
+2
-0
xxx.json
...PSMODULES/common/PSDATAENTITIES/Phone/PSDELOGICS/xxx.json
+2
-0
WFExpBar.json
...sys/PSSYSAPPS/TemplatePublish/PSAPPCOUNTERS/WFExpBar.json
+10
-0
Phone.json
...ys/PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json
+4
-0
phoneEditView.json
...PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneEditView.json
+20
-0
PSSYSAPP.json
.../ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
+23
-2
WFExpBar.json
...bizlab/trainsys/PSSYSAPPS/Web/PSAPPCOUNTERS/WFExpBar.json
+10
-0
Book.json
...bizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json
+2
-0
InfoGrid.json
...SSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/InfoGrid.json
+44
-44
Phone.json
...izlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json
+4
-0
StudentList.json
...PS/Web/PSAPPDATAENTITIES/Student/PSLISTS/StudentList.json
+44
-44
bookUsr3GridView.json
...trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr3GridView.json
+44
-44
phoneEditView.json
...ab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json
+20
-0
AppPortalView.json
...rainsys/PSSYSAPPS/Web/PSAPPPORTALVIEWS/AppPortalView.json
+88
-88
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+112
-90
未找到文件。
trainsys-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
59ec6485
...
...
@@ -25,7 +25,7 @@
</changeSet>
<!--输出实体[BXDMX]数据结构 -->
<changeSet
author=
"root"
id=
"tab-bxdmx-3
5
-2"
>
<changeSet
author=
"root"
id=
"tab-bxdmx-3
6
-2"
>
<createTable
tableName=
"T_BXDMX"
>
<column
name=
"BXDMXID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_BXDMX"
/>
...
...
@@ -169,7 +169,7 @@
</changeSet>
<!--输出实体[PHONE]数据结构 -->
<changeSet
author=
"root"
id=
"tab-phone-20
2
-6"
>
<changeSet
author=
"root"
id=
"tab-phone-20
6
-6"
>
<createTable
tableName=
"T_PHONE"
>
<column
name=
"PHONEID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_PHONE"
/>
...
...
@@ -298,7 +298,7 @@
<!--输出实体[BXDMX]外键关系 -->
<changeSet
author=
"root"
id=
"fk-bxdmx-3
5
-11"
>
<changeSet
author=
"root"
id=
"fk-bxdmx-3
6
-11"
>
<addForeignKeyConstraint
baseColumnNames=
"BXDID"
baseTableName=
"T_BXDMX"
constraintName=
"F821DB7B87E31B879F"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"BXDID"
referencedTableName=
"T_BXD"
validate=
"true"
/>
</changeSet>
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Phone.json
浏览文件 @
59ec6485
...
...
@@ -1404,10 +1404,12 @@
"name"
:
"PhoneNumber"
,
"getPSDELogicNodes"
:
[
{
"codeName"
:
"Begin"
,
"leftPos"
:
200
,
"logicNodeType"
:
"BEGIN"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdelogics/PhoneNumber/psdelogicnodes/Begin"
,
"name"
:
"开始"
,
"rTMOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdelogics/PhoneNumber/psdelogicnodes/Begin"
,
"topPos"
:
200
,
"parallelOutput"
:
true
}
],
"getPSDELogicParams"
:
[
{
...
...
@@ -1439,10 +1441,12 @@
"name"
:
"xxx"
,
"getPSDELogicNodes"
:
[
{
"codeName"
:
"Begin"
,
"leftPos"
:
200
,
"logicNodeType"
:
"BEGIN"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdelogics/xxx/psdelogicnodes/Begin"
,
"name"
:
"开始"
,
"rTMOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdelogics/xxx/psdelogicnodes/Begin"
,
"topPos"
:
200
,
"parallelOutput"
:
true
}
],
"getPSDELogicParams"
:
[
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Phone/PSDELOGICS/PhoneNumber.json
浏览文件 @
59ec6485
...
...
@@ -7,10 +7,12 @@
"name"
:
"PhoneNumber"
,
"getPSDELogicNodes"
:
[
{
"codeName"
:
"Begin"
,
"leftPos"
:
200
,
"logicNodeType"
:
"BEGIN"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdelogics/PhoneNumber/psdelogicnodes/Begin"
,
"name"
:
"开始"
,
"rTMOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdelogics/PhoneNumber/psdelogicnodes/Begin"
,
"topPos"
:
200
,
"parallelOutput"
:
true
}
],
"getPSDELogicParams"
:
[
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Phone/PSDELOGICS/xxx.json
浏览文件 @
59ec6485
...
...
@@ -7,10 +7,12 @@
"name"
:
"xxx"
,
"getPSDELogicNodes"
:
[
{
"codeName"
:
"Begin"
,
"leftPos"
:
200
,
"logicNodeType"
:
"BEGIN"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdelogics/xxx/psdelogicnodes/Begin"
,
"name"
:
"开始"
,
"rTMOSFilePath"
:
"psmodules/common/psdataentities/PHONE/psdelogics/xxx/psdelogicnodes/Begin"
,
"topPos"
:
200
,
"parallelOutput"
:
true
}
],
"getPSDELogicParams"
:
[
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPCOUNTERS/WFExpBar.json
0 → 100644
浏览文件 @
59ec6485
{
"codeName"
:
"WFExpBar"
,
"counterType"
:
"CUSTOM"
,
"dynaModelFilePath"
:
"PSSYSAPPS/TemplatePublish/PSAPPCOUNTERS/WFExpBar.json"
,
"mOSFilePath"
:
"pssysapps/TemplatePublish/psappcounters/WFExpBar"
,
"name"
:
"流程导航栏计数器"
,
"getPSCounterId"
:
"WFEXPBAR"
,
"rTMOSFilePath"
:
"pssysapps/TemplatePublish/psappcounters/WFExpBar"
,
"timer"
:
60000
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json
浏览文件 @
59ec6485
...
...
@@ -44,6 +44,7 @@
"name"
:
"test"
,
"getPSDEUILogicNodes"
:
[
{
"codeName"
:
"Begin"
,
"leftPos"
:
200
,
"logicNodeType"
:
"BEGIN"
,
"mOSFilePath"
:
"psappdeuilogicnodes/Begin"
,
"name"
:
"开始"
,
...
...
@@ -60,6 +61,7 @@
}
}
],
"rTMOSFilePath"
:
"psappdeuilogicnodes/Begin"
,
"topPos"
:
200
,
"parallelOutput"
:
true
},
{
"codeName"
:
"Deuiaction1"
,
...
...
@@ -79,10 +81,12 @@
"modelref"
:
true
,
"id"
:
"Default"
},
"leftPos"
:
611
,
"logicNodeType"
:
"DEUIACTION"
,
"mOSFilePath"
:
"psappdeuilogicnodes/Deuiaction1"
,
"name"
:
"xxx"
,
"rTMOSFilePath"
:
"psappdeuilogicnodes/Deuiaction1"
,
"topPos"
:
249
,
"parallelOutput"
:
true
}
],
"getPSDEUILogicParams"
:
[
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneEditView.json
浏览文件 @
59ec6485
...
...
@@ -7,6 +7,26 @@
"mOSFilePath"
:
"pssysapps/TemplatePublish/psappdeviews/phoneEditView"
,
"memo"
:
"系统自动添加"
,
"name"
:
"phoneEditView"
,
"getPSAppCounterRef"
:
{
"modelref"
:
true
,
"id"
:
"57a03eae761cc02c765be88b39d08c17"
},
"getPSAppCounterRefs"
:
[
{
"mOSFilePath"
:
"pssyscounterrefs/57a03eae761cc02c765be88b39d08c17"
,
"getPSAppCounter"
:
{
"codeName"
:
"WFExpBar"
,
"counterType"
:
"CUSTOM"
,
"dynaModelFilePath"
:
"PSSYSAPPS/TemplatePublish/PSAPPCOUNTERS/WFExpBar.json"
,
"mOSFilePath"
:
"pssysapps/TemplatePublish/psappcounters/WFExpBar"
,
"name"
:
"流程导航栏计数器"
,
"getPSCounterId"
:
"WFEXPBAR"
,
"rTMOSFilePath"
:
"pssysapps/TemplatePublish/psappcounters/WFExpBar"
,
"timer"
:
60000
},
"rTMOSFilePath"
:
"pssyscounterrefs/57a03eae761cc02c765be88b39d08c17"
,
"tag"
:
"57a03eae761cc02c765be88b39d08c17"
,
"id"
:
"57a03eae761cc02c765be88b39d08c17"
}
],
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
浏览文件 @
59ec6485
...
...
@@ -40,6 +40,10 @@
"rTMOSFilePath"
:
"pssysapps/TemplatePublish/psappcodelists/SysOperator"
,
"enableCache"
:
true
}
],
"getAllPSAppCounters"
:
[
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/TemplatePublish/PSAPPCOUNTERS/WFExpBar.json"
}
],
"getAllPSAppDEUIActions"
:
[
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
...
...
@@ -728,21 +732,31 @@
"codeName"
:
"Phone"
}
],
"getAllPSAppEditorStyleRefs"
:
[
{
"codeName"
:
"editorTest"
,
"containerType"
:
"FORMITEM"
,
"editorType"
:
"TEXTBOX"
,
"mOSFilePath"
:
"pssysapps/TemplatePublish/psappeditorstylerefs/editorTest"
,
"name"
:
"editorTest"
,
"getPSSysPFPlugin"
:
{
"pluginType"
:
"EDITOR_CUSTOMSTYLE"
,
"pluginCode"
:
"editorTest"
},
"pluginCode"
:
"editorTest"
"pluginCode"
:
"editorTest"
,
"rTMOSFilePath"
:
"pssysapps/TemplatePublish/psappeditorstylerefs/editorTest"
,
"styleCode"
:
"editorTest"
},
{
"codeName"
:
"textStyle1"
,
"containerType"
:
"FORMITEM"
,
"editorType"
:
"TEXTBOX"
,
"mOSFilePath"
:
"pssysapps/TemplatePublish/psappeditorstylerefs/textStyle1"
,
"name"
:
"textStyle"
,
"getPSSysPFPlugin"
:
{
"pluginType"
:
"EDITOR_CUSTOMSTYLE"
,
"pluginCode"
:
"editorPlugin"
},
"pluginCode"
:
"editorPlugin"
"pluginCode"
:
"editorPlugin"
,
"rTMOSFilePath"
:
"pssysapps/TemplatePublish/psappeditorstylerefs/textStyle1"
,
"styleCode"
:
"textStyle1"
}
],
"getAllPSAppFuncs"
:
[
{
"appFuncType"
:
"APPVIEW"
,
...
...
@@ -910,6 +924,7 @@
"pluginCode"
:
"PubViewTest"
},
"pluginCode"
:
"PubViewTest"
,
"typeCode"
:
"PubTest"
,
"viewType"
:
"DEDATAVIEW"
},
{
"name"
:
"viewStyle"
,
...
...
@@ -918,6 +933,7 @@
"pluginCode"
:
"viewPlugin"
},
"pluginCode"
:
"viewPlugin"
,
"typeCode"
:
"viewStyle"
,
"viewType"
:
"DEGRIDVIEW"
},
{
"name"
:
"viewStyle"
,
...
...
@@ -926,6 +942,7 @@
"pluginCode"
:
"viewPlugin"
},
"pluginCode"
:
"viewPlugin"
,
"typeCode"
:
"viewStyle"
,
"viewType"
:
"DEEDITVIEW"
}
],
"getAllPSAppViewMsgGroups"
:
[
{
...
...
@@ -3630,6 +3647,7 @@
"name"
:
"test"
,
"getPSDEUILogicNodes"
:
[
{
"codeName"
:
"Begin"
,
"leftPos"
:
200
,
"logicNodeType"
:
"BEGIN"
,
"mOSFilePath"
:
"psappdeuilogicnodes/Begin"
,
"name"
:
"开始"
,
...
...
@@ -3646,6 +3664,7 @@
}
}
],
"rTMOSFilePath"
:
"psappdeuilogicnodes/Begin"
,
"topPos"
:
200
,
"parallelOutput"
:
true
},
{
"codeName"
:
"Deuiaction1"
,
...
...
@@ -3665,10 +3684,12 @@
"modelref"
:
true
,
"id"
:
"Default"
},
"leftPos"
:
611
,
"logicNodeType"
:
"DEUIACTION"
,
"mOSFilePath"
:
"psappdeuilogicnodes/Deuiaction1"
,
"name"
:
"xxx"
,
"rTMOSFilePath"
:
"psappdeuilogicnodes/Deuiaction1"
,
"topPos"
:
249
,
"parallelOutput"
:
true
}
],
"getPSDEUILogicParams"
:
[
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPCOUNTERS/WFExpBar.json
0 → 100644
浏览文件 @
59ec6485
{
"codeName"
:
"WFExpBar"
,
"counterType"
:
"CUSTOM"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPCOUNTERS/WFExpBar.json"
,
"mOSFilePath"
:
"pssysapps/Web/psappcounters/WFExpBar"
,
"name"
:
"流程导航栏计数器"
,
"getPSCounterId"
:
"WFEXPBAR"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappcounters/WFExpBar"
,
"timer"
:
60000
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json
浏览文件 @
59ec6485
...
...
@@ -2821,10 +2821,12 @@
"name"
:
"tes"
,
"getPSDEUILogicNodes"
:
[
{
"codeName"
:
"Begin"
,
"leftPos"
:
200
,
"logicNodeType"
:
"BEGIN"
,
"mOSFilePath"
:
"psappdeuilogicnodes/Begin"
,
"name"
:
"开始"
,
"rTMOSFilePath"
:
"psappdeuilogicnodes/Begin"
,
"topPos"
:
200
,
"parallelOutput"
:
true
}
],
"getPSDEUILogicParams"
:
[
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/InfoGrid.json
浏览文件 @
59ec6485
...
...
@@ -19,35 +19,35 @@
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
4c6267d
_click"
,
"name"
:
"grid_uagridcolumn1_u
1feafb4
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
删除
操作"
"id"
:
"表格界面_
编辑
操作"
}
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
1feafb4
_click"
,
"name"
:
"grid_uagridcolumn1_u
4c6267d
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
删除
操作"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
删除
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Remove
"
"id"
:
"
Edit
"
},
"uIActionTarget"
:
"
MULTI
KEY"
,
"uIActionTarget"
:
"
SINGLE
KEY"
,
"xDataControlName"
:
"grid"
},
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
删除
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Edit
"
"id"
:
"
Remove
"
},
"uIActionTarget"
:
"
SINGLE
KEY"
,
"uIActionTarget"
:
"
MULTI
KEY"
,
"xDataControlName"
:
"grid"
}
],
"getPSControlLogics"
:
[
{
...
...
@@ -168,40 +168,6 @@
"getPSDEUIActionGroup"
:
{
"name"
:
"界面行为组"
,
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u4c6267d"
,
"getPSUIAction"
:
{
"actionTarget"
:
"MULTIKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto159"
,
"rTMOSFilePath"
:
"pslanguageres/Auto159"
},
"caption"
:
"删除"
,
"codeName"
:
"Remove"
,
"fullCodeName"
:
"Remove"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"name"
:
"表格界面_删除操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf00d@FontAwesome"
,
"cssClass"
:
"fa fa-remove"
},
"predefinedType"
:
"GRIDVIEW_REMOVEACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto286"
,
"rTMOSFilePath"
:
"pslanguageres/Auto286"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Remove"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
false
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
...
...
@@ -235,6 +201,40 @@
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u4c6267d"
,
"getPSUIAction"
:
{
"actionTarget"
:
"MULTIKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto159"
,
"rTMOSFilePath"
:
"pslanguageres/Auto159"
},
"caption"
:
"删除"
,
"codeName"
:
"Remove"
,
"fullCodeName"
:
"Remove"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"name"
:
"表格界面_删除操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf00d@FontAwesome"
,
"cssClass"
:
"fa fa-remove"
},
"predefinedType"
:
"GRIDVIEW_REMOVEACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto286"
,
"rTMOSFilePath"
:
"pslanguageres/Auto286"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Remove"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
false
,
"showIcon"
:
true
}
]
},
"rTMOSFilePath"
:
"psdegridcols/uagridcolumn1"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json
浏览文件 @
59ec6485
...
...
@@ -1368,6 +1368,7 @@
"name"
:
"test"
,
"getPSDEUILogicNodes"
:
[
{
"codeName"
:
"Begin"
,
"leftPos"
:
200
,
"logicNodeType"
:
"BEGIN"
,
"mOSFilePath"
:
"psappdeuilogicnodes/Begin"
,
"name"
:
"开始"
,
...
...
@@ -1384,6 +1385,7 @@
}
}
],
"rTMOSFilePath"
:
"psappdeuilogicnodes/Begin"
,
"topPos"
:
200
,
"parallelOutput"
:
true
},
{
"codeName"
:
"Deuiaction1"
,
...
...
@@ -1403,10 +1405,12 @@
"modelref"
:
true
,
"id"
:
"Default"
},
"leftPos"
:
611
,
"logicNodeType"
:
"DEUIACTION"
,
"mOSFilePath"
:
"psappdeuilogicnodes/Deuiaction1"
,
"name"
:
"xxx"
,
"rTMOSFilePath"
:
"psappdeuilogicnodes/Deuiaction1"
,
"topPos"
:
249
,
"parallelOutput"
:
true
}
],
"getPSDEUILogicParams"
:
[
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSLISTS/StudentList.json
浏览文件 @
59ec6485
...
...
@@ -25,35 +25,35 @@
"getPSAppViewLogics"
:
[
{
"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"
:
"表格界面_
编辑
操作"
}
},
{
"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"
:
"表格界面_
删除
操作"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
删除
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Remove
"
"id"
:
"
Edit
"
},
"uIActionTarget"
:
"
MULTI
KEY"
,
"uIActionTarget"
:
"
SINGLE
KEY"
,
"xDataControlName"
:
"db_sysportlet2_list"
},
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
删除
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Edit
"
"id"
:
"
Remove
"
},
"uIActionTarget"
:
"
SINGLE
KEY"
,
"uIActionTarget"
:
"
MULTI
KEY"
,
"xDataControlName"
:
"db_sysportlet2_list"
}
],
"getPSDEListDataItems"
:
[
{
...
...
@@ -104,40 +104,6 @@
"getPSDEUIActionGroup"
:
{
"name"
:
"界面行为组"
,
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u4c6267d"
,
"getPSUIAction"
:
{
"actionTarget"
:
"MULTIKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto159"
,
"rTMOSFilePath"
:
"pslanguageres/Auto159"
},
"caption"
:
"删除"
,
"codeName"
:
"Remove"
,
"fullCodeName"
:
"Remove"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"name"
:
"表格界面_删除操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf00d@FontAwesome"
,
"cssClass"
:
"fa fa-remove"
},
"predefinedType"
:
"GRIDVIEW_REMOVEACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto286"
,
"rTMOSFilePath"
:
"pslanguageres/Auto286"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Remove"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
false
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
...
...
@@ -171,6 +137,40 @@
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u4c6267d"
,
"getPSUIAction"
:
{
"actionTarget"
:
"MULTIKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto159"
,
"rTMOSFilePath"
:
"pslanguageres/Auto159"
},
"caption"
:
"删除"
,
"codeName"
:
"Remove"
,
"fullCodeName"
:
"Remove"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"name"
:
"表格界面_删除操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf00d@FontAwesome"
,
"cssClass"
:
"fa fa-remove"
},
"predefinedType"
:
"GRIDVIEW_REMOVEACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto286"
,
"rTMOSFilePath"
:
"pslanguageres/Auto286"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Remove"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
false
,
"showIcon"
:
true
}
]
},
"width"
:
150
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr3GridView.json
浏览文件 @
59ec6485
...
...
@@ -375,35 +375,35 @@
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
4c6267d
_click"
,
"name"
:
"grid_uagridcolumn1_u
1feafb4
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
删除
操作"
"id"
:
"表格界面_
编辑
操作"
}
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
1feafb4
_click"
,
"name"
:
"grid_uagridcolumn1_u
4c6267d
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
删除
操作"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
删除
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Remove
"
"id"
:
"
Edit
"
},
"uIActionTarget"
:
"
MULTI
KEY"
,
"uIActionTarget"
:
"
SINGLE
KEY"
,
"xDataControlName"
:
"grid"
},
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
删除
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Edit
"
"id"
:
"
Remove
"
},
"uIActionTarget"
:
"
SINGLE
KEY"
,
"uIActionTarget"
:
"
MULTI
KEY"
,
"xDataControlName"
:
"grid"
}
],
"getPSControlHandler"
:
{
...
...
@@ -611,40 +611,6 @@
"getPSDEUIActionGroup"
:
{
"name"
:
"界面行为组"
,
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u4c6267d"
,
"getPSUIAction"
:
{
"actionTarget"
:
"MULTIKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto159"
,
"rTMOSFilePath"
:
"pslanguageres/Auto159"
},
"caption"
:
"删除"
,
"codeName"
:
"Remove"
,
"fullCodeName"
:
"Remove"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"name"
:
"表格界面_删除操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf00d@FontAwesome"
,
"cssClass"
:
"fa fa-remove"
},
"predefinedType"
:
"GRIDVIEW_REMOVEACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto286"
,
"rTMOSFilePath"
:
"pslanguageres/Auto286"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Remove"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
false
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
...
...
@@ -678,6 +644,40 @@
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u4c6267d"
,
"getPSUIAction"
:
{
"actionTarget"
:
"MULTIKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto159"
,
"rTMOSFilePath"
:
"pslanguageres/Auto159"
},
"caption"
:
"删除"
,
"codeName"
:
"Remove"
,
"fullCodeName"
:
"Remove"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"name"
:
"表格界面_删除操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf00d@FontAwesome"
,
"cssClass"
:
"fa fa-remove"
},
"predefinedType"
:
"GRIDVIEW_REMOVEACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto286"
,
"rTMOSFilePath"
:
"pslanguageres/Auto286"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Remove"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
false
,
"showIcon"
:
true
}
]
},
"rTMOSFilePath"
:
"psdegridcols/uagridcolumn1"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json
浏览文件 @
59ec6485
...
...
@@ -6,6 +6,26 @@
"funcViewMode"
:
"EDITVIEW"
,
"mOSFilePath"
:
"pssysapps/Web/psappdeviews/phoneEditView"
,
"name"
:
"phoneEditView"
,
"getPSAppCounterRef"
:
{
"modelref"
:
true
,
"id"
:
"57a03eae761cc02c765be88b39d08c17"
},
"getPSAppCounterRefs"
:
[
{
"mOSFilePath"
:
"pssyscounterrefs/57a03eae761cc02c765be88b39d08c17"
,
"getPSAppCounter"
:
{
"codeName"
:
"WFExpBar"
,
"counterType"
:
"CUSTOM"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPCOUNTERS/WFExpBar.json"
,
"mOSFilePath"
:
"pssysapps/Web/psappcounters/WFExpBar"
,
"name"
:
"流程导航栏计数器"
,
"getPSCounterId"
:
"WFEXPBAR"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappcounters/WFExpBar"
,
"timer"
:
60000
},
"rTMOSFilePath"
:
"pssyscounterrefs/57a03eae761cc02c765be88b39d08c17"
,
"tag"
:
"57a03eae761cc02c765be88b39d08c17"
,
"id"
:
"57a03eae761cc02c765be88b39d08c17"
}
],
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPPORTALVIEWS/AppPortalView.json
浏览文件 @
59ec6485
...
...
@@ -221,35 +221,35 @@
"getPSAppViewLogics"
:
[
{
"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"
:
"表格界面_
编辑
操作"
}
},
{
"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"
:
"表格界面_
删除
操作"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
删除
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Remove
"
"id"
:
"
Edit
"
},
"uIActionTarget"
:
"
MULTI
KEY"
,
"uIActionTarget"
:
"
SINGLE
KEY"
,
"xDataControlName"
:
"db_sysportlet2_list"
},
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
删除
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Edit
"
"id"
:
"
Remove
"
},
"uIActionTarget"
:
"
SINGLE
KEY"
,
"uIActionTarget"
:
"
MULTI
KEY"
,
"xDataControlName"
:
"db_sysportlet2_list"
}
],
"getPSControlHandler"
:
{
...
...
@@ -374,40 +374,6 @@
"getPSDEUIActionGroup"
:
{
"name"
:
"界面行为组"
,
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u4c6267d"
,
"getPSUIAction"
:
{
"actionTarget"
:
"MULTIKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto159"
,
"rTMOSFilePath"
:
"pslanguageres/Auto159"
},
"caption"
:
"删除"
,
"codeName"
:
"Remove"
,
"fullCodeName"
:
"Remove"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"name"
:
"表格界面_删除操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf00d@FontAwesome"
,
"cssClass"
:
"fa fa-remove"
},
"predefinedType"
:
"GRIDVIEW_REMOVEACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto286"
,
"rTMOSFilePath"
:
"pslanguageres/Auto286"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Remove"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
false
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
...
...
@@ -441,6 +407,40 @@
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u4c6267d"
,
"getPSUIAction"
:
{
"actionTarget"
:
"MULTIKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto159"
,
"rTMOSFilePath"
:
"pslanguageres/Auto159"
},
"caption"
:
"删除"
,
"codeName"
:
"Remove"
,
"fullCodeName"
:
"Remove"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"name"
:
"表格界面_删除操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf00d@FontAwesome"
,
"cssClass"
:
"fa fa-remove"
},
"predefinedType"
:
"GRIDVIEW_REMOVEACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto286"
,
"rTMOSFilePath"
:
"pslanguageres/Auto286"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Remove"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
false
,
"showIcon"
:
true
}
]
},
"width"
:
150
,
...
...
@@ -2621,35 +2621,35 @@
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"db_sysportlet4_u
4c6267d
_click"
,
"name"
:
"db_sysportlet4_u
1feafb4
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
删除
操作"
"id"
:
"表格界面_
编辑
操作"
}
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"db_sysportlet4_u
1feafb4
_click"
,
"name"
:
"db_sysportlet4_u
4c6267d
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
删除
操作"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
删除
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Remove
"
"id"
:
"
Edit
"
},
"uIActionTarget"
:
"
MULTI
KEY"
,
"uIActionTarget"
:
"
SINGLE
KEY"
,
"xDataControlName"
:
"db_sysportlet4"
},
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
删除
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Edit
"
"id"
:
"
Remove
"
},
"uIActionTarget"
:
"
SINGLE
KEY"
,
"uIActionTarget"
:
"
MULTI
KEY"
,
"xDataControlName"
:
"db_sysportlet4"
}
],
"getPSControlHandler"
:
{
...
...
@@ -2667,40 +2667,6 @@
"getPSUIActionGroup"
:
{
"name"
:
"界面行为组"
,
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u4c6267d"
,
"getPSUIAction"
:
{
"actionTarget"
:
"MULTIKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto159"
,
"rTMOSFilePath"
:
"pslanguageres/Auto159"
},
"caption"
:
"删除"
,
"codeName"
:
"Remove"
,
"fullCodeName"
:
"Remove"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"name"
:
"表格界面_删除操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf00d@FontAwesome"
,
"cssClass"
:
"fa fa-remove"
},
"predefinedType"
:
"GRIDVIEW_REMOVEACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto286"
,
"rTMOSFilePath"
:
"pslanguageres/Auto286"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Remove"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
false
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
...
...
@@ -2734,6 +2700,40 @@
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u4c6267d"
,
"getPSUIAction"
:
{
"actionTarget"
:
"MULTIKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto159"
,
"rTMOSFilePath"
:
"pslanguageres/Auto159"
},
"caption"
:
"删除"
,
"codeName"
:
"Remove"
,
"fullCodeName"
:
"Remove"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"name"
:
"表格界面_删除操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf00d@FontAwesome"
,
"cssClass"
:
"fa fa-remove"
},
"predefinedType"
:
"GRIDVIEW_REMOVEACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto286"
,
"rTMOSFilePath"
:
"pslanguageres/Auto286"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Remove"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
false
,
"showIcon"
:
true
}
]
},
"portletType"
:
"ACTIONBAR"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
59ec6485
此差异已折叠。
点击以展开。
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录