Parcourir la source

新增sop系统自动审批

wangliang il y a 1 an
Parent
commit
c1eab817d8

+ 0 - 73
sop-server/src/main/resources/dingExceptionFlow.bpmn

@@ -1,73 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:activiti="http://activiti.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" xmlns:tns="http://www.activiti.org/test" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.activiti.org/test" id="m1626068475250" name="">
-  <process id="DING_EXCEPTION_FLOW" isExecutable="true" isClosed="false" processType="None">
-    <endEvent id="f_usertask_ding_exception_end_0" name="结束"></endEvent>
-    <userTask id="f_usertask_ding_exception_approve_2" name="甲方审核" activiti:candidateUsers="${assigneeList2}"></userTask>
-    <startEvent id="startevent1" name="Start"></startEvent>
-    <userTask id="f_usertask_ding_exception_apply_1" name="异常处理申请" activiti:candidateUsers="${assigneeList1}"></userTask>
-    <sequenceFlow id="flow6" sourceRef="startevent1" targetRef="f_usertask_ding_exception_apply_1"></sequenceFlow>
-    <sequenceFlow id="flow14" sourceRef="f_usertask_ding_exception_apply_1" targetRef="f_usertask_ding_exception_approve_2"></sequenceFlow>
-    <exclusiveGateway id="exclusivegateway1" name="Exclusive Gateway"></exclusiveGateway>
-    <sequenceFlow id="flow15" sourceRef="f_usertask_ding_exception_approve_2" targetRef="exclusivegateway1"></sequenceFlow>
-    <userTask id="f_usertask_ding_exception_third_approve_3" name="乙方审核" activiti:candidateUsers="${assigneeList3}"></userTask>
-    <sequenceFlow id="flow16" name="通过" sourceRef="exclusivegateway1" targetRef="f_usertask_ding_exception_third_approve_3">
-      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${approve == 'f_usertask_ding_exception_third_approve_3'}]]></conditionExpression>
-    </sequenceFlow>
-    <sequenceFlow id="flow18" sourceRef="f_usertask_ding_exception_third_approve_3" targetRef="f_usertask_ding_exception_end_0"></sequenceFlow>
-    <sequenceFlow id="flow19" name="不通过" sourceRef="exclusivegateway1" targetRef="f_usertask_ding_exception_end_0">
-      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${approve == 'f_usertask_ding_exception_end_0'}]]></conditionExpression>
-    </sequenceFlow>
-  </process>
-  <bpmndi:BPMNDiagram id="BPMNDiagram_DING_EXCEPTION_FLOW">
-    <bpmndi:BPMNPlane bpmnElement="DING_EXCEPTION_FLOW" id="BPMNPlane_DING_EXCEPTION_FLOW">
-      <bpmndi:BPMNShape bpmnElement="f_usertask_ding_exception_end_0" id="BPMNShape_f_usertask_ding_exception_end_0">
-        <omgdc:Bounds height="35.0" width="35.0" x="100.0" y="320.0"></omgdc:Bounds>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape bpmnElement="f_usertask_ding_exception_approve_2" id="BPMNShape_f_usertask_ding_exception_approve_2">
-        <omgdc:Bounds height="55.0" width="85.0" x="75.0" y="193.0"></omgdc:Bounds>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1">
-        <omgdc:Bounds height="35.0" width="35.0" x="100.0" y="10.0"></omgdc:Bounds>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape bpmnElement="f_usertask_ding_exception_apply_1" id="BPMNShape_f_usertask_ding_exception_apply_1">
-        <omgdc:Bounds height="55.0" width="85.0" x="75.0" y="90.0"></omgdc:Bounds>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape bpmnElement="exclusivegateway1" id="BPMNShape_exclusivegateway1">
-        <omgdc:Bounds height="40.0" width="40.0" x="250.0" y="200.0"></omgdc:Bounds>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape bpmnElement="f_usertask_ding_exception_third_approve_3" id="BPMNShape_f_usertask_ding_exception_third_approve_3">
-        <omgdc:Bounds height="55.0" width="85.0" x="228.0" y="310.0"></omgdc:Bounds>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNEdge bpmnElement="flow6" id="BPMNEdge_flow6">
-        <omgdi:waypoint x="117.0" y="45.0"></omgdi:waypoint>
-        <omgdi:waypoint x="117.0" y="90.0"></omgdi:waypoint>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge bpmnElement="flow14" id="BPMNEdge_flow14">
-        <omgdi:waypoint x="117.0" y="145.0"></omgdi:waypoint>
-        <omgdi:waypoint x="117.0" y="193.0"></omgdi:waypoint>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge bpmnElement="flow15" id="BPMNEdge_flow15">
-        <omgdi:waypoint x="160.0" y="220.0"></omgdi:waypoint>
-        <omgdi:waypoint x="250.0" y="220.0"></omgdi:waypoint>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge bpmnElement="flow16" id="BPMNEdge_flow16">
-        <omgdi:waypoint x="270.0" y="240.0"></omgdi:waypoint>
-        <omgdi:waypoint x="270.0" y="310.0"></omgdi:waypoint>
-        <bpmndi:BPMNLabel>
-          <omgdc:Bounds height="16.0" width="100.0" x="270.0" y="240.0"></omgdc:Bounds>
-        </bpmndi:BPMNLabel>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge bpmnElement="flow18" id="BPMNEdge_flow18">
-        <omgdi:waypoint x="228.0" y="337.0"></omgdi:waypoint>
-        <omgdi:waypoint x="135.0" y="337.0"></omgdi:waypoint>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge bpmnElement="flow19" id="BPMNEdge_flow19">
-        <omgdi:waypoint x="270.0" y="240.0"></omgdi:waypoint>
-        <omgdi:waypoint x="117.0" y="320.0"></omgdi:waypoint>
-        <bpmndi:BPMNLabel>
-          <omgdc:Bounds height="16.0" width="100.0" x="270.0" y="240.0"></omgdc:Bounds>
-        </bpmndi:BPMNLabel>
-      </bpmndi:BPMNEdge>
-    </bpmndi:BPMNPlane>
-  </bpmndi:BPMNDiagram>
-</definitions>

+ 0 - 171
sop-server/src/main/resources/officeSopFlow.bpmn

@@ -1,171 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:activiti="http://activiti.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" xmlns:tns="http://www.activiti.org/test" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.activiti.org/test" id="m1626068475250" name="">
-  <process id="OFFICE_SOP_FLOW" isExecutable="true" isClosed="false" processType="None">
-    <userTask id="f_usertask_office_inside_approve_region_3" name="大区经理内审" activiti:candidateUsers="${assigneeList3}" activiti:formKey="office_sop_inside_approve_region.form"></userTask>
-    <endEvent id="f_usertask_office_end_0" name="结束"></endEvent>
-    <userTask id="f_usertask_office_information_2" name="项目关键信息" activiti:candidateUsers="${assigneeList2}" activiti:formKey="office_sop_information.form"></userTask>
-    <startEvent id="startevent1" name="Start" activiti:formKey="office_sop_start.form"></startEvent>
-    <userTask id="f_usertask_office_first_1" name="项目初审" activiti:candidateUsers="${assigneeList1}" activiti:formKey="office_sop_first.form"></userTask>
-    <sequenceFlow id="flow6" sourceRef="startevent1" targetRef="f_usertask_office_first_1"></sequenceFlow>
-    <sequenceFlow id="flow14" sourceRef="f_usertask_office_first_1" targetRef="f_usertask_office_information_2"></sequenceFlow>
-    <sequenceFlow id="flow20" sourceRef="f_usertask_office_information_2" targetRef="f_usertask_office_inside_approve_region_3"></sequenceFlow>
-    <userTask id="f_usertask_office_device_out_5" name="设备出库登记" activiti:candidateUsers="${assigneeList5}" activiti:formKey="office_sop_device_out.form"></userTask>
-    <userTask id="f_usertask_office_scan_ready_6" name="扫描准备" activiti:candidateUsers="${assigneeList6}" activiti:formKey="office_sop_scan_ready.form"></userTask>
-    <sequenceFlow id="flow22" sourceRef="f_usertask_office_device_out_5" targetRef="f_usertask_office_scan_ready_6"></sequenceFlow>
-    <userTask id="f_usertask_office_scan_7" name="正式扫描" activiti:candidateUsers="${assigneeList7}" activiti:formKey="office_sop_scan.form"></userTask>
-    <sequenceFlow id="flow23" sourceRef="f_usertask_office_scan_ready_6" targetRef="f_usertask_office_scan_7"></sequenceFlow>
-    <userTask id="f_usertask_office_check_final_8" name="校验收尾" activiti:candidateUsers="${assigneeList8}" activiti:formKey="office_sop_check_final.form"></userTask>
-    <sequenceFlow id="flow24" sourceRef="f_usertask_office_scan_7" targetRef="f_usertask_office_check_final_8"></sequenceFlow>
-    <userTask id="f_usertask_office_mark_prep_9" name="评卷准备" activiti:candidateUsers="${assigneeList9}" activiti:formKey="office_sop_mark_prep.form"></userTask>
-    <sequenceFlow id="flow25" sourceRef="f_usertask_office_check_final_8" targetRef="f_usertask_office_mark_prep_9"></sequenceFlow>
-    <userTask id="f_usertask_office_mark_final_10" name="评卷收尾" activiti:candidateUsers="${assigneeList10}" activiti:formKey="office_sop_mark_final.form"></userTask>
-    <sequenceFlow id="flow26" sourceRef="f_usertask_office_mark_prep_9" targetRef="f_usertask_office_mark_final_10"></sequenceFlow>
-    <userTask id="f_usertask_office_device_in_11" name="设备入库登记" activiti:candidateUsers="${assigneeList11}" activiti:formKey="office_sop_device_in.form"></userTask>
-    <sequenceFlow id="flow28" sourceRef="f_usertask_office_device_in_11" targetRef="f_usertask_office_end_0"></sequenceFlow>
-    <sequenceFlow id="flow29" sourceRef="f_usertask_office_mark_final_10" targetRef="f_usertask_office_device_in_11"></sequenceFlow>
-    <exclusiveGateway id="exclusivegateway1" name="Exclusive Gateway"></exclusiveGateway>
-    <sequenceFlow id="flow30" sourceRef="f_usertask_office_inside_approve_region_3" targetRef="exclusivegateway1"></sequenceFlow>
-    <sequenceFlow id="flow32" name="驳回" sourceRef="exclusivegateway1" targetRef="f_usertask_office_information_2">
-      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${approve == 'f_usertask_office_information_2'}]]></conditionExpression>
-    </sequenceFlow>
-    <userTask id="f_usertask_office_inside_approve_engineer_4" name="工程师内审" activiti:candidateUsers="${assigneeList4}" activiti:formKey="office_sop_inside_approve_engineer.form"></userTask>
-    <sequenceFlow id="flow33" name="通过" sourceRef="exclusivegateway1" targetRef="f_usertask_office_inside_approve_engineer_4">
-      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${approve == 'f_usertask_office_inside_approve_engineer_4'}]]></conditionExpression>
-    </sequenceFlow>
-    <exclusiveGateway id="exclusivegateway2" name="Exclusive Gateway"></exclusiveGateway>
-    <sequenceFlow id="flow34" sourceRef="f_usertask_office_inside_approve_engineer_4" targetRef="exclusivegateway2"></sequenceFlow>
-    <sequenceFlow id="flow35" name="通过" sourceRef="exclusivegateway2" targetRef="f_usertask_office_device_out_5">
-      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${approve == 'f_usertask_office_device_out_5'}]]></conditionExpression>
-    </sequenceFlow>
-    <sequenceFlow id="flow36" name="驳回" sourceRef="exclusivegateway2" targetRef="f_usertask_office_information_2">
-      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${approve == 'f_usertask_office_information_2'}]]></conditionExpression>
-    </sequenceFlow>
-  </process>
-  <bpmndi:BPMNDiagram id="BPMNDiagram_OFFICE_SOP_FLOW">
-    <bpmndi:BPMNPlane bpmnElement="OFFICE_SOP_FLOW" id="BPMNPlane_OFFICE_SOP_FLOW">
-      <bpmndi:BPMNShape bpmnElement="f_usertask_office_inside_approve_region_3" id="BPMNShape_f_usertask_office_inside_approve_region_3">
-        <omgdc:Bounds height="55.0" width="85.0" x="470.0" y="20.0"></omgdc:Bounds>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape bpmnElement="f_usertask_office_end_0" id="BPMNShape_f_usertask_office_end_0">
-        <omgdc:Bounds height="35.0" width="35.0" x="325.0" y="270.0"></omgdc:Bounds>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape bpmnElement="f_usertask_office_information_2" id="BPMNShape_f_usertask_office_information_2">
-        <omgdc:Bounds height="55.0" width="85.0" x="290.0" y="20.0"></omgdc:Bounds>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1">
-        <omgdc:Bounds height="35.0" width="35.0" x="30.0" y="30.0"></omgdc:Bounds>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape bpmnElement="f_usertask_office_first_1" id="BPMNShape_f_usertask_office_first_1">
-        <omgdc:Bounds height="55.0" width="85.0" x="140.0" y="20.0"></omgdc:Bounds>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape bpmnElement="f_usertask_office_device_out_5" id="BPMNShape_f_usertask_office_device_out_5">
-        <omgdc:Bounds height="55.0" width="85.0" x="638.0" y="140.0"></omgdc:Bounds>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape bpmnElement="f_usertask_office_scan_ready_6" id="BPMNShape_f_usertask_office_scan_ready_6">
-        <omgdc:Bounds height="55.0" width="85.0" x="460.0" y="140.0"></omgdc:Bounds>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape bpmnElement="f_usertask_office_scan_7" id="BPMNShape_f_usertask_office_scan_7">
-        <omgdc:Bounds height="55.0" width="85.0" x="300.0" y="140.0"></omgdc:Bounds>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape bpmnElement="f_usertask_office_check_final_8" id="BPMNShape_f_usertask_office_check_final_8">
-        <omgdc:Bounds height="55.0" width="85.0" x="150.0" y="140.0"></omgdc:Bounds>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape bpmnElement="f_usertask_office_mark_prep_9" id="BPMNShape_f_usertask_office_mark_prep_9">
-        <omgdc:Bounds height="55.0" width="85.0" x="24.0" y="140.0"></omgdc:Bounds>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape bpmnElement="f_usertask_office_mark_final_10" id="BPMNShape_f_usertask_office_mark_final_10">
-        <omgdc:Bounds height="55.0" width="85.0" x="24.0" y="260.0"></omgdc:Bounds>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape bpmnElement="f_usertask_office_device_in_11" id="BPMNShape_f_usertask_office_device_in_11">
-        <omgdc:Bounds height="55.0" width="85.0" x="160.0" y="260.0"></omgdc:Bounds>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape bpmnElement="exclusivegateway1" id="BPMNShape_exclusivegateway1">
-        <omgdc:Bounds height="40.0" width="40.0" x="660.0" y="27.0"></omgdc:Bounds>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape bpmnElement="f_usertask_office_inside_approve_engineer_4" id="BPMNShape_f_usertask_office_inside_approve_engineer_4">
-        <omgdc:Bounds height="55.0" width="85.0" x="770.0" y="20.0"></omgdc:Bounds>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape bpmnElement="exclusivegateway2" id="BPMNShape_exclusivegateway2">
-        <omgdc:Bounds height="40.0" width="40.0" x="792.0" y="147.0"></omgdc:Bounds>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNEdge bpmnElement="flow6" id="BPMNEdge_flow6">
-        <omgdi:waypoint x="65.0" y="47.0"></omgdi:waypoint>
-        <omgdi:waypoint x="140.0" y="47.0"></omgdi:waypoint>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge bpmnElement="flow14" id="BPMNEdge_flow14">
-        <omgdi:waypoint x="225.0" y="47.0"></omgdi:waypoint>
-        <omgdi:waypoint x="290.0" y="47.0"></omgdi:waypoint>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge bpmnElement="flow20" id="BPMNEdge_flow20">
-        <omgdi:waypoint x="375.0" y="47.0"></omgdi:waypoint>
-        <omgdi:waypoint x="470.0" y="47.0"></omgdi:waypoint>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge bpmnElement="flow22" id="BPMNEdge_flow22">
-        <omgdi:waypoint x="638.0" y="167.0"></omgdi:waypoint>
-        <omgdi:waypoint x="545.0" y="167.0"></omgdi:waypoint>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge bpmnElement="flow23" id="BPMNEdge_flow23">
-        <omgdi:waypoint x="460.0" y="167.0"></omgdi:waypoint>
-        <omgdi:waypoint x="385.0" y="167.0"></omgdi:waypoint>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge bpmnElement="flow24" id="BPMNEdge_flow24">
-        <omgdi:waypoint x="300.0" y="167.0"></omgdi:waypoint>
-        <omgdi:waypoint x="235.0" y="167.0"></omgdi:waypoint>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge bpmnElement="flow25" id="BPMNEdge_flow25">
-        <omgdi:waypoint x="150.0" y="167.0"></omgdi:waypoint>
-        <omgdi:waypoint x="109.0" y="167.0"></omgdi:waypoint>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge bpmnElement="flow26" id="BPMNEdge_flow26">
-        <omgdi:waypoint x="66.0" y="195.0"></omgdi:waypoint>
-        <omgdi:waypoint x="66.0" y="260.0"></omgdi:waypoint>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge bpmnElement="flow28" id="BPMNEdge_flow28">
-        <omgdi:waypoint x="245.0" y="287.0"></omgdi:waypoint>
-        <omgdi:waypoint x="325.0" y="287.0"></omgdi:waypoint>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge bpmnElement="flow29" id="BPMNEdge_flow29">
-        <omgdi:waypoint x="109.0" y="287.0"></omgdi:waypoint>
-        <omgdi:waypoint x="160.0" y="287.0"></omgdi:waypoint>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge bpmnElement="flow30" id="BPMNEdge_flow30">
-        <omgdi:waypoint x="555.0" y="47.0"></omgdi:waypoint>
-        <omgdi:waypoint x="660.0" y="47.0"></omgdi:waypoint>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge bpmnElement="flow32" id="BPMNEdge_flow32">
-        <omgdi:waypoint x="680.0" y="67.0"></omgdi:waypoint>
-        <omgdi:waypoint x="517.0" y="120.0"></omgdi:waypoint>
-        <omgdi:waypoint x="332.0" y="120.0"></omgdi:waypoint>
-        <omgdi:waypoint x="332.0" y="75.0"></omgdi:waypoint>
-        <bpmndi:BPMNLabel>
-          <omgdc:Bounds height="16.0" width="22.0" x="680.0" y="67.0"></omgdc:Bounds>
-        </bpmndi:BPMNLabel>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge bpmnElement="flow33" id="BPMNEdge_flow33">
-        <omgdi:waypoint x="700.0" y="47.0"></omgdi:waypoint>
-        <omgdi:waypoint x="770.0" y="47.0"></omgdi:waypoint>
-        <bpmndi:BPMNLabel>
-          <omgdc:Bounds height="16.0" width="100.0" x="700.0" y="47.0"></omgdc:Bounds>
-        </bpmndi:BPMNLabel>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge bpmnElement="flow34" id="BPMNEdge_flow34">
-        <omgdi:waypoint x="812.0" y="75.0"></omgdi:waypoint>
-        <omgdi:waypoint x="812.0" y="147.0"></omgdi:waypoint>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge bpmnElement="flow35" id="BPMNEdge_flow35">
-        <omgdi:waypoint x="792.0" y="167.0"></omgdi:waypoint>
-        <omgdi:waypoint x="723.0" y="167.0"></omgdi:waypoint>
-        <bpmndi:BPMNLabel>
-          <omgdc:Bounds height="16.0" width="100.0" x="792.0" y="167.0"></omgdc:Bounds>
-        </bpmndi:BPMNLabel>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge bpmnElement="flow36" id="BPMNEdge_flow36">
-        <omgdi:waypoint x="812.0" y="147.0"></omgdi:waypoint>
-        <omgdi:waypoint x="332.0" y="75.0"></omgdi:waypoint>
-        <bpmndi:BPMNLabel>
-          <omgdc:Bounds height="16.0" width="100.0" x="812.0" y="147.0"></omgdc:Bounds>
-        </bpmndi:BPMNLabel>
-      </bpmndi:BPMNEdge>
-    </bpmndi:BPMNPlane>
-  </bpmndi:BPMNDiagram>
-</definitions>

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
sop-server/src/main/resources/office_sop_check_final.form


+ 0 - 1
sop-server/src/main/resources/office_sop_device_in.form

@@ -1 +0,0 @@
-[{"id":"85","code":"LABEL","type":"FORM","formId":"device_in_out_label","formName":"device_in_out_label","title":"设备出入库","inputType":"STRING","required":false,"readable":true,"writable":false,"visable":true,"value":"入库","name":"标签","span":6},{"id":"86","code":"DATE","type":"FORM","formId":"device_in_time","formName":"device_in_time","title":"设备入库时间","inputType":"STRING","required":false,"readable":false,"writable":true,"visable":true,"format":"yyyy-MM-dd","name":"日期","span":6},{"id":"87","code":"DEVICE_IN_TABLE","type":"FORM","formId":"device_in_table","formName":"device_in_table","title":"设备入库表格","inputType":"STRING","required":false,"readable":false,"writable":true,"visable":true,"name":"设备入库表格","span":12}]

+ 0 - 1
sop-server/src/main/resources/office_sop_device_out.form

@@ -1 +0,0 @@
-[{"id":"85","code":"ONLE_TITLE","type":"FORM","formId":"device_in_out_label","formName":"device_in_out_label","title":"设备入库","inputType":"STRING","required":false,"readable":true,"writable":false,"visable":true,"name":"普通标题,独占一行","span":6},{"id":"86","code":"DATE","type":"FORM","formId":"device_in_time","formName":"device_in_time","title":"设备入库时间","inputType":"STRING","required":false,"readable":false,"writable":true,"visable":true,"format":"yyyy-MM-dd","name":"日期","span":6},{"id":"87","code":"DEVICE_IN_TABLE","type":"FORM","formId":"device_in_table","formName":"device_in_table","title":"设备入库表格","inputType":"STRING","required":false,"readable":false,"writable":true,"visable":true,"name":"设备入库表格","span":12}]

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
sop-server/src/main/resources/office_sop_first.form


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
sop-server/src/main/resources/office_sop_information.form


+ 0 - 1
sop-server/src/main/resources/office_sop_mark_final.form

@@ -1 +0,0 @@
-[{"id":"82","code":"FORM_GROUP_TITLE","type":"FORM","formId":"mark_submit_title","formName":"mark_submit_title","title":"成绩提交核查","inputType":"STRING","required":false,"readable":true,"writable":false,"visable":true,"name":"带虚线分割线的标题","span":12},{"id":"83","code":"CHECKBOX","type":"FORM","formId":"mark_submit_cb","formName":"mark_submit_cb","title":"成绩提交核查","inputType":"STRING","required":true,"readable":false,"writable":true,"visable":true,"name":"复选框","span":12,"options":"[{\"value\":\"1\",\"label\":\"1、是否已核对不缺考、客观题为0分的情况\"},{\"value\":\"2\",\"label\":\"2、是否已核对主观题为0、客观题有分的情况\"},{\"value\":\"3\",\"label\":\"3、是否检查客观题小题得分率低于20%的情况\"},{\"value\":\"4\",\"label\":\"4、核对导出成绩表数据条数是否与考生表数量一致,不能带有“未导出全量数据”字样;请填写导出成绩数量以及完成时间\"},{\"value\":\"5\",\"label\":\"5、核对导出图片工具是否正常运行\"}]"},{"id":"84","code":"FILE","type":"FORM","formId":"upload_success_photos","formName":"upload_success_photos","title":"上传验收报告(纸质)拍照","inputType":"ARRAY","required":false,"readable":false,"writable":true,"visable":true,"length":5,"name":"文件","span":12}]

+ 0 - 1
sop-server/src/main/resources/office_sop_mark_prep.form

@@ -1 +0,0 @@
-[{"id":"78","code":"FORM_GROUP_TITLE","type":"FORM","formId":"mark_model_title","formName":"mark_model_title","title":"评卷模式确认","inputType":"STRING","required":false,"readable":true,"writable":false,"visable":true,"name":"带虚线分割线的标题","span":12},{"id":"79","code":"RADIO","type":"FORM","formId":"mark_model_radio","formName":"mark_model_radio","title":"评卷模式","inputType":"STRING","required":true,"readable":false,"writable":true,"visable":true,"name":"单选框","span":12,"options":"[{\"value\":\"TRAIL\",\"label\":\"轨迹模式\"},{\"value\":\"NORMAL\",\"label\":\"普通模式\"}]"},{"id":"80","code":"FORM_GROUP_TITLE","type":"FORM","formId":"mark_params_title","formName":"mark_params_title","title":"评卷参数核对","inputType":"STRING","required":false,"readable":true,"writable":false,"visable":true,"name":"带虚线分割线的标题","span":12},{"id":"81","code":"CHECKBOX","type":"FORM","formId":"mark_params_cb","formName":"mark_params_cb","title":"评卷参数核对","inputType":"STRING","required":true,"readable":false,"writable":true,"visable":true,"name":"复选框","span":12,"options":"[{\"value\":\"1\",\"label\":\"1、核查每个科目的满分是否正确(大部分科目都是100分)\"},{\"value\":\"2\",\"label\":\"2、核对客观题标答以及分数是否录入正确、多选题判分规则(漏选是否得分、任选得分)\"},{\"value\":\"3\",\"label\":\"检查所有科目结构和分组是否全部导入。(评卷管理>评卷进度查看分组状态)\"}]"}]

+ 0 - 1
sop-server/src/main/resources/office_sop_scan.form

@@ -1 +0,0 @@
-[{"id":"65","code":"FORM_GROUP_TITLE","type":"FORM","formId":"scan_test_title","formName":"scan_test_title","title":"试扫检查","inputType":"STRING","required":false,"readable":true,"writable":false,"visable":true,"name":"带虚线分割线的标题","span":12},{"id":"66","code":"CHECKBOX","type":"FORM","formId":"scan_test_cb","formName":"scan_test_cb","title":"试扫检查","inputType":"STRING","required":true,"readable":false,"writable":true,"visable":true,"name":"复选框","span":12,"options":"[{\"value\":\"1\",\"label\":\"1、查看条码是否识别正确\"},{\"value\":\"2\",\"label\":\"2、缺考、客观题是否识别正确\"},{\"value\":\"3\",\"label\":\"3、扫描原图正反面是否正确显示\"},{\"value\":\"4\",\"label\":\"4、裁切图屏蔽区是否正确\"},{\"value\":\"5\",\"label\":\"5、卷型:若有,是否识别正确\"},{\"value\":\"6\",\"label\":\"6、页码:若答题卡超过1张,是否页码识别正确\"}]"}]

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
sop-server/src/main/resources/office_sop_scan_ready.form


+ 0 - 1
sop-server/src/main/resources/office_sop_start.form

@@ -1 +0,0 @@
-{"approveRejectMap":{"f_usertask_office_inside_approve_region_3":[{"afterFlowTaskKey":"f_usertask_office_information_2","setup":2}],"f_usertask_office_inside_approve_engineer_4":[{"afterFlowTaskKey":"f_usertask_office_information_2","setup":2}]}}

+ 0 - 40
sop-server/src/main/resources/projectExchangeFlow.bpmn

@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:activiti="http://activiti.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" xmlns:tns="http://www.activiti.org/test" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.activiti.org/test" id="m1626068475250" name="">
-  <process id="PROJECT_EXCHANGE_FLOW" isExecutable="true" isClosed="false" processType="None">
-    <endEvent id="f_usertask_project_exchange_end_0" name="结束"></endEvent>
-    <userTask id="f_usertask_project_exchange_approve_2" name="项目计划变更审核" activiti:candidateUsers="${assigneeList2}"></userTask>
-    <startEvent id="startevent1" name="Start"></startEvent>
-    <userTask id="f_usertask_project_exchange_apply_1" name="项目计划变更申请" activiti:candidateUsers="${assigneeList1}"></userTask>
-    <sequenceFlow id="flow6" sourceRef="startevent1" targetRef="f_usertask_project_exchange_apply_1"></sequenceFlow>
-    <sequenceFlow id="flow14" sourceRef="f_usertask_project_exchange_apply_1" targetRef="f_usertask_project_exchange_approve_2"></sequenceFlow>
-    <sequenceFlow id="flow18" sourceRef="f_usertask_project_exchange_approve_2" targetRef="f_usertask_project_exchange_end_0"></sequenceFlow>
-  </process>
-  <bpmndi:BPMNDiagram id="BPMNDiagram_PROJECT_EXCHANGE_FLOW">
-    <bpmndi:BPMNPlane bpmnElement="PROJECT_EXCHANGE_FLOW" id="BPMNPlane_PROJECT_EXCHANGE_FLOW">
-      <bpmndi:BPMNShape bpmnElement="f_usertask_project_exchange_end_0" id="BPMNShape_f_usertask_project_exchange_end_0">
-        <omgdc:Bounds height="35.0" width="35.0" x="240.0" y="360.0"></omgdc:Bounds>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape bpmnElement="f_usertask_project_exchange_approve_2" id="BPMNShape_f_usertask_project_exchange_approve_2">
-        <omgdc:Bounds height="55.0" width="85.0" x="215.0" y="240.0"></omgdc:Bounds>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1">
-        <omgdc:Bounds height="35.0" width="35.0" x="240.0" y="40.0"></omgdc:Bounds>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape bpmnElement="f_usertask_project_exchange_apply_1" id="BPMNShape_f_usertask_project_exchange_apply_1">
-        <omgdc:Bounds height="55.0" width="85.0" x="215.0" y="130.0"></omgdc:Bounds>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNEdge bpmnElement="flow6" id="BPMNEdge_flow6">
-        <omgdi:waypoint x="257.0" y="75.0"></omgdi:waypoint>
-        <omgdi:waypoint x="257.0" y="130.0"></omgdi:waypoint>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge bpmnElement="flow14" id="BPMNEdge_flow14">
-        <omgdi:waypoint x="257.0" y="185.0"></omgdi:waypoint>
-        <omgdi:waypoint x="257.0" y="240.0"></omgdi:waypoint>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge bpmnElement="flow18" id="BPMNEdge_flow18">
-        <omgdi:waypoint x="257.0" y="295.0"></omgdi:waypoint>
-        <omgdi:waypoint x="257.0" y="360.0"></omgdi:waypoint>
-      </bpmndi:BPMNEdge>
-    </bpmndi:BPMNPlane>
-  </bpmndi:BPMNDiagram>
-</definitions>

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff