Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
aaf1d985
提交
aaf1d985
编写于
7月 04, 2023
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
lxm1993 发布系统代码 [TrainSys,网页端]
上级
7898998a
变更
14
展开全部
隐藏空白字符变更
内嵌
并排
正在显示
14 个修改的文件
包含
4095 行增加
和
506 行删除
+4095
-506
WorkFlow.json
...zlab/trainsys/PSMODULES/Test/PSDATAENTITIES/WorkFlow.json
+18
-0
WorkFlowWfv1.json
...est/PSWORKFLOWS/WorkFlowWf/PSWFVERSIONS/WorkFlowWfv1.json
+14
-15
WorkFlowWfv1.json.bpmn
...SWORKFLOWS/WorkFlowWf/PSWFVERSIONS/WorkFlowWfv1.json.bpmn
+10
-13
PSSYSAPP.json
.../ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
+4
-4
WorkFlow.json
...ab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/WorkFlow.json
+12
-0
ApprovalForm.json
.../Web/PSAPPDATAENTITIES/WorkFlow/PSFORMS/ApprovalForm.json
+331
-0
Main.json
...SSYSAPPS/Web/PSAPPDATAENTITIES/WorkFlow/PSFORMS/Main.json
+11
-0
WorkFlowWFDynaActionView.json
.../PSSYSAPPS/Web/PSAPPDEVIEWS/WorkFlowWFDynaActionView.json
+719
-0
WorkFlowWFDynaEditView.json
...ys/PSSYSAPPS/Web/PSAPPDEVIEWS/WorkFlowWFDynaEditView.json
+1461
-0
WorkFlowWFDynaEditView3.json
...s/PSSYSAPPS/Web/PSAPPDEVIEWS/WorkFlowWFDynaEditView3.json
+1464
-0
WorkFlowWFDynaStartView.json
...s/PSSYSAPPS/Web/PSAPPDEVIEWS/WorkFlowWFDynaStartView.json
+1
-461
WorkFlowWorkFlowEditView.json
.../PSSYSAPPS/Web/PSAPPDEVIEWS/WorkFlowWorkFlowEditView.json
+0
-9
PSSYSAPP.hubsubapp.json
...cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.hubsubapp.json
+28
-0
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+22
-4
未找到文件。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/Test/PSDATAENTITIES/WorkFlow.json
浏览文件 @
aaf1d985
...
...
@@ -1343,6 +1343,24 @@
"name"
:
"工作流编辑"
,
"realModelSubType"
:
"DEEDITVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"WFDynaEditView"
,
"logicName"
:
"工作流动态编辑视图"
,
"name"
:
"工作流动态编辑视图"
,
"realModelSubType"
:
"DEWFDYNAEDITVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"WFDynaActionView"
,
"logicName"
:
"工作流动态操作视图"
,
"name"
:
"工作流动态操作视图"
,
"realModelSubType"
:
"DEWFDYNAACTIONVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"WFDynaEditView3"
,
"logicName"
:
"工作流动态编辑视图分页关系"
,
"name"
:
"工作流动态编辑视图分页关系"
,
"realModelSubType"
:
"DEWFDYNAEDITVIEW3"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"MPickupView"
,
"logicName"
:
"工作流实体数据多项选择视图"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/Test/PSWORKFLOWS/WorkFlowWf/PSWFVERSIONS/WorkFlowWfv1.json
浏览文件 @
aaf1d985
...
...
@@ -29,7 +29,6 @@
}
],
"getPSWFProcesses"
:
[
{
"codeName"
:
"START_01"
,
"formCodeName"
:
"startForm"
,
"height"
:
30
,
"leftPos"
:
740
,
"logicName"
:
"开始事件"
,
...
...
@@ -45,19 +44,6 @@
"asynchronousProcess"
:
false
,
"enableTimeout"
:
false
,
"startProcess"
:
true
},
{
"codeName"
:
"END_01"
,
"height"
:
30
,
"leftPos"
:
740
,
"logicName"
:
"结束事件"
,
"name"
:
"结束事件"
,
"timeout"
:
-1
,
"topPos"
:
410
,
"wFProcessType"
:
"END"
,
"width"
:
30
,
"asynchronousProcess"
:
false
,
"enableTimeout"
:
false
,
"terminalProcess"
:
true
},
{
"codeName"
:
"INTERACTIVE_01"
,
"formCodeName"
:
"ApprovalForm"
,
...
...
@@ -79,6 +65,19 @@
"asynchronousProcess"
:
false
,
"enableTimeout"
:
false
,
"sendInform"
:
false
},
{
"codeName"
:
"END_01"
,
"height"
:
30
,
"leftPos"
:
740
,
"logicName"
:
"结束事件"
,
"name"
:
"结束事件"
,
"timeout"
:
-1
,
"topPos"
:
410
,
"wFProcessType"
:
"END"
,
"width"
:
30
,
"asynchronousProcess"
:
false
,
"enableTimeout"
:
false
,
"terminalProcess"
:
true
}
],
"getStartPSWFProcess"
:
{
"modelref"
:
true
,
...
...
@@ -87,6 +86,6 @@
"wFCodeName"
:
"WorkFlowWf"
,
"wFVersion"
:
1
,
"hasMobStartView"
:
false
,
"hasStartView"
:
tru
e
,
"hasStartView"
:
fals
e
,
"valid"
:
true
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/Test/PSWORKFLOWS/WorkFlowWf/PSWFVERSIONS/WorkFlowWfv1.json.bpmn
浏览文件 @
aaf1d985
...
...
@@ -36,22 +36,19 @@
</extensionElements>
<startEvent
id=
"sid-7b05636dee3e81f1272de444e893ea19"
name=
"开始事件"
>
<extensionElements>
<flowable:form
process-form=
"startForm"
wfversion=
"1"
/>
</extensionElements>
</startEvent>
<endEvent
id=
"sid-542ea3f4f99dca8171db8812cc80e5bf"
name=
"结束事件"
>
</endEvent>
<userTask
flowable:category=
"${businessKey}"
flowable:candidateUsers=
"${activedata.srfwfpredefinedusers}"
flowable:exclusive=
"true"
id=
"tid-20-d3507b7d5e9d34fa8c1db99ad8624a95"
name=
"审核"
>
<documentation>
${majortext}
</documentation>
<extensionElements>
<flowable:form
process-form=
"ApprovalForm"
/>
</extensionElements>
</userTask>
<sequenceFlow
id=
"rid-a66a03ba50a77cd50657c09938931c7f"
sourceRef=
"sid-7b05636dee3e81f1272de444e893ea19"
targetRef=
"tid-20-d3507b7d5e9d34fa8c1db99ad8624a95"
name=
""
>
<endEvent
id=
"sid-542ea3f4f99dca8171db8812cc80e5bf"
name=
"结束事件"
>
</endEvent>
<sequenceFlow
id=
"rid-4fd4437ffa6d4ef4586564c4eef13211"
sourceRef=
"sid-7b05636dee3e81f1272de444e893ea19"
targetRef=
"tid-20-d3507b7d5e9d34fa8c1db99ad8624a95"
name=
""
>
</sequenceFlow>
<sequenceFlow
id=
"lid-IAACTION-
ba9746e617a6aee2851d9a7170326c02
"
sourceRef=
"tid-20-d3507b7d5e9d34fa8c1db99ad8624a95"
targetRef=
"sid-542ea3f4f99dca8171db8812cc80e5bf"
name=
"审批"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${sequenceFlowId=="lid-IAACTION-
ba9746e617a6aee2851d9a7170326c02
"}]]>
</conditionExpression>
<sequenceFlow
id=
"lid-IAACTION-
f5ad8141c1274c2856b9485be1ea6d36
"
sourceRef=
"tid-20-d3507b7d5e9d34fa8c1db99ad8624a95"
targetRef=
"sid-542ea3f4f99dca8171db8812cc80e5bf"
name=
"审批"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${sequenceFlowId=="lid-IAACTION-
f5ad8141c1274c2856b9485be1ea6d36
"}]]>
</conditionExpression>
<extensionElements>
<flowable:form
nextCondition=
"ANY"
/>
</extensionElements>
...
...
@@ -62,17 +59,17 @@
<bpmndi:BPMNShape
id=
"BPMNShape-7b05636dee3e81f1272de444e893ea19"
bpmnElement=
"sid-7b05636dee3e81f1272de444e893ea19"
>
<omgdi:Bounds
x=
"740"
y=
"70"
width=
"30"
height=
"30"
/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
id=
"BPMNShape-542ea3f4f99dca8171db8812cc80e5bf"
bpmnElement=
"sid-542ea3f4f99dca8171db8812cc80e5bf"
>
<omgdi:Bounds
x=
"740"
y=
"410"
width=
"30"
height=
"30"
/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
id=
"BPMNShape-d3507b7d5e9d34fa8c1db99ad8624a95"
bpmnElement=
"tid-20-d3507b7d5e9d34fa8c1db99ad8624a95"
>
<omgdi:Bounds
x=
"710"
y=
"220"
width=
"100"
height=
"80"
/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge
id=
"BPMNEdge-rid-a66a03ba50a77cd50657c09938931c7f"
bpmnElement=
"rid-a66a03ba50a77cd50657c09938931c7f"
>
<bpmndi:BPMNShape
id=
"BPMNShape-542ea3f4f99dca8171db8812cc80e5bf"
bpmnElement=
"sid-542ea3f4f99dca8171db8812cc80e5bf"
>
<omgdi:Bounds
x=
"740"
y=
"410"
width=
"30"
height=
"30"
/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge
id=
"BPMNEdge-rid-4fd4437ffa6d4ef4586564c4eef13211"
bpmnElement=
"rid-4fd4437ffa6d4ef4586564c4eef13211"
>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
id=
"BPMNEdge-lid-IAACTION-
ba9746e617a6aee2851d9a7170326c02"
bpmnElement=
"lid-IAACTION-ba9746e617a6aee2851d9a7170326c02
"
>
<bpmndi:BPMNEdge
id=
"BPMNEdge-lid-IAACTION-
f5ad8141c1274c2856b9485be1ea6d36"
bpmnElement=
"lid-IAACTION-f5ad8141c1274c2856b9485be1ea6d36
"
>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
</bpmndi:BPMNEdge>
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
浏览文件 @
aaf1d985
...
...
@@ -1240,16 +1240,16 @@
"codeName"
:
"VMGroup2"
,
"name"
:
"视图消息组2"
,
"getPSAppViewMsgGroupDetails"
:
[
{
"name"
:
"视图消息"
,
"name"
:
"视图消息
2
"
,
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"id"
:
"ViewMsg
2
"
"id"
:
"ViewMsg
3
"
}
},
{
"name"
:
"视图消息
2
"
,
"name"
:
"视图消息"
,
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"id"
:
"ViewMsg
3
"
"id"
:
"ViewMsg
2
"
}
}
]
},
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/WorkFlow.json
浏览文件 @
aaf1d985
...
...
@@ -1262,9 +1262,21 @@
"builtinMethod"
:
true
}
],
"getAllPSAppViews"
:
[
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/WorkFlowWFDynaEditView.json"
,
"viewType"
:
"DEWFDYNAEDITVIEW"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/WorkFlowWorkFlowEditView.json"
,
"viewType"
:
"DEEDITVIEW"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/WorkFlowWFDynaEditView3.json"
,
"viewType"
:
"DEWFDYNAEDITVIEW3"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/WorkFlowWFDynaActionView.json"
,
"viewType"
:
"DEWFDYNAACTIONVIEW"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/WorkFlowWFDynaStartView.json"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/WorkFlow/PSFORMS/ApprovalForm.json
0 → 100644
浏览文件 @
aaf1d985
{
"codeName"
:
"ApprovalForm"
,
"controlType"
:
"FORM"
,
"getCreatePSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"create"
,
"actionName"
:
"Create"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"CREATE"
,
"name"
:
"create"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Create"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/WorkFlow.json"
}
},
"defaultLabelWidth"
:
130
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/WorkFlow/PSFORMS/ApprovalForm.json"
,
"getGetDraftFromPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"loaddraftfrom"
,
"actionName"
:
"GETDRAFTFROM"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"CREATE"
,
"name"
:
"loaddraftfrom"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/WorkFlow.json"
}
},
"getGetDraftPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"loaddraft"
,
"actionName"
:
"GetDraft"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"CREATE"
,
"name"
:
"loaddraft"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"GetDraft"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/WorkFlow.json"
}
},
"getGetPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"load"
,
"actionName"
:
"Get"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"READ"
,
"name"
:
"load"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Get"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/WorkFlow.json"
}
},
"logicName"
:
"审批查看"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/WorkFlow.json"
},
"getPSDEFormItems"
:
[
{
"id"
:
"srfupdatedate"
,
"hidden"
:
true
,
"dataType"
:
5
,
"getPSAppDEField"
:
{
"name"
:
"UPDATEDATE"
,
"codeName"
:
"UpdateDate"
}
},
{
"id"
:
"srforikey"
,
"hidden"
:
true
,
"dataType"
:
25
},
{
"id"
:
"srfkey"
,
"hidden"
:
true
,
"dataType"
:
25
,
"getPSAppDEField"
:
{
"name"
:
"WORKFLOWID"
,
"codeName"
:
"WorkFlowId"
}
},
{
"id"
:
"srfmajortext"
,
"hidden"
:
true
,
"dataType"
:
25
,
"getPSAppDEField"
:
{
"name"
:
"WORKFLOWNAME"
,
"codeName"
:
"WorkFlowName"
}
},
{
"id"
:
"srftempmode"
,
"hidden"
:
true
,
"dataType"
:
25
},
{
"id"
:
"srfuf"
,
"hidden"
:
true
,
"dataType"
:
25
},
{
"id"
:
"srfdeid"
,
"hidden"
:
true
,
"dataType"
:
25
},
{
"id"
:
"srfsourcekey"
,
"hidden"
:
true
,
"dataType"
:
25
},
{
"id"
:
"workflowname"
,
"dataType"
:
25
,
"getPSAppDEField"
:
{
"name"
:
"WORKFLOWNAME"
,
"codeName"
:
"WorkFlowName"
}
},
{
"id"
:
"wfstep"
,
"dataType"
:
25
,
"getPSAppDEField"
:
{
"name"
:
"WFSTEP"
,
"codeName"
:
"Wfstep"
}
},
{
"id"
:
"wfstate"
,
"dataType"
:
25
,
"getPSAppDEField"
:
{
"name"
:
"WFSTATE"
,
"codeName"
:
"Wfstate"
}
},
{
"id"
:
"workflowid"
,
"hidden"
:
true
,
"dataType"
:
25
,
"getPSAppDEField"
:
{
"name"
:
"WORKFLOWID"
,
"codeName"
:
"WorkFlowId"
}
}
],
"getPSDEFormPages"
:
[
{
"codeName"
:
"formpage1"
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMPAGE"
,
"name"
:
"formpage1"
,
"getPSDEFormDetails"
:
[
{
"getCapPSLanguageRes"
:
{
"defaultContent"
:
"工作流名称"
,
"lanResTag"
:
"DEF.LNAME.WORKFLOWNAME"
,
"lanResType"
:
"DEF.LNAME"
,
"name"
:
"属性逻辑名称(DEF.LNAME.*)[WORKFLOWNAME]"
,
"refFlag"
:
true
},
"caption"
:
"工作流名称"
,
"codeName"
:
"workflowname"
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"name"
:
"workflowname"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"WORKFLOWNAME"
,
"codeName"
:
"WorkFlowName"
},
"getPSEditor"
:
{
"editorType"
:
"TEXTBOX"
,
"maxLength"
:
200
,
"name"
:
"workflowname"
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"allowEmpty"
:
true
,
"showCaption"
:
true
},
{
"caption"
:
"流程步骤"
,
"codeName"
:
"wfstep"
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"name"
:
"wfstep"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"WFSTEP"
,
"codeName"
:
"Wfstep"
},
"getPSEditor"
:
{
"editorType"
:
"RADIOBUTTONLIST"
,
"name"
:
"wfstep"
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/WorkFlowWfStep.json"
}
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"allowEmpty"
:
true
,
"needCodeListConfig"
:
true
,
"showCaption"
:
true
},
{
"caption"
:
"工作流状态"
,
"codeName"
:
"wfstate"
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"name"
:
"wfstate"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"WFSTATE"
,
"codeName"
:
"Wfstate"
},
"getPSEditor"
:
{
"editorType"
:
"RADIOBUTTONLIST"
,
"name"
:
"wfstate"
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/WFStatus.json"
}
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"allowEmpty"
:
true
,
"needCodeListConfig"
:
true
,
"showCaption"
:
true
}
],
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColMD"
:
24
,
"childColSM"
:
-1
,
"childColXS"
:
-1
,
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
},
"infoGroupMode"
:
false
}
],
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColMD"
:
24
,
"childColSM"
:
-1
,
"childColXS"
:
-1
,
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
},
"getRemovePSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"remove"
,
"actionName"
:
"Remove"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"DELETE"
,
"name"
:
"remove"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Remove"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/WorkFlow.json"
}
},
"tabHeaderPos"
:
"TOP"
,
"getUpdatePSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"update"
,
"actionName"
:
"Update"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"UPDATE"
,
"name"
:
"update"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Update"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/WorkFlow.json"
}
},
"getWFStartPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"wfstart"
,
"actionName"
:
"WFSTART"
,
"actionType"
:
"WFACTION"
,
"name"
:
"wfstart"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"WFStart"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/WorkFlow.json"
}
},
"getWFSubmitPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"wfsubmit"
,
"actionName"
:
"WFSUBMIT"
,
"actionType"
:
"WFACTION"
,
"name"
:
"wfsubmit"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"WFSubmit"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/WorkFlow.json"
}
},
"noTabHeader"
:
true
,
"modelid"
:
"7685729B-D63B-4CFD-BDB3-DF0D74B1AE20"
,
"modeltype"
:
"PSDEFORM_EDITFORM"
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/WorkFlow/PSFORMS/Main.json
浏览文件 @
aaf1d985
...
...
@@ -63,11 +63,22 @@
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/WorkFlow.json"
}
},
"hookEventNames"
:
[
"LOAD"
,
"SAVE"
,
"REMOVE"
],
"logicName"
:
"主编辑表单"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/WorkFlow.json"
},
"getPSControlLogics"
:
[
{
"eventNames"
:
"LOAD;SAVE;REMOVE"
,
"logicTag"
:
"form"
,
"logicType"
:
"APPVIEWENGINE"
,
"name"
:
"engine_form"
,
"getPSAppViewEngine"
:
{
"modelref"
:
true
,
"id"
:
"engine"
}
}
],
"getPSDEFormItems"
:
[
{
"id"
:
"srfupdatedate"
,
"hidden"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/WorkFlowWFDynaActionView.json
0 → 100644
浏览文件 @
aaf1d985
此差异已折叠。
点击以展开。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/WorkFlowWFDynaEditView.json
0 → 100644
浏览文件 @
aaf1d985
此差异已折叠。
点击以展开。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/WorkFlowWFDynaEditView3.json
0 → 100644
浏览文件 @
aaf1d985
此差异已折叠。
点击以展开。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/WorkFlowWFDynaStartView.json
浏览文件 @
aaf1d985
此差异已折叠。
点击以展开。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/WorkFlowWorkFlowEditView.json
浏览文件 @
aaf1d985
...
...
@@ -33,15 +33,6 @@
"value"
:
0
}
]
}
],
"getPSAppViewRefs"
:
[
{
"name"
:
"WFSTART@1"
,
"realTitle"
:
"工作流启动视图"
,
"getRefPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/WorkFlowWFDynaStartView.json"
,
"viewType"
:
"DEWFDYNASTARTVIEW"
}
}
],
"getPSAppWF"
:
{
"modelref"
:
true
,
"id"
:
"WorkFlowWf"
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.hubsubapp.json
浏览文件 @
aaf1d985
...
...
@@ -703,6 +703,34 @@
"uniqueTag"
:
"ViewLayoutModelRepositoryDETabExpViewLayout__tabexppanel"
,
"modelid"
:
"90AD5126-AB10-48D1-9975-3842A919201D_tabexppanel"
,
"modeltype"
:
"PSTABEXPPANEL"
},
{
"codeName"
:
"Default"
,
"controlType"
:
"DRTAB"
,
"getEditItemCapPSLanguageRes"
:
{
"defaultContent"
:
"工作流"
,
"lanResTag"
:
"DE.LNAME.WORKFLOW"
,
"lanResType"
:
"DE.LNAME"
,
"name"
:
"实体逻辑名称(DE.LNAME.*)[WORKFLOW]"
,
"refFlag"
:
true
},
"editItemCaption"
:
"工作流"
,
"name"
:
"drtab"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/WorkFlow.json"
},
"getPSControlHandler"
:
{
"enableDEFieldPrivilege"
:
false
,
"id"
:
"drtab"
},
"getPSControlParam"
:
{
"autoLoad"
:
true
,
"showBusyIndicator"
:
true
,
"id"
:
"DRTAB"
},
"uniqueTag"
:
"WorkFlowWFDynaEditView3__drtab"
,
"modelid"
:
"b60dd761bcd8ddba13ed9888b4eba79d"
,
"modeltype"
:
"PSDEDRTAB"
},
{
"codeName"
:
"Default"
,
"controlType"
:
"DRTAB"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
aaf1d985
...
...
@@ -2643,16 +2643,16 @@
"codeName"
:
"VMGroup2"
,
"name"
:
"视图消息组2"
,
"getPSAppViewMsgGroupDetails"
:
[
{
"name"
:
"视图消息"
,
"name"
:
"视图消息
2
"
,
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"id"
:
"ViewMsg
2
"
"id"
:
"ViewMsg
3
"
}
},
{
"name"
:
"视图消息
2
"
,
"name"
:
"视图消息"
,
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"id"
:
"ViewMsg
3
"
"id"
:
"ViewMsg
2
"
}
}
]
}
],
...
...
@@ -2733,6 +2733,12 @@
"viewType"
:
"DEEDITVIEW"
,
"resource"
:
"Book"
,
"view"
:
"BookEditViewEditorTest"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/WorkFlowWFDynaEditView.json"
,
"viewType"
:
"DEWFDYNAEDITVIEW"
,
"resource"
:
"WorkFlow"
,
"view"
:
"WFDynaEditView"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/Role3PickupView.json"
,
...
...
@@ -3295,6 +3301,12 @@
"viewType"
:
"DEEDITVIEW"
,
"resource"
:
"Reginfo"
,
"view"
:
"EditView"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/WorkFlowWFDynaEditView3.json"
,
"viewType"
:
"DEWFDYNAEDITVIEW3"
,
"resource"
:
"WorkFlow"
,
"view"
:
"WFDynaEditView3"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/phonePhoneView.json"
,
...
...
@@ -3419,6 +3431,12 @@
"viewType"
:
"DEGRIDVIEW"
,
"resource"
:
"RawMaterial"
,
"view"
:
"GridView"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/WorkFlowWFDynaActionView.json"
,
"viewType"
:
"DEWFDYNAACTIONVIEW"
,
"resource"
:
"WorkFlow"
,
"view"
:
"WFDynaActionView"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTestTreeView.json"
,
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录