From 9857c3592dd5e99124656c762ec379d58fd4d4ed Mon Sep 17 00:00:00 2001
From: "li.yuetong"
Date: Mon, 28 Nov 2022 11:47:36 +0800
Subject: [PATCH 1/3] =?UTF-8?q?=E5=BC=80=E9=97=A8=E7=BA=A2=E4=B8=9A?=
=?UTF-8?q?=E7=BB=A9=E6=9F=A5=E8=AF=A2=EF=BC=8C=E9=A9=BE=E9=A9=B6=E7=AE=A1?=
=?UTF-8?q?=E7=90=86=E4=BB=93=E9=A1=B5=E9=9D=A2=E4=B8=AD=E6=9C=BA=E6=9E=84?=
=?UTF-8?q?=E5=90=8D=E7=A7=B0=E5=8E=BB=E6=8E=89=E5=89=8D=E7=AB=AF=E5=A4=84?=
=?UTF-8?q?=E7=90=86=E4=BA=86=E5=90=8D=E7=A7=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/ebiz/goodStart/Organization.vue | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/views/ebiz/goodStart/Organization.vue b/src/views/ebiz/goodStart/Organization.vue
index 874dd9f8c..bdc18ff71 100644
--- a/src/views/ebiz/goodStart/Organization.vue
+++ b/src/views/ebiz/goodStart/Organization.vue
@@ -108,13 +108,13 @@ export default {
return item
})
this.values = data
- for (let org of this.values) {
- for (let shortName of orgShortNames) {
- if (org.code === shortName.code) {
- org.name = shortName.name
- }
- }
- }
+ // for (let org of this.values) {
+ // for (let shortName of orgShortNames) {
+ // if (org.code === shortName.code) {
+ // org.name = shortName.name
+ // }
+ // }
+ // }
this.calculateTotal()
},
calculateTotal() {
From c3b0da6b21d23701b0eaef982c0e13423a09e3df Mon Sep 17 00:00:00 2001
From: "li.yuetong"
Date: Mon, 28 Nov 2022 14:14:47 +0800
Subject: [PATCH 2/3] =?UTF-8?q?=E9=A9=BE=E9=A9=B6=E7=AE=A1=E7=90=86?=
=?UTF-8?q?=E4=BB=93=E9=A1=B5=E9=9D=A2=E4=B8=AD=E6=9C=BA=E6=9E=84=E5=90=8D?=
=?UTF-8?q?=E7=A7=B0=E5=8E=BB=E6=8E=89=E5=89=8D=E7=AB=AF=E5=A4=84=E7=90=86?=
=?UTF-8?q?=E4=BA=86=E5=90=8D=E7=A7=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../institutionalPerform/Organization.vue | 22 +++++++++----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/views/ebiz/institutionalPerform/Organization.vue b/src/views/ebiz/institutionalPerform/Organization.vue
index df2e45f44..711ccec5e 100644
--- a/src/views/ebiz/institutionalPerform/Organization.vue
+++ b/src/views/ebiz/institutionalPerform/Organization.vue
@@ -160,25 +160,25 @@ export default {
}
}
},
- setShortName() {
- for (let org of this.values) {
- for (let shortName of orgShortNames) {
- if (org.code === shortName.code) {
- org.name = shortName.name
- }
- }
- }
- },
+ // setShortName() {
+ // for (let org of this.values) {
+ // for (let shortName of orgShortNames) {
+ // if (org.code === shortName.code) {
+ // org.name = shortName.name
+ // }
+ // }
+ // }
+ // },
setTableData(data, type) {
switch (type) {
case 'prem':
this.values = data.list ? data.list : []
- this.setShortName()
+ // this.setShortName()
this.calculateTotal()
break
case 'active':
this.values = data.listRL ? data.listRL : []
- this.setShortName()
+ // this.setShortName()
this.calculateTotal()
break
case 'product':
From e48186f53b283be98f073f59b9e4c7f973faeb23 Mon Sep 17 00:00:00 2001
From: "li.yuetong"
Date: Mon, 28 Nov 2022 17:22:00 +0800
Subject: [PATCH 3/3] =?UTF-8?q?=E5=BB=BA=E8=AE=AE=E4=B9=A6=E5=8A=A0?=
=?UTF-8?q?=E5=AE=8C=E4=BA=A7=E5=93=81=EF=BC=8C=E5=88=A0=E9=99=A4=E4=BA=A7?=
=?UTF-8?q?=E5=93=81=E6=8A=A5=E4=BA=A7=E5=93=81=E7=BC=96=E5=8F=B7=E4=B8=BA?=
=?UTF-8?q?=E7=A9=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/ebiz/common/SelectedProduct.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/ebiz/common/SelectedProduct.vue b/src/views/ebiz/common/SelectedProduct.vue
index 34befaf60..cf1d1969d 100644
--- a/src/views/ebiz/common/SelectedProduct.vue
+++ b/src/views/ebiz/common/SelectedProduct.vue
@@ -339,7 +339,7 @@ export default {
resultData = await deleteProposal({
orderDTO: {
orderInfoDTO: {
- orderNo: this.$CacheUtils.getLocItem('orderNo')
+ orderNo: this.$CacheUtils.getLocItem('proposalNo')
},
insuredDTOs: [
{