wangting
2023-08-04 37c5538fcd6a83f7122c9e961db3d8442ec6cb55
修改流程执行
已修改7个文件
17 ■■■■■ 文件已修改
Source/UBCS-WEB/src/components/template/SetPersonnel.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/views/wel/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/views/work/claim.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/views/work/done.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/views/work/process/leave/handle.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/views/work/send.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/views/work/todo.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/components/template/SetPersonnel.vue
@@ -39,6 +39,7 @@
</template>
<script>
import { personnelInit, personnelCollect, cancelCollect, personnelSave, personnelDict } from '@/api/template/setPersonnel.js'
import { dateFormat } from "@/util/date";
export default {
    name: 'SetPersonnel',
    props: {
@@ -194,6 +195,7 @@
                    const {modelKey,modelName,processDesc,processName,templateId,topName,vars,ids,btmtype} = this.saveParam
                    let vals= {modelKey,modelName,processDesc,processName,templateId,topName,ids,btmtype,...vars}
                    vals.oids=ids;
                    vals.createTime=dateFormat(new Date(), "yyyy-MM-dd hh:mm:ss")
                    const response = await personnelSave({ variables:vals, flowTaskUsers: this.collectParam.flowTaskUsers, })
                    if (response.status === 200) {
                        this.$message({
Source/UBCS-WEB/src/views/wel/index.vue
@@ -111,7 +111,7 @@
              label: '上一步处理时间',
              sortable:true,
              width:150,
              prop: 'historyActivityDurationTime'
              prop: 'createTime'
            },
            {
              label: '上一步操作人',
Source/UBCS-WEB/src/views/work/claim.vue
@@ -105,7 +105,7 @@
            label: '发起时间',
            sortable:true,
            width:180,
            prop: 'createTime',
            prop: 'processDefinitionStartTime'
          }, {
            label: '当前步骤',
            prop: 'taskName',
Source/UBCS-WEB/src/views/work/done.vue
@@ -99,12 +99,12 @@
            label: '发起时间',
            sortable: true,
            width:180,
            prop: 'createTime',
            prop: 'processDefinitionStartTime'
          }, {
            label: '完成时间',
            sortable: true,
            width:180,
            prop: 'historyTaskEndTime',
            prop: 'createTime'
          }, {
            label: '所属流程模板',
            sortable: true,
Source/UBCS-WEB/src/views/work/process/leave/handle.vue
@@ -146,7 +146,7 @@
      this.templateId=res.data.variables.templateId;
      this.modelKey=res.data.variables.modelKey;
      this.codeClassifyOid=res.data.variables.codeClassifyOid;
      this.title='11';
      this.title=res.data.variables.processName;
      //this.taskId=res.data.variables.taskId;
      if (res.success) {
        console.log(res)
Source/UBCS-WEB/src/views/work/send.vue
@@ -103,7 +103,7 @@
            label: '发起时间',
            sortable:true,
            width:180,
            prop: 'createTime'
            prop: 'processDefinitionStartTime'
          },{
            label: '所属流程模板',
            sortable:true,
Source/UBCS-WEB/src/views/work/todo.vue
@@ -5,6 +5,7 @@
      :data="data"
      ref="crud"
      v-model="form"
      :page.sync="page"
      @search-change="searchChange"
      @search-reset="searchReset"
      @selection-change="selectionChange"
@@ -105,7 +106,7 @@
            label: '发起时间',
            sortable:true,
            width:180,
            prop: 'createTime',
            prop: 'processDefinitionStartTime'
          }, {
            label: '所属流程模板',
            sortable:true,