From 3e6b8087f869fd962784ed316b8872888b58db8a Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Mon, 14 Jul 2025 14:38:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=B7=E5=A7=8B=E5=9B=BD=E3=80=81=E7=9B=AE?= =?UTF-8?q?=E7=9A=84=E5=9B=BD=E5=8A=A0=E5=85=A5=E9=9D=9E=E4=B8=9C=E5=8D=97?= =?UTF-8?q?=E4=BA=9A=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/emis/EmisBaseTools/CountryMutiSelectPicker.vue | 2 ++ src/views/emis/emisCommissionQuote/index.vue | 2 ++ 2 files changed, 4 insertions(+) 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 @@ @@ -212,6 +213,7 @@