Browse Source

完善金融方案

master
yunuo970428 2 years ago
parent
commit
047b456f83
  1. 10
      anrui-riskcenter-ui/src/components/publicPage/financialscheme.vue
  2. 10
      anrui-riskcenter-ui/src/views/workFlow/publicPage/financialscheme.vue

10
anrui-riskcenter-ui/src/components/publicPage/financialscheme.vue

@ -495,6 +495,10 @@ export default {
this.finance.nominalPrice = choose[0].nominalPrice
// --
this.finance.proxyAccidentPremium = choose[0].vehAccidentAmount
// --
this.finance.serviceChargeTypeKey = choose[0].serviceChargeTypeKey
// --
this.finance.serviceChargeTypeValue = choose[0].serviceChargeTypeValue
//
this.finance.factoryDiscountUse = '抵利息'
this.finance.factoryDiscountUseKey = '02'
@ -583,11 +587,11 @@ export default {
// * ()
this.finance.serviceAmount = Math.round(parseInt(this.arguments(this.finance.loanTotal)) * parseFloat(this.arguments(this.finance.serviceChargeTypeValue)))
} else if (this.finance.serviceChargeTypeKey === '02') {
//
this.finance.serviceAmount = this.finance.serviceChargeTypeValue
} else if (this.finance.serviceChargeTypeKey === '03') {
// * ()
this.finance.serviceAmount = Math.round(parseInt(this.arguments(this.finance.loanAmount)) * parseFloat(this.arguments(this.finance.serviceChargeTypeValue)))
} else if (this.finance.serviceChargeTypeKey === '03') {
//
this.finance.serviceAmount = this.finance.serviceChargeTypeValue
}
}
if (this.finance.premiumCb && this.finance.dealWayKey === '02') {

10
anrui-riskcenter-ui/src/views/workFlow/publicPage/financialscheme.vue

@ -497,6 +497,10 @@ export default {
this.finance.nominalPrice = choose[0].nominalPrice
// --
this.finance.proxyAccidentPremium = choose[0].vehAccidentAmount
// --
this.finance.serviceChargeTypeKey = choose[0].serviceChargeTypeKey
// --
this.finance.serviceChargeTypeValue = choose[0].serviceChargeTypeValue
//
this.finance.factoryDiscountUse = '抵利息'
this.finance.factoryDiscountUseKey = '02'
@ -585,11 +589,11 @@ export default {
// * ()
this.finance.serviceAmount = Math.round(parseInt(this.arguments(this.finance.loanTotal)) * parseFloat(this.arguments(this.finance.serviceChargeTypeValue)))
} else if (this.finance.serviceChargeTypeKey === '02') {
//
this.finance.serviceAmount = this.finance.serviceChargeTypeValue
} else if (this.finance.serviceChargeTypeKey === '03') {
// * ()
this.finance.serviceAmount = Math.round(parseInt(this.arguments(this.finance.loanAmount)) * parseFloat(this.arguments(this.finance.serviceChargeTypeValue)))
} else if (this.finance.serviceChargeTypeKey === '03') {
//
this.finance.serviceAmount = this.finance.serviceChargeTypeValue
}
}
if (this.finance.premiumCb && this.finance.dealWayKey === '02') {

Loading…
Cancel
Save