|
|
@ -64,6 +64,16 @@ |
|
|
|
<el-input v-model="clueForm.weChat" placeholder="请输入微信号" /> |
|
|
|
<el-input v-model="clueForm.weChat" placeholder="请输入微信号" /> |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-col> |
|
|
|
|
|
|
|
<el-col :span="24" v-if="clueForm.source == '抖音直播'"> |
|
|
|
|
|
|
|
<el-form-item label="商品名称" prop="goodName"> |
|
|
|
|
|
|
|
<el-input v-model="clueForm.goodName" placeholder="请输入商品名称" /> |
|
|
|
|
|
|
|
</el-form-item> |
|
|
|
|
|
|
|
</el-col> |
|
|
|
|
|
|
|
<el-col :span="24" v-if="clueForm.source == '抖音直播'"> |
|
|
|
|
|
|
|
<el-form-item label="订单实收" prop="amountReceived"> |
|
|
|
|
|
|
|
<el-input v-model="clueForm.amountReceived" placeholder="请输入订单实收" /> |
|
|
|
|
|
|
|
</el-form-item> |
|
|
|
|
|
|
|
</el-col> |
|
|
|
<el-col :span="24"> |
|
|
|
<el-col :span="24"> |
|
|
|
<el-form-item label="跟进人员" prop="followUser"> |
|
|
|
<el-form-item label="跟进人员" prop="followUser"> |
|
|
|
<el-select style="width: 100%;" v-model="clueForm.followUser" multiple clearable :disabled="admin != 'true' && clueForm.clueId != undefined"> |
|
|
|
<el-select style="width: 100%;" v-model="clueForm.followUser" multiple clearable :disabled="admin != 'true' && clueForm.clueId != undefined"> |
|
|
@ -73,7 +83,19 @@ |
|
|
|
</el-col> |
|
|
|
</el-col> |
|
|
|
|
|
|
|
|
|
|
|
<el-col :span="24"> |
|
|
|
<el-col :span="24"> |
|
|
|
<el-form-item label="意向状态" prop="intentionState"> |
|
|
|
<el-form-item label="意向状态" prop="intentionState" v-if="clueForm.source == '抖音直播'"> |
|
|
|
|
|
|
|
<el-select style="width: 100%;" v-model="clueForm.intentionState" placeholder="请选择" clearable> |
|
|
|
|
|
|
|
<el-option v-for="dict in intentionOptions.filter(item => item.remark == undefined || item.remark == '抖音')" :key="dict.dictValue" :label="dict.dictLabel" :value="dict.dictValue"> |
|
|
|
|
|
|
|
<i class="el-icon-star-on" :style="dict.cssClass" /> |
|
|
|
|
|
|
|
<span style="float: right; color: #8492a6; font-size: 13px"> |
|
|
|
|
|
|
|
{{ dict.dictValue }} |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</el-option> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-select> |
|
|
|
|
|
|
|
</el-form-item> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-form-item label="意向状态" prop="intentionState" v-else> |
|
|
|
<el-select style="width: 100%;" v-model="clueForm.intentionState" placeholder="请选择" clearable> |
|
|
|
<el-select style="width: 100%;" v-model="clueForm.intentionState" placeholder="请选择" clearable> |
|
|
|
<el-option v-for="dict in intentionOptions.filter(item => item.remark == undefined || item.remark == '正常')" :key="dict.dictValue" :label="dict.dictLabel" :value="dict.dictValue"> |
|
|
|
<el-option v-for="dict in intentionOptions.filter(item => item.remark == undefined || item.remark == '正常')" :key="dict.dictValue" :label="dict.dictLabel" :value="dict.dictValue"> |
|
|
|
<i class="el-icon-star-on" :style="dict.cssClass" /> |
|
|
|
<i class="el-icon-star-on" :style="dict.cssClass" /> |
|
|
@ -81,9 +103,15 @@ |
|
|
|
{{ dict.dictValue }} |
|
|
|
{{ dict.dictValue }} |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</el-option> |
|
|
|
</el-option> |
|
|
|
|
|
|
|
|
|
|
|
</el-select> |
|
|
|
</el-select> |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-col> |
|
|
|
|
|
|
|
<el-col :span="24" v-if="clueForm.source == '抖音直播'"> |
|
|
|
|
|
|
|
<el-form-item label="核销时间" prop="writeOffTime"> |
|
|
|
|
|
|
|
<el-date-picker style="width: 100%;" v-model="clueForm.writeOffTime" value-format="yyyy-MM-dd" format="yyyy-MM-dd" type="date" /> |
|
|
|
|
|
|
|
</el-form-item> |
|
|
|
|
|
|
|
</el-col> |
|
|
|
<el-col :span="24"> |
|
|
|
<el-col :span="24"> |
|
|
|
<el-form-item label="下次跟进时间" prop="followTime"> |
|
|
|
<el-form-item label="下次跟进时间" prop="followTime"> |
|
|
|
<el-date-picker style="width: 100%;" v-model="clueForm.followTime" value-format="yyyy-MM-dd" format="yyyy-MM-dd" type="date" /> |
|
|
|
<el-date-picker style="width: 100%;" v-model="clueForm.followTime" value-format="yyyy-MM-dd" format="yyyy-MM-dd" type="date" /> |
|
|
|