Browse Source

完善业务管理--金融方案--其它融模块增加其它融贴息

master
yunuo970428 2 years ago
parent
commit
d3b453c4de
  1. 12
      anrui-buscenter/anrui-buscenter-ui/src/components/publicPage/financialscheme.vue
  2. 8
      anrui-buscenter/anrui-buscenter-ui/src/components/publicPage/financialschemeEdit.vue
  3. 8
      anrui-buscenter/anrui-buscenter-ui/src/components/publicPage/financialschemeInfo.vue
  4. 12
      anrui-buscenter/anrui-buscenter-ui/src/views/workflow/publicPage/financialscheme.vue
  5. 7
      anrui-buscenter/anrui-buscenter-ui/src/views/workflow/publicPage/financialschemeEdit.vue
  6. 8
      anrui-buscenter/anrui-buscenter-ui/src/views/workflow/publicPage/financialschemeInfo.vue

12
anrui-buscenter/anrui-buscenter-ui/src/components/publicPage/financialscheme.vue

@ -149,6 +149,14 @@
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<div class="span-sty">贷款金额</div>
<el-form-item>
<el-input class="addinputw" style="width: 20%" v-model="finance.otherDiscount" placeholder="" clearable @keyup.native="finance.otherDiscount = oninput(finance.otherDiscount, 0)"/>
</el-form-item>
</el-col>
</el-row>
</div>
<div class="title">应收明细</div>
<el-row>
@ -364,6 +372,7 @@ export default {
operationAmount: '',
otherAmount: '',
otherAmountRemark: '',
otherDiscount: '',
otherPolicyAmount: '',
otherPolicyInterest: '',
otherPolicyMonthlyRepay: '',
@ -483,6 +492,7 @@ export default {
operationAmount: '',
otherAmount: '',
otherAmountRemark: '',
otherDiscount: '',
otherPolicyAmount: '',
otherPolicyInterest: '',
otherPolicyMonthlyRepay: '',
@ -778,6 +788,7 @@ export default {
this.finance.loanPayMoney = resp.data.loanPayMoney
this.finance.loanInterest = resp.data.loanInterest
this.finance.otherPolicyMonthlyRepay = resp.data.otherPolicyMonthlyRepay
this.finance.otherPolicyYearRatio = resp.data.otherPolicyYearRatio
this.finance.otherPolicyInterest = resp.data.otherPolicyInterest
this.finance.loanDownPay = resp.data.loanDownPay
this.finance.downPayAmountsRatio = resp.data.downPayAmountsRatio
@ -844,6 +855,7 @@ export default {
operationAmount: '',
otherAmount: '',
otherAmountRemark: '',
otherDiscount: '',
otherPolicyAmount: '',
otherPolicyInterest: '',
otherPolicyMonthlyRepay: '',

8
anrui-buscenter/anrui-buscenter-ui/src/components/publicPage/financialschemeEdit.vue

@ -119,10 +119,14 @@
<div class="span-sty">月还金额</div>
<el-form-item><span class="addinputInfo">{{ formobj.otherPolicyMonthlyRepay }}</span></el-form-item>
</el-col>
<el-col :span="12">
<el-col :span="6">
<div class="span-sty">利息总额</div>
<el-form-item><span class="addinputInfo">{{ formobj.otherPolicyInterest }}</span></el-form-item>
</el-col>
<el-col :span="6">
<div class="span-sty">其它融贴息</div>
<el-form-item><span class="addinputInfo">{{ formobj.otherDiscount }}</span></el-form-item>
</el-col>
</el-row>
</div>
<div class="title">方案汇总</div>
@ -362,6 +366,7 @@ export default {
operationAmount: '',
otherAmount: '',
otherAmountRemark: '',
otherDiscount: '',
otherPolicyAmount: '',
otherPolicyInterest: '',
otherPolicyMonthlyRepay: '',
@ -537,6 +542,7 @@ export default {
operationAmount: '',
otherAmount: '',
otherAmountRemark: '',
otherDiscount: '',
otherPolicyAmount: '',
otherPolicyInterest: '',
otherPolicyMonthlyRepay: '',

8
anrui-buscenter/anrui-buscenter-ui/src/components/publicPage/financialschemeInfo.vue

@ -118,10 +118,14 @@
<div class="span-sty">月还金额</div>
<el-form-item><span class="addinputInfo">{{ formobj.otherPolicyMonthlyRepay }}</span></el-form-item>
</el-col>
<el-col :span="12">
<el-col :span="6">
<div class="span-sty">利息总额</div>
<el-form-item><span class="addinputInfo">{{ formobj.otherPolicyInterest }}</span></el-form-item>
</el-col>
<el-col :span="6">
<div class="span-sty">其它融贴息</div>
<el-form-item><span class="addinputInfo">{{ formobj.otherDiscount }}</span></el-form-item>
</el-col>
</el-row>
</div>
<div class="title">方案汇总</div>
@ -356,6 +360,7 @@ export default {
operationAmount: '',
otherAmount: '',
otherAmountRemark: '',
otherDiscount: '',
otherPolicyAmount: '',
otherPolicyInterest: '',
otherPolicyMonthlyRepay: '',
@ -435,6 +440,7 @@ export default {
operationAmount: '',
otherAmount: '',
otherAmountRemark: '',
otherDiscount: '',
otherPolicyAmount: '',
otherPolicyInterest: '',
otherPolicyMonthlyRepay: '',

12
anrui-buscenter/anrui-buscenter-ui/src/views/workflow/publicPage/financialscheme.vue

@ -149,6 +149,14 @@
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<div class="span-sty">其它融贴息</div>
<el-form-item>
<el-input class="addinputw" style="width: 20%" v-model="finance.otherDiscount" placeholder="" clearable @keyup.native="finance.otherDiscount = oninput(finance.otherDiscount, 0)"/>
</el-form-item>
</el-col>
</el-row>
</div>
<div class="title">应收明细</div>
<el-row>
@ -357,6 +365,7 @@ export default {
operationAmount: '',
otherAmount: '',
otherAmountRemark: '',
otherDiscount: '',
otherPolicyAmount: '',
otherPolicyInterest: '',
otherPolicyMonthlyRepay: '',
@ -478,6 +487,7 @@ export default {
operationAmount: '',
otherAmount: '',
otherAmountRemark: '',
otherDiscount: '',
otherPolicyAmount: '',
otherPolicyInterest: '',
otherPolicyMonthlyRepay: '',
@ -771,6 +781,7 @@ export default {
this.finance.loanInterest = resp.data.loanInterest
this.finance.otherPolicyMonthlyRepay = resp.data.otherPolicyMonthlyRepay
this.finance.otherPolicyInterest = resp.data.otherPolicyInterest
this.finance.otherPolicyYearRatio = resp.data.otherPolicyYearRatio
this.finance.loanDownPay = resp.data.loanDownPay
this.finance.downPayAmountsRatio = resp.data.downPayAmountsRatio
this.finance.loanAmountTotal = resp.data.loanAmountTotal
@ -830,6 +841,7 @@ export default {
operationAmount: '',
otherAmount: '',
otherAmountRemark: '',
otherDiscount: '',
otherPolicyAmount: '',
otherPolicyInterest: '',
otherPolicyMonthlyRepay: '',

7
anrui-buscenter/anrui-buscenter-ui/src/views/workflow/publicPage/financialschemeEdit.vue

@ -119,10 +119,14 @@
<div class="span-sty">月还金额</div>
<el-form-item><span class="addinputInfo">{{ formobj.otherPolicyMonthlyRepay }}</span></el-form-item>
</el-col>
<el-col :span="12">
<el-col :span="6">
<div class="span-sty">利息总额</div>
<el-form-item><span class="addinputInfo">{{ formobj.otherPolicyInterest }}</span></el-form-item>
</el-col>
<el-col :span="6">
<div class="span-sty">其它融贴息</div>
<el-form-item><span class="addinputInfo">{{ formobj.otherDiscount }}</span></el-form-item>
</el-col>
</el-row>
</div>
<div class="title">方案汇总</div>
@ -361,6 +365,7 @@ export default {
operationAmount: '',
otherAmount: '',
otherAmountRemark: '',
otherDiscount: '',
otherPolicyAmount: '',
otherPolicyInterest: '',
otherPolicyMonthlyRepay: '',

8
anrui-buscenter/anrui-buscenter-ui/src/views/workflow/publicPage/financialschemeInfo.vue

@ -118,10 +118,14 @@
<div class="span-sty">月还金额</div>
<el-form-item><span class="addinputInfo">{{ formobj.otherPolicyMonthlyRepay }}</span></el-form-item>
</el-col>
<el-col :span="12">
<el-col :span="6">
<div class="span-sty">利息总额</div>
<el-form-item><span class="addinputInfo">{{ formobj.otherPolicyInterest }}</span></el-form-item>
</el-col>
<el-col :span="6">
<div class="span-sty">利息总额</div>
<el-form-item><span class="addinputInfo">{{ formobj.otherDiscount }}</span></el-form-item>
</el-col>
</el-row>
</div>
<div class="title">方案汇总</div>
@ -355,6 +359,7 @@ export default {
operationAmount: '',
otherAmount: '',
otherAmountRemark: '',
otherDiscount: '',
otherPolicyAmount: '',
otherPolicyInterest: '',
otherPolicyMonthlyRepay: '',
@ -433,6 +438,7 @@ export default {
operationAmount: '',
otherAmount: '',
otherAmountRemark: '',
otherDiscount: '',
otherPolicyAmount: '',
otherPolicyInterest: '',
otherPolicyMonthlyRepay: '',

Loading…
Cancel
Save