From c04fdd0375b8ccdbb4755b658c5eac0fe428a08d Mon Sep 17 00:00:00 2001 From: dwq <15731277156@163.com> Date: Thu, 29 Jul 2021 11:29:26 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=B8=AD=E4=BB=8B=E6=B8=A0=E9=81=93-?= =?UTF-8?q?=E5=85=AB=E6=A1=82=E6=97=A0=E5=BF=A7D=E3=80=91=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E4=B8=AD=E4=BB=8B=E6=B8=A0=E9=81=93=E5=85=AB=E6=A1=82?= =?UTF-8?q?D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/product/ProductDetail.vue | 4 ++++ src/views/ebiz/proposal/ProposalInfo.vue | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/ebiz/product/ProductDetail.vue b/src/views/ebiz/product/ProductDetail.vue index e538e4eb4..64584f034 100644 --- a/src/views/ebiz/product/ProductDetail.vue +++ b/src/views/ebiz/product/ProductDetail.vue @@ -119,6 +119,10 @@ export default { flagPermission = await riskRules.getProductSellPermissionList('GFRS_M0044', this) let specilFlag = '1' path = `${path}?specilFlag=${specilFlag}` + }else if (this.$route.params.productDetailCode == 'GFRSPRO_M0051') { + flagPermission = await riskRules.getProductSellPermissionList('GFRS_M0051', this) + let specilFlag = '1' + path = `${path}?specilFlag=${specilFlag}` } else { flagPermission = false } diff --git a/src/views/ebiz/proposal/ProposalInfo.vue b/src/views/ebiz/proposal/ProposalInfo.vue index c7dce35b9..f5a8f6c9c 100644 --- a/src/views/ebiz/proposal/ProposalInfo.vue +++ b/src/views/ebiz/proposal/ProposalInfo.vue @@ -666,7 +666,7 @@ export default { return Toast.fail('暂不支持组合产品转投保') } } - if (this.mainRiskCodes[0] == 'GFRS_M0024' || this.mainRiskCodes[0] == 'GFRS_M0040' || this.mainRiskCodes[0] == 'GFRS_M0044') { + if (this.mainRiskCodes[0] == 'GFRS_M0024' || this.mainRiskCodes[0] == 'GFRS_M0040' || this.mainRiskCodes[0] == 'GFRS_M0044'|| this.mainRiskCodes[0] == 'GFRS_M0051') { let specilFlag = '1' path = `${path}&specilFlag=${specilFlag}` let flagPermission = await riskRules.getProductSellPermissionList(this.mainRiskCodes[0], this)