From e6da0628facb06e05497cf34278f5156b0ec99d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E7=8E=89=E7=90=A6?= <7507756+jiang_yuqi@user.noreply.gitee.com> Date: Thu, 4 Jul 2024 21:59:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../task/myProcess/editTaskDrawer.vue | 24 +++++++++++++++++++ .../task/myProcess/initTaskDrawer.vue | 24 +++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/ruoyi-ui/src/views/flowable/task/myProcess/editTaskDrawer.vue b/ruoyi-ui/src/views/flowable/task/myProcess/editTaskDrawer.vue index 0db7c4b2..91179d8b 100644 --- a/ruoyi-ui/src/views/flowable/task/myProcess/editTaskDrawer.vue +++ b/ruoyi-ui/src/views/flowable/task/myProcess/editTaskDrawer.vue @@ -136,6 +136,20 @@ show-icon > + + + + { diff --git a/ruoyi-ui/src/views/flowable/task/myProcess/initTaskDrawer.vue b/ruoyi-ui/src/views/flowable/task/myProcess/initTaskDrawer.vue index 18617e18..d88a0370 100644 --- a/ruoyi-ui/src/views/flowable/task/myProcess/initTaskDrawer.vue +++ b/ruoyi-ui/src/views/flowable/task/myProcess/initTaskDrawer.vue @@ -128,6 +128,20 @@ title="请至少上传报审表,营业执照,安全生产许可证,资质证书,人员证书等!缺少相关附件可能被驳回申请。" type="warning" show-icon + /> + + + + @@ -255,6 +269,10 @@ export default { daterangeMarksTime: [], //分包资质审批 fbAptitude: false, + persChangeList1: ['flow_xmglzdl_xmzbdwrybg','flow_xmglzdl_xmjldwrybg'], + persChangeList2: ['flow_xmglzdl_xmjlzjrybg','flow_xmglzdl_xmzbjlrybg'], + persChange1: false, + persChange2: false }; }, computed: {}, @@ -299,6 +317,12 @@ export default { if (options.flowKey == "flow_fbzzsp_fbszzsp") { this.fbAptitude = true; } + if (this.persChangeList1.indexOf(options.flowKey)){ + this.persChange1 = true; + } + if (this.persChangeList2.indexOf(options.flowKey)){ + this.persChange2 = true; + } const self = this; this.onOpen = true; flowXmlAndNode({ deployId: options.deploymentId }).then((res) => {