|
|
@ -224,10 +224,10 @@ export default { |
|
|
}], |
|
|
}], |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
follow_up_type:[],//跟进类型 |
|
|
follow_up_type: [],//跟进类型 |
|
|
signing_intention_contact:[],//跟进类型 |
|
|
signing_intention_contact: [],//跟进类型 |
|
|
follow_up_personnel:[],//跟进人员 |
|
|
follow_up_personnel: [],//跟进人员 |
|
|
reminder_method:[],//提醒方式 |
|
|
reminder_method: [],//提醒方式 |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
onLoad(options) { |
|
|
onLoad(options) { |
|
|
@ -259,10 +259,10 @@ export default { |
|
|
this.follow_up_type = res.data.dictionary |
|
|
this.follow_up_type = res.data.dictionary |
|
|
|
|
|
|
|
|
this.options_leixing = [] |
|
|
this.options_leixing = [] |
|
|
res.data.dictionary.forEach((v,k)=>{ |
|
|
res.data.dictionary.forEach((v, k) => { |
|
|
this.options_leixing.push({ |
|
|
this.options_leixing.push({ |
|
|
value:v.value, |
|
|
value: v.value, |
|
|
text:v.name, |
|
|
text: v.name, |
|
|
}) |
|
|
}) |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|
@ -281,10 +281,11 @@ export default { |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
//获取签单意向联系人 |
|
|
//获取签单意向联系人 |
|
|
async getSigning_intention_contact() {}, |
|
|
async getSigning_intention_contact() { |
|
|
|
|
|
}, |
|
|
//获取跟进人员 |
|
|
//获取跟进人员 |
|
|
async getFollow_up_personnel() {}, |
|
|
async getFollow_up_personnel() { |
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
submit() { |
|
|
submit() { |
|
|
|