提交 0052a5d1 编写于 作者: ibizdev's avatar ibizdev

lxm1993 发布系统代码 [TrainSys,网页端]

上级 23af8823
......@@ -29,6 +29,7 @@
} ],
"getPSWFProcesses" : [ {
"codeName" : "START_01",
"formCodeName" : "startForm",
"height" : 30,
"leftPos" : 740,
"logicName" : "开始事件",
......@@ -86,6 +87,6 @@
"wFCodeName" : "WorkFlowWf",
"wFVersion" : 1,
"hasMobStartView" : false,
"hasStartView" : false,
"hasStartView" : true,
"valid" : true
}
\ No newline at end of file
......@@ -36,6 +36,9 @@
</extensionElements>
<startEvent id="sid-7b05636dee3e81f1272de444e893ea19" name="开始事件">
<extensionElements>
<flowable:form process-form="startForm" wfversion="1"/>
</extensionElements>
</startEvent>
<endEvent id="sid-542ea3f4f99dca8171db8812cc80e5bf" name="结束事件">
</endEvent>
......@@ -45,10 +48,10 @@
<flowable:form process-form="ApprovalForm" />
</extensionElements>
</userTask>
<sequenceFlow id="rid-cf4bbf81ae2666207631391554eb676f" sourceRef="sid-7b05636dee3e81f1272de444e893ea19" targetRef="tid-20-d3507b7d5e9d34fa8c1db99ad8624a95" name="">
<sequenceFlow id="rid-a66a03ba50a77cd50657c09938931c7f" sourceRef="sid-7b05636dee3e81f1272de444e893ea19" targetRef="tid-20-d3507b7d5e9d34fa8c1db99ad8624a95" name="">
</sequenceFlow>
<sequenceFlow id="lid-IAACTION-c395c1c05fcb4812e60013b47e295bc2" sourceRef="tid-20-d3507b7d5e9d34fa8c1db99ad8624a95" targetRef="sid-542ea3f4f99dca8171db8812cc80e5bf" name="审批">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-IAACTION-c395c1c05fcb4812e60013b47e295bc2"}]]></conditionExpression>
<sequenceFlow id="lid-IAACTION-ba9746e617a6aee2851d9a7170326c02" sourceRef="tid-20-d3507b7d5e9d34fa8c1db99ad8624a95" targetRef="sid-542ea3f4f99dca8171db8812cc80e5bf" name="审批">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-IAACTION-ba9746e617a6aee2851d9a7170326c02"}]]></conditionExpression>
<extensionElements>
<flowable:form nextCondition="ANY" />
</extensionElements>
......@@ -65,11 +68,11 @@
<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-cf4bbf81ae2666207631391554eb676f" bpmnElement="rid-cf4bbf81ae2666207631391554eb676f">
<bpmndi:BPMNEdge id="BPMNEdge-rid-a66a03ba50a77cd50657c09938931c7f" bpmnElement="rid-a66a03ba50a77cd50657c09938931c7f">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-IAACTION-c395c1c05fcb4812e60013b47e295bc2" bpmnElement="lid-IAACTION-c395c1c05fcb4812e60013b47e295bc2">
<bpmndi:BPMNEdge id="BPMNEdge-lid-IAACTION-ba9746e617a6aee2851d9a7170326c02" bpmnElement="lid-IAACTION-ba9746e617a6aee2851d9a7170326c02">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
......
{
"codeName" : "StartForm",
"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/StartForm.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" : [ {
"actionGroupExtractMode" : "ITEM",
"caption" : "流程启动",
"codeName" : "grouppanel1",
"detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL",
"name" : "grouppanel1",
"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"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"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" : "8DD5FD3D-8847-43F7-8E68-99E90F4FFDD8",
"modeltype" : "PSDEFORM_EDITFORM"
}
\ No newline at end of file
......@@ -33,6 +33,15 @@
"value" : 0
} ]
} ],
"getPSAppViewRefs" : [ {
"name" : "WFSTART@1",
"realTitle" : "工作流启动视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/WorkFlowWFDynaStartView.json",
"viewType" : "DEWFDYNASTARTVIEW"
}
} ],
"getPSAppWF" : {
"modelref" : true,
"id" : "WorkFlowWf"
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册