|
|
@ -129,16 +129,25 @@ |
|
|
backgroundColor="#434544" size="26" color="#fff"></fui-input> |
|
|
backgroundColor="#434544" size="26" color="#fff"></fui-input> |
|
|
</fui-form-item> |
|
|
</fui-form-item> |
|
|
|
|
|
|
|
|
<fui-form-item label="跟进人员" labelSize='26' asterisk asteriskPosition="right" prop="mobile" |
|
|
<fui-form-item label="跟进人员" asterisk asteriskPosition="right" labelSize='26' prop="" background='#434544' |
|
|
background='#434544' labelColor='#fff' :bottomBorder='false'> |
|
|
labelColor='#fff' :bottomBorder='false'> |
|
|
<fui-input :borderBottom="false" :padding="[0]" placeholder="点击填写" v-model="formData.community_name" |
|
|
<view class="input-title" style="margin-right:14rpx;"> |
|
|
backgroundColor="#434544" size="26" color="#fff"></fui-input> |
|
|
|
|
|
|
|
|
<view class="input-title" style="margin-right:14rpx;" @click="selectCon(2)" |
|
|
|
|
|
v-if="result_add_staff_id == ''">点击选择 |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="input-title" style="margin-right:14rpx;" @click="selectCon('staff_id')" v-else>{{ |
|
|
|
|
|
result_add_staff_id |
|
|
|
|
|
}} |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
</fui-form-item> |
|
|
</fui-form-item> |
|
|
|
|
|
|
|
|
<fui-form-item label="跟进时间" labelSize='26' asterisk asteriskPosition="right" prop="mobile" |
|
|
<fui-form-item label="跟进时间" labelSize='26' asterisk asteriskPosition="right" prop="mobile" |
|
|
background='#434544' labelColor='#fff' :bottomBorder='false'> |
|
|
background='#434544' labelColor='#fff' :bottomBorder='false'> |
|
|
<fui-input :borderBottom="false" :padding="[0]" placeholder="点击填写" v-model="formData.community_name" |
|
|
<fui-input :borderBottom="false" :padding="[0]" placeholder="请选择跟进时间" v-model="formData.follow_up_time" |
|
|
backgroundColor="#434544" size="26" color="#fff"></fui-input> |
|
|
backgroundColor="#434544" size="26" color="#fff" @click="selectCon(6)"></fui-input> |
|
|
</fui-form-item> |
|
|
</fui-form-item> |
|
|
|
|
|
|
|
|
<fui-form-item label="备注" labelSize='26' asterisk asteriskPosition="right" prop="mobile" |
|
|
<fui-form-item label="备注" labelSize='26' asterisk asteriskPosition="right" prop="mobile" |
|
|
@ -370,12 +379,13 @@ export default { |
|
|
],//客户来源可选值 |
|
|
],//客户来源可选值 |
|
|
//顾问(add_staff_id,添加这条数据的工作人员id) |
|
|
//顾问(add_staff_id,添加这条数据的工作人员id) |
|
|
result_add_staff_id: '',//选中项的中文名称 |
|
|
result_add_staff_id: '',//选中项的中文名称 |
|
|
|
|
|
staff_id_name:'',//跟进人员的名字 |
|
|
options_add_staff_id: [ |
|
|
options_add_staff_id: [ |
|
|
// { |
|
|
// { |
|
|
// 'value': 1, |
|
|
// 'value': 1, |
|
|
// 'text': '张三' |
|
|
// 'text': '张三' |
|
|
// }, |
|
|
// }, |
|
|
],//客户来源可选值 |
|
|
],//顾问来源可选值 |
|
|
|
|
|
|
|
|
//客户标签 |
|
|
//客户标签 |
|
|
show_customer_tags: false, |
|
|
show_customer_tags: false, |
|
|
@ -639,6 +649,12 @@ export default { |
|
|
this.options = this.options_fangshi |
|
|
this.options = this.options_fangshi |
|
|
this.show = true |
|
|
this.show = true |
|
|
this.linkage = true |
|
|
this.linkage = true |
|
|
|
|
|
}else if (type == 'staff_id') { |
|
|
|
|
|
//跟进人员 |
|
|
|
|
|
this.options_type = 2 |
|
|
|
|
|
this.options = this.options_add_staff_id |
|
|
|
|
|
this.show = true |
|
|
|
|
|
this.linkage = true |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
//选择跟进时间 |
|
|
//选择跟进时间 |
|
|
@ -647,8 +663,10 @@ export default { |
|
|
this.show_date = false |
|
|
this.show_date = false |
|
|
this.result_date = e.result ?? '' |
|
|
this.result_date = e.result ?? '' |
|
|
} else if (this.options_date_type == 6) { |
|
|
} else if (this.options_date_type == 6) { |
|
|
|
|
|
//跟进时间 |
|
|
this.show_date = false |
|
|
this.show_date = false |
|
|
this.result_dates = e.result ?? '' |
|
|
this.result_dates = e.result ?? '' |
|
|
|
|
|
this.formData.follow_up_time = e.result ?? '' |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
//关闭选择跟进时间 |
|
|
//关闭选择跟进时间 |
|
|
@ -741,8 +759,8 @@ export default { |
|
|
this.formData.is_follow = '2' |
|
|
this.formData.is_follow = '2' |
|
|
|
|
|
|
|
|
// this.formData. = ''//跟进类型 |
|
|
// this.formData. = ''//跟进类型 |
|
|
// this.formData.staff_id = ''//跟进人员 |
|
|
this.formData.staff_id = ''//跟进人员 |
|
|
// this.formData.follow_up_time = ''//跟进时间 |
|
|
this.formData.follow_up_time = ''//跟进时间 |
|
|
// this.formData. = ''//备注 |
|
|
// this.formData. = ''//备注 |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|