diff --git a/src/App.js b/src/App.js
index f209d8f..07f93a2 100644
--- a/src/App.js
+++ b/src/App.js
@@ -87,7 +87,7 @@ const App = () => {
}}>
-
+
CH直销
CH大客户
AH亚洲项目组
+ GH项目组
市场推广
德语
日语
diff --git a/src/charts/SiteSelect.js b/src/charts/SiteSelect.js
index bdda6fe..809c21d 100644
--- a/src/charts/SiteSelect.js
+++ b/src/charts/SiteSelect.js
@@ -23,10 +23,13 @@ class SiteSelect extends Component {
{this.props.show_all ? 所有来源 : ''}
CHT
AH
- GH
+ GH
客运中国
客运海外
- 日语JP
+ GH to B业务
+ 国际(入境)
+ 国际(海外)
+ 日语
西语
西语海外
意大利
diff --git a/src/stores/SaleStore.js b/src/stores/SaleStore.js
index 274df54..f5be931 100644
--- a/src/stores/SaleStore.js
+++ b/src/stores/SaleStore.js
@@ -17,6 +17,8 @@ class SaleStore {
active_tab_key = "All"; //当前选择的标签
group_select_mode = false;
groups = ["1,2,28,7"]; //默认GH事业部
+ filter_country=[];//筛选国籍
+ filter_guest_type=[];//筛选客户关系
site_select_mode = false; //是否多选站点
include_tickets = "1"; //是否包含门票,1是含有,0不含
webcode = "ALL";
@@ -50,6 +52,15 @@ class SaleStore {
this.date_type = value;
}
+ //选择客源国
+ onChange_Country(value) {
+ this.filter_country = value;
+ }
+ //选择成员关系
+ onChange_GuestGroupType(value) {
+ this.filter_guest_type = value;
+ }
+
//获取业绩信息
get_department_order_ml(date_moment) {
let result = [];
@@ -324,7 +335,7 @@ class SaleStore {
});
}
- //子维度查询 beign
+ //子维度查询
get_department_order_ml_by_type_sub(date_moment, type_sub) {
this.spinning = true;
let result = { dataSource: [], columns: [] };
@@ -402,7 +413,6 @@ class SaleStore {
});
}
- //子维度查询 end
}
export default SaleStore;
diff --git a/src/views/Sale.js b/src/views/Sale.js
index 313a703..5c67c3a 100644
--- a/src/views/Sale.js
+++ b/src/views/Sale.js
@@ -123,9 +123,9 @@ const Sale = () => {
-
+ {/*
-
+
*/}
+