|
|
|
@ -163,7 +163,7 @@
|
|
|
|
|
</span> |
|
|
|
|
</a-select-option> |
|
|
|
|
</a-select> |
|
|
|
|
<!--<a href="javascrip:void(0)" @click="viewForm()">预览表单</a>--> |
|
|
|
|
<a href="javascrip:void(0)" @click="viewForm()">预览表单</a> |
|
|
|
|
</a-form-item> |
|
|
|
|
|
|
|
|
|
<!-- <a-form-item :label-col="labelCol" :wrapper-col="wrapperCol" label="关联打印报表" > |
|
|
|
@ -295,7 +295,8 @@
|
|
|
|
|
</a-modal> |
|
|
|
|
<!--流程表单 预览--> |
|
|
|
|
<a-modal :title="lcModa.title" v-model="lcModa.visible" :footer="null" :maskClosable="false" width="80%"> |
|
|
|
|
<component :is="lcModa.formComponent" :disabled="true"></component> |
|
|
|
|
<component :is="lcModa.formComponent" :disabled="true" |
|
|
|
|
:procInstId="lcModa.procInstId" :pictureId="lcModa.pictureId"></component> |
|
|
|
|
</a-modal> |
|
|
|
|
</a-card> |
|
|
|
|
|
|
|
|
@ -635,6 +636,8 @@
|
|
|
|
|
console.log(formComponent) |
|
|
|
|
this.lcModa.formComponent = formComponent.component; |
|
|
|
|
this.lcModa.title = '流程表单预览:'+formComponent.text; |
|
|
|
|
this.lcModa.pictureId='11'; |
|
|
|
|
|
|
|
|
|
this.lcModa.visible = true; |
|
|
|
|
}, |
|
|
|
|
convertToModel(row){ |
|
|
|
|