|
|
|
@ -146,7 +146,6 @@ class CustomerStore {
|
|
|
|
|
this.regular_data.data_detail = json;
|
|
|
|
|
}
|
|
|
|
|
if (isCompareRender){
|
|
|
|
|
this.regular_data.detail_loading = false;
|
|
|
|
|
this.regular_data.solidLineTime=date_picker_store.start_date.format(config.DATE_FORMAT)+ '-' +date_picker_store.end_date.format(config.SMALL_DATETIME_FORMAT);
|
|
|
|
|
this.regular_data.solidLineCompareTime=date_picker_store.start_date_cp.format(config.DATE_FORMAT)+ '-' +date_picker_store.end_date_cp.format(config.SMALL_DATETIME_FORMAT);
|
|
|
|
|
const dump_l = (json || []).filter(ele => ele.COLI_IsOld !== '' && ele.COLI_IsCusCommend !== '').length;
|
|
|
|
@ -200,6 +199,7 @@ class CustomerStore {
|
|
|
|
|
}
|
|
|
|
|
seriesCompareData.push(...fistCompareDetail);
|
|
|
|
|
}
|
|
|
|
|
this.regular_data.detail_loading = false;
|
|
|
|
|
this.regular_data.pivotData = seriesCompareData; // { IsOldData, isCusCommendData, };
|
|
|
|
|
this.regular_data.pivotY = pivotByOrder;
|
|
|
|
|
this.regular_data.pivotX = pivotByDate;
|
|
|
|
|