mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-16 13:26:44 +08:00
更改建议福宝宝不显示
This commit is contained in:
@@ -29,7 +29,6 @@
|
|||||||
v-model="item.calFactorLst[riskFactorIndex].defaultValue"
|
v-model="item.calFactorLst[riskFactorIndex].defaultValue"
|
||||||
:min="riskFactor.minAmt || riskFactor.minPrem"
|
:min="riskFactor.minAmt || riskFactor.minPrem"
|
||||||
:max="riskFactor.maxAmt || riskFactor.maxPrem"
|
:max="riskFactor.maxAmt || riskFactor.maxPrem"
|
||||||
|
|
||||||
class="ml10"
|
class="ml10"
|
||||||
@change="stepperChange(item.calFactorLst[riskFactorIndex].defaultValue, index, riskFactorIndex)"
|
@change="stepperChange(item.calFactorLst[riskFactorIndex].defaultValue, index, riskFactorIndex)"
|
||||||
input-width="100"
|
input-width="100"
|
||||||
@@ -61,7 +60,6 @@
|
|||||||
v-model="dutyItem.defaultDutyAmt"
|
v-model="dutyItem.defaultDutyAmt"
|
||||||
:min="dutyItem.minDutyAmt"
|
:min="dutyItem.minDutyAmt"
|
||||||
:max="dutyItem.maxDutyAmt"
|
:max="dutyItem.maxDutyAmt"
|
||||||
|
|
||||||
class="ml10 mr10"
|
class="ml10 mr10"
|
||||||
@focus="focusStep"
|
@focus="focusStep"
|
||||||
@blur="blurStep"
|
@blur="blurStep"
|
||||||
@@ -643,12 +641,16 @@ export default {
|
|||||||
trialInfo.duty = result
|
trialInfo.duty = result
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
//通用规则1:交费方式为一次交情,无交费期限
|
//通用规则1:交费方式为一次交情,无交费期限
|
||||||
if (trialInfo['payIntv'] == '0') {
|
if (trialInfo['payIntv'] == '0') {
|
||||||
trialInfo['payEndYear'] = '1000'
|
trialInfo['payEndYear'] = '1000'
|
||||||
trialInfo['payEndYearFlag'] = 'Y'
|
trialInfo['payEndYearFlag'] = 'Y'
|
||||||
|
if(item.mainRiskCode != 'GFRS_M0006') {
|
||||||
trialInfo['insuYearFlag'] = 'Y'
|
trialInfo['insuYearFlag'] = 'Y'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
//责任险参数构建
|
//责任险参数构建
|
||||||
// if (trialInfo.duty) {
|
// if (trialInfo.duty) {
|
||||||
// trialInfo.duty = [{ dutyCode: trialInfo.duty }]
|
// trialInfo.duty = [{ dutyCode: trialInfo.duty }]
|
||||||
|
|||||||
Reference in New Issue
Block a user