diff --git a/src/views/emis/EmisBaseTools/CountryMutiSelectPicker.vue b/src/views/emis/EmisBaseTools/CountryMutiSelectPicker.vue
index fac935a1..6a89062e 100644
--- a/src/views/emis/EmisBaseTools/CountryMutiSelectPicker.vue
+++ b/src/views/emis/EmisBaseTools/CountryMutiSelectPicker.vue
@@ -161,7 +161,9 @@
listSimpleEmisCountry(queryParams).then(response => {
let allCountry={code:'-1',name:'全部',nameEn:'all'};
let allNoChinaCountry={code:'-2',name:'非中国',nameEn:'No China'};
+ let allNoSoutheastAsia ={code:'-3',name:'非东南亚',nameEn:'No Southeast Asia'};
this.optionItems =response.rows;
+ this.optionItems.unshift(allNoSoutheastAsia);
this.optionItems.unshift(allNoChinaCountry);
this.optionItems.unshift(allCountry);
// 初始值存储
diff --git a/src/views/emis/emisCommissionQuote/index.vue b/src/views/emis/emisCommissionQuote/index.vue
index 8478a8b6..a43e342a 100644
--- a/src/views/emis/emisCommissionQuote/index.vue
+++ b/src/views/emis/emisCommissionQuote/index.vue
@@ -204,6 +204,7 @@
全部
非中国
+ 非东南亚
{{ scope.row.fromCountryName }}
@@ -212,6 +213,7 @@
全部
非中国
+ 非东南亚
{{ scope.row.countryName }}