Browse Source

refactor(market): 重构线索跟进页面

- 添加新的数据属性和方法,用于处理字典数据和选择器功能
- 优化页面初始化逻辑,增加字典数据获取方法
- 删除冗余注释代码,提高代码可读性
master
liutong 12 months ago
parent
commit
0e9eabd1a5
  1. 110
      pages/market/clue/writing_followUp.vue

110
pages/market/clue/writing_followUp.vue

@ -176,6 +176,7 @@ export default {
follow_up_content:'',// follow_up_content:'',//
//##### ##### //##### #####
is_warn:'1',//( 1 2) is_warn:'1',//( 1 2)
is_warn_btn:true,//( true= false=),使
// //
follow_staff_id:'',// follow_staff_id:'',//
reminder_time:'',// reminder_time:'',//
@ -186,47 +187,71 @@ export default {
options_type: undefined,// options_type: undefined,//
show: false,// show: false,//
linkage: true,// linkage: true,//
options: [],// options: [
// {
// 'value': 1,
// 'text': '1'
// }
],//
// //
show_date: false,//|true=,false= show_date: false,//|true=,false=
//线- //线-
//- //-线
//- options_sales_id:[],
//-线
//- str_sales_id:'',
//-
//- //-
//-
//- options_entry_type:[],
//- //-
//- str_entry_type:'',
//- //-
//- //-
//- options_staff_id:[],
//-
//- str_staff_id:'',
//-
//- //-
//-
//- options_purchasing_power:[],
//- //-
//- str_purchasing_power:'',
//- //-
//- //-
//- options_cognitive_concept:[],
//-
//- str_cognitive_concept:'',
//-
//- //-
//-
options_emotional_intensity:[],
//-
str_emotional_intensity:'',
//-
//-
options_initial_customer_intent:[],
//-
str_initial_customer_intent:'',
//-
//-
options_initial_relationship_intent:[],
//-
str_initial_relationship_intent:'',
//--
//--()
options_follow_staff_id_sc:[],
//--()
options_follow_staff_id_xs:[],
//--
str_follow_staff_id:'',
} }
}, },
onLoad(options) { onLoad(options) {
@ -240,6 +265,19 @@ export default {
async init() { async init() {
this.getDicFollow_up_type()//- this.getDicFollow_up_type()//-
}, },
//-线
//-
//-()
//--()
//--()
//-
//-
//-
//-
//-
//- //-
async getDicFollow_up_type() { async getDicFollow_up_type() {
let key = 'follow_up_type' let key = 'follow_up_type'

Loading…
Cancel
Save