diff --git a/src/libs/ht.js b/src/libs/ht.js index dd6d8a5..9f973df 100644 --- a/src/libs/ht.js +++ b/src/libs/ht.js @@ -42,7 +42,7 @@ export const sites = [ { key: '163', label: 'GH', code: 'GH' }, { key: '28', label: '客运中国', code: 'GHKYZG' }, { key: '7', label: '客运海外', code: 'GHKYHW' }, - { key: '172', label: 'B业务', code: 'GHTOB' }, + { key: '172', label: 'ToB业务', code: 'GHTOB' }, { key: '11,12,20,21,10,18', label: '国际(入境)', code: 'JP,VAC,IT,GM,RU,VC' }, { key: '122,200,211,100,188', label: '国际(海外)', code: 'VACHW,ITHW,GMHW,RUHW,VCHW' }, { key: '11', label: '日语', code: 'JP' }, diff --git a/src/stores/CustomerStore.js b/src/stores/CustomerStore.js index 0eeb1c7..bfc715a 100644 --- a/src/stores/CustomerStore.js +++ b/src/stores/CustomerStore.js @@ -15,7 +15,7 @@ class CustomerStore { this.potential_data.loading = true; const date_picker_store = this.rootStore.date_picker_store; let url = '/service-tourdesign/PotentialCusOrder'; - url += '?Website=' + this.potential_data.webcode + '&DEI_SNList=' + this.potential_data.groups.toString(); + url += '?Website=' + this.potential_data.webcode.toString() + '&DEI_SNList=' + this.potential_data.groups.toString(); if (this.potential_data.date_type == 'applyDate') { url += '&ApplydateCheck=1&EntrancedateCheck=0&ConfirmDateCheck=0'; } else if(this.potential_data.date_type == 'ConfirmDate'){ @@ -70,7 +70,7 @@ class CustomerStore { data: [], data_detail: [], webcode: 'GHKYZG', - site_select_mode: false,// 站点是否多选 + site_select_mode: 'multiple',// 站点是否多选 group_select_mode: 'multiple',// 是否多选分组 groups: ['1', '2', '7'], date_type: 'applyDate', @@ -88,7 +88,7 @@ class CustomerStore { this.regular_data.loading = true; const date_picker_store = this.rootStore.date_picker_store; let url = '/service-tourdesign/RegularCusOrder'; - url += '?Website=' + this.regular_data.webcode + '&DEI_SNList=' + this.regular_data.groups.toString(); + url += '?Website=' + this.regular_data.webcode.toString() + '&DEI_SNList=' + this.regular_data.groups.toString(); if (this.regular_data.date_type == 'applyDate') { url += '&ApplydateCheck=1&EntrancedateCheck=0&ConfirmDateCheck=0'; } else if(this.regular_data.date_type == 'ConfirmDate'){ @@ -143,7 +143,7 @@ class CustomerStore { data: [], data_detail: [], webcode: 'ALL', - site_select_mode: false,// 站点是否多选 + site_select_mode: 'multiple',// 站点是否多选 group_select_mode: 'multiple',// 是否多选分组 groups: ['1', '2', '28', '7'], date_type: 'applyDate', @@ -161,7 +161,7 @@ class CustomerStore { this.inchina_data.loading = true; const date_picker_store = this.rootStore.date_picker_store; let url = '/service-tourdesign/RegularCusInChinaOrder'; - url += '?Website=' + this.inchina_data.webcode + '&DEI_SNList=' + this.inchina_data.groups.toString(); + url += '?Website=' + this.inchina_data.webcode.toString() + '&DEI_SNList=' + this.inchina_data.groups.toString(); if (this.inchina_data.date_type == 'applyDate') { url += '&ApplydateCheck=1&EntrancedateCheck=0&ConfirmDateCheck=0'; } else if(this.inchina_data.date_type == 'ConfirmDate'){ @@ -216,7 +216,7 @@ class CustomerStore { data: [], data_detail: [], webcode: 'ALL', - site_select_mode: false,// 站点是否多选 + site_select_mode: 'multiple',// 站点是否多选 group_select_mode: 'multiple',// 是否多选分组 groups: ['1', '2', '28', '7'], date_type: 'applyDate', diff --git a/src/views/AgentGroupCount.jsx b/src/views/AgentGroupCount.jsx index 2cc8697..e3ceefd 100644 --- a/src/views/AgentGroupCount.jsx +++ b/src/views/AgentGroupCount.jsx @@ -36,8 +36,8 @@ const AgentGroupCount = () => { return ( <> - - + + - + customerServicesStore.selectTeam(value)} style={{ width: '95%' }} show_all={true} /> - + - + - + { }} /> - +