Browse Source

完善金融方案标准页面

master
yunuo970428 1 year ago
parent
commit
786f102140
  1. 4
      anrui-riskcenter-ui/src/components/publicPage/financialscheme.vue
  2. 8
      anrui-riskcenter-ui/src/components/publicPage/financialschemeEdit.vue
  3. 6
      anrui-riskcenter-ui/src/components/publicPage/financialschemeInfo.vue
  4. 4
      anrui-riskcenter-ui/src/views/workFlow/publicPage/financialscheme.vue
  5. 8
      anrui-riskcenter-ui/src/views/workFlow/publicPage/financialschemeEdit.vue
  6. 6
      anrui-riskcenter-ui/src/views/workFlow/publicPage/financialschemeInfo.vue

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

@ -329,6 +329,7 @@ export default {
mainVehicleAmount: '',
monthlyRepay: '',
nominalPrice: '',
offsetAccessories: '',
offsetPremium: '',
offsetPurchasetax: '',
offsetTotal: '',
@ -451,6 +452,7 @@ export default {
mainVehicleAmount: '',
monthlyRepay: '',
nominalPrice: '',
offsetAccessories: '',
offsetPremium: '',
offsetPurchasetax: '',
offsetTotal: '',
@ -766,6 +768,7 @@ export default {
this.finance.downPayAmounts = resp.data.downPayAmounts
this.finance.proxyTotal = resp.data.proxyTotal
this.finance.receivableTotal = resp.data.receivableTotal
this.finance.offsetAccessories = resp.data.offsetAccessories
this.finance.offsetTotal = resp.data.offsetTotal
this.finance.realTotal = resp.data.realTotal
this.finance.vehTotalPrice = resp.data.vehTotalPrice
@ -814,6 +817,7 @@ export default {
mainVehicleAmount: '',
monthlyRepay: '',
nominalPrice: '',
offsetAccessories: '',
offsetPremium: '',
offsetPurchasetax: '',
offsetTotal: '',

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

@ -251,6 +251,12 @@
<el-form-item><span class="addinputInfo">{{ formobj.offsetPurchasetax }}</span></el-form-item>
</el-col>
</el-row>
<el-row v-show="formobj.offsetAccessories != '0'">
<el-col :span="24">
<div class="span-sty">配件抵顶</div>
<el-form-item><span class="addinputInfo">{{ formobj.offsetAccessories }}</span></el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<div class="span-sty">实收合计</div>
@ -323,6 +329,7 @@ export default {
mainVehicleAmount: '',
monthlyRepay: '',
nominalPrice: '',
offsetAccessories: '',
offsetPremium: '',
offsetPurchasetax: '',
offsetTotal: '',
@ -414,6 +421,7 @@ export default {
mainVehicleAmount: '',
monthlyRepay: '',
nominalPrice: '',
offsetAccessories: '',
offsetPremium: '',
offsetPurchasetax: '',
offsetTotal: '',

6
anrui-riskcenter-ui/src/components/publicPage/financialschemeInfo.vue

@ -253,6 +253,12 @@
<el-form-item><span class="addinputInfo">{{ formobj.offsetPurchasetax }}</span></el-form-item>
</el-col>
</el-row>
<el-row v-show="formobj.offsetAccessories != '0'">
<el-col :span="24">
<div class="span-sty">配件抵顶</div>
<el-form-item><span class="addinputInfo">{{ formobj.offsetAccessories }}</span></el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<div class="span-sty">实收合计</div>

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

@ -329,6 +329,7 @@ export default {
mainVehicleAmount: '',
monthlyRepay: '',
nominalPrice: '',
offsetAccessories: '',
offsetPremium: '',
offsetPurchasetax: '',
offsetTotal: '',
@ -453,6 +454,7 @@ export default {
mainVehicleAmount: '',
monthlyRepay: '',
nominalPrice: '',
offsetAccessories: '',
offsetPremium: '',
offsetPurchasetax: '',
offsetTotal: '',
@ -767,6 +769,7 @@ export default {
this.finance.downPayAmounts = resp.data.downPayAmounts
this.finance.proxyTotal = resp.data.proxyTotal
this.finance.receivableTotal = resp.data.receivableTotal
this.finance.offsetAccessories = resp.data.offsetAccessories
this.finance.offsetTotal = resp.data.offsetTotal
this.finance.realTotal = resp.data.realTotal
this.finance.vehTotalPrice = resp.data.vehTotalPrice
@ -815,6 +818,7 @@ export default {
mainVehicleAmount: '',
monthlyRepay: '',
nominalPrice: '',
offsetAccessories: '',
offsetPremium: '',
offsetPurchasetax: '',
offsetTotal: '',

8
anrui-riskcenter-ui/src/views/workFlow/publicPage/financialschemeEdit.vue

@ -251,6 +251,12 @@
<el-form-item><span class="addinputInfo">{{ formobj.offsetPurchasetax }}</span></el-form-item>
</el-col>
</el-row>
<el-row v-show="formobj.offsetAccessories != '0'">
<el-col :span="24">
<div class="addinputInfo">配件抵顶</div>
<el-form-item><span class="addinputInfo">{{ formobj.offsetAccessories }}</span></el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<div class="span-sty">实收合计</div>
@ -323,6 +329,7 @@ export default {
mainVehicleAmount: '',
monthlyRepay: '',
nominalPrice: '',
offsetAccessories: '',
offsetPremium: '',
offsetPurchasetax: '',
offsetTotal: '',
@ -416,6 +423,7 @@ export default {
mainVehicleAmount: '',
monthlyRepay: '',
nominalPrice: '',
offsetAccessories: '',
offsetPremium: '',
offsetPurchasetax: '',
offsetTotal: '',

6
anrui-riskcenter-ui/src/views/workFlow/publicPage/financialschemeInfo.vue

@ -253,6 +253,12 @@
<el-form-item><span class="addinputInfo">{{ formobj.offsetPurchasetax }}</span></el-form-item>
</el-col>
</el-row>
<el-row v-show="formobj.offsetAccessories != '0'">
<el-col :span="24">
<div class="span-sty">配件抵顶</div>
<el-form-item><span class="addinputInfo">{{ formobj.offsetAccessories }}</span></el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<div class="span-sty">实收合计</div>

Loading…
Cancel
Save