|
|
|
@ -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',
|
|
|
|
|