去掉商机
parent
d69426f756
commit
25563315ed
|
|
@ -55,7 +55,7 @@
|
||||||
<FollowUpRecordContactForm @success="del" :contacts="formData.contacts" />
|
<FollowUpRecordContactForm @success="del" :contacts="formData.contacts" />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="24" v-if="formData.bizType == BizTypeEnum.CRM_CUSTOMER">
|
<!-- <el-col :span="24" v-if="formData.bizType == BizTypeEnum.CRM_CUSTOMER">
|
||||||
<el-form-item label="关联商机" prop="businessIds">
|
<el-form-item label="关联商机" prop="businessIds">
|
||||||
<el-button @click="handleOpenBusiness">
|
<el-button @click="handleOpenBusiness">
|
||||||
<Icon class="mr-5px" icon="ep:plus" />
|
<Icon class="mr-5px" icon="ep:plus" />
|
||||||
|
|
@ -63,7 +63,7 @@
|
||||||
</el-button>
|
</el-button>
|
||||||
<FollowUpRecordBusinessForm :businesses="formData.businesses" />
|
<FollowUpRecordBusinessForm :businesses="formData.businesses" />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>-->
|
||||||
</el-row>
|
</el-row>
|
||||||
</el-form>
|
</el-form>
|
||||||
<template #footer>
|
<template #footer>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue