diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 3c8f1ba14..99919dec7 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -37,7 +37,7 @@ :show-plus="false" :show-minus="false" class="ml30" - :disabled="item.productCode == 'GFRS_M0083' && isFrom != 'proposal'" + :disabled="(item.productCode == 'GFRS_M0083' || item.productCode == 'GFRS_M0085') && isFrom != 'proposal'" @change=" stepperChange( item.calFactorLst[riskFactorIndex].displayAmount, @@ -320,7 +320,7 @@ placeholder="请录入保单号或者投保单号,如果关联多个保单,请用\隔开" /> -