Merge branch 'master' into dev
| | |
| | | <!-- 前置节点可驳回 --> |
| | | <div class="reject-but"> |
| | | <el-button type="danger" size="small" @click="openRejectTask(formDataObj.beforeNodeName)">驳 回</el-button> |
| | | <div style="margin-left: 10px" v-if="formDataObj.events.length > 0"> |
| | | <el-popover |
| | | style="margin-left: 10px" v-if="formDataObj.events.length > 0" |
| | | placement="right-start" |
| | | title="任务日志" |
| | | width="600" |
| | |
| | | </div> |
| | | <el-button slot="reference">任务日志</el-button> |
| | | </el-popover> |
| | | </div> |
| | | </div> |
| | | <div class="before">前置阶段:<span>{{formDataObj.beforeNodeName}}</span></div> |
| | | </div> |
| | |
| | | import {completeSubmitFormTask} from "@/api/flowable/process"; |
| | | import { flowTaskForm } from "@/api/flowable/todo"; |
| | | import {getNextFlowNodeByStart} from "@/api/flowable/todo"; |
| | | import LogView from "@/views/projectProcess/components/LogView"; |
| | | import {rejectTask} from "@/api/flowable/process"; |
| | | import {cancelTaskHangup, taskDelegation, taskHangup, taskJump} from "@/api/projectProcess/projectProcess"; |
| | | |
| | |
| | | MyDept, |
| | | SingleUser, |
| | | MultUser, |
| | | LogView |
| | | }, |
| | | props: {}, |
| | | data() { |
| | |
| | | this.nowProcessInsId = row.processInsId ? row.processInsId : ''; |
| | | const numericPattern = /^\d+(\.\d+)?$/; |
| | | if (numericPattern.test(row.id)) { |
| | | this.projectType = "ENGINEERING" |
| | | } else { |
| | | this.projectType = "PROJECT" |
| | | } else { |
| | | this.projectType = "ENGINEERING" |
| | | } |
| | | // // 防止:id没变不触发监听 |
| | | // this.$refs.runProcess.setSelect(row.flowableProcessId); |