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) => {