|
|
|
@ -154,7 +154,7 @@
|
|
|
|
|
</a-drawer> |
|
|
|
|
<!--流程表单--> |
|
|
|
|
<a-modal :title="lcModa.title" v-model="lcModa.visible" :footer="null" :maskClosable="false" width="80%"> |
|
|
|
|
<component :disabled="lcModa.disabled" v-if="lcModa.visible" :is="lcModa.formComponent" |
|
|
|
|
<component :disabled="lcModa.disabled" v-if="lcModa.visible" :is="lcModa.formComponent" :hieg ="lcModa.hieg" |
|
|
|
|
:processData="lcModa.processData" :isNew = "lcModa.isNew" :procInstId="lcModa.procInstId" :pictureId="lcModa.pictureId" |
|
|
|
|
@afterSubmit="afterSub" @close="lcModa.visible=false,lcModa.disabled = false"></component> |
|
|
|
|
</a-modal> |
|
|
|
@ -348,6 +348,7 @@
|
|
|
|
|
visible:false, |
|
|
|
|
formComponent : null, |
|
|
|
|
isNew : false, |
|
|
|
|
hieg: false, |
|
|
|
|
procInstId:'', |
|
|
|
|
pictureId:'', |
|
|
|
|
}, |
|
|
|
@ -503,6 +504,7 @@
|
|
|
|
|
|
|
|
|
|
isView = isView||false; |
|
|
|
|
this.lcModa.disabled = isView; |
|
|
|
|
this.lcModa.hieg = isView; |
|
|
|
|
this.lcModa.title = '修改流程业务信息:'+r.title; |
|
|
|
|
if (isView) this.lcModa.title = '查看流程业务信息:'+r.title; |
|
|
|
|
this.lcModa.formComponent = this.getFormComponent(r.routeName).component; |
|
|
|
@ -581,5 +583,5 @@
|
|
|
|
|
} |
|
|
|
|
</script> |
|
|
|
|
<style scoped> |
|
|
|
|
@import '~@assets/less/common.less' |
|
|
|
|
@import '~@assets/less/common.less'; |
|
|
|
|
</style> |