Browse Source

完善金融方案标注页面

master
yunuo970428 1 year ago
parent
commit
c05c37748b
  1. 15
      anrui-riskcenter-ui/src/components/publicPage/financialscheme.vue
  2. 10
      anrui-riskcenter-ui/src/components/publicPage/financialschemeEdit.vue
  3. 4
      anrui-riskcenter-ui/src/components/publicPage/financialschemeInfo.vue
  4. 6
      anrui-riskcenter-ui/src/views/customizedfinancialsolutions/customizedfinancialsolutionsAdd.vue
  5. 4
      anrui-riskcenter-ui/src/views/customizedfinancialsolutions/customizedfinancialsolutionsInfo.vue
  6. 4
      anrui-riskcenter-ui/src/views/workFlow/dingzhijinrongFlow/customizedfinancialsolutionsDaiBan.vue
  7. 4
      anrui-riskcenter-ui/src/views/workFlow/dingzhijinrongFlow/customizedfinancialsolutionsEdit.vue
  8. 4
      anrui-riskcenter-ui/src/views/workFlow/dingzhijinrongFlow/customizedfinancialsolutionsYiban.vue
  9. 15
      anrui-riskcenter-ui/src/views/workFlow/publicPage/financialscheme.vue
  10. 10
      anrui-riskcenter-ui/src/views/workFlow/publicPage/financialschemeEdit.vue
  11. 4
      anrui-riskcenter-ui/src/views/workFlow/publicPage/financialschemeInfo.vue

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

@ -83,7 +83,7 @@
<el-col :span="6">
<div class="span-sty">贷款保证金</div>
<el-form-item>
<el-input class="addinputw" v-model="finance.bondAmount" placeholder="" @input="bondAmountInput" clearable @keyup.native="finance.bondAmount = oninput(finance.bondAmount, 0)"/>
<el-input class="addinputw" :disabled="finance.bondTypeKey == '01'" v-model="finance.bondAmount" placeholder="" @input="bondAmountInput" clearable @keyup.native="finance.bondAmount = oninput(finance.bondAmount, 0)"/>
</el-form-item>
</el-col>
<el-col :span="6">
@ -299,9 +299,11 @@ export default {
finance: {
accessoriesAmount: '',
accessoriesAmountCb: false,
actualDiscount: '',
bondAmount: '',
bondAmounts: '',
bondRatio: '',
bondTypeKey: '',
dealWay: '',
dealWayKey: '',
depositPremium: '',
@ -331,6 +333,7 @@ export default {
offsetPurchasetax: '',
offsetTotal: '',
operationAmount: '',
otherActualDiscount: '',
otherAmount: '',
otherAmountRemark: '',
otherDiscount: '',
@ -418,9 +421,11 @@ export default {
this.finance = {
accessoriesAmount: '',
accessoriesAmountCb: false,
actualDiscount: '',
bondAmount: '',
bondAmounts: '',
bondRatio: '',
bondTypeKey: '',
dealWay: '',
dealWayKey: '',
depositPremium: '',
@ -450,6 +455,7 @@ export default {
offsetPurchasetax: '',
offsetTotal: '',
operationAmount: '',
otherActualDiscount: '',
otherAmount: '',
otherAmountRemark: '',
otherDiscount: '',
@ -517,6 +523,8 @@ export default {
this.finance.serviceChargeTypeKey = choose[0].serviceChargeTypeKey
// --
this.finance.serviceChargeTypeValue = choose[0].serviceChargeTypeValue
// -- (01 02 )
this.finance.bondTypeKey = choose[0].bondTypeKey
//
this.finance.factoryDiscountUse = '抵利息'
this.finance.factoryDiscountUseKey = '02'
@ -761,6 +769,8 @@ export default {
this.finance.offsetTotal = resp.data.offsetTotal
this.finance.realTotal = resp.data.realTotal
this.finance.vehTotalPrice = resp.data.vehTotalPrice
this.finance.actualDiscount = resp.data.actualDiscount
this.finance.otherActualDiscount = resp.data.otherActualDiscount
this.$emit('backData', this.finance)
this.handleColse()
} else {
@ -774,9 +784,11 @@ export default {
this.finance = {
accessoriesAmount: '',
accessoriesAmountCb: false,
actualDiscount: '',
bondAmount: '',
bondAmounts: '',
bondRatio: '',
bondTypeKey: '',
dealWay: '',
dealWayKey: '',
depositPremium: '',
@ -806,6 +818,7 @@ export default {
offsetPurchasetax: '',
offsetTotal: '',
operationAmount: '',
otherActualDiscount: '',
otherAmount: '',
otherAmountRemark: '',
otherDiscount: '',

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

@ -64,7 +64,7 @@
</el-col>
<el-col :span="6">
<div class="span-sty">厂家贴息</div>
<el-form-item><span class="addinputInfo">{{ formobj.factoryDiscount }}</span></el-form-item>
<el-form-item><span class="addinputInfo">{{ formobj.factoryDiscount }} {{ formobj.actualDiscount !== '' ? '(实贴' + formobj.actualDiscount + ')' : '' }}</span></el-form-item>
</el-col>
<el-col :span="6">
<div class="span-sty">贴息用途</div>
@ -122,7 +122,7 @@
</el-col>
<el-col :span="6">
<div class="span-sty">其它融贴息</div>
<el-form-item><span class="addinputInfo">{{ formobj.otherDiscount }}</span></el-form-item>
<el-form-item><span class="addinputInfo">{{ formobj.otherDiscount }} {{ formobj.otherActualDiscount !== '' ? '(实贴' + formobj.otherActualDiscount + ')' : '' }}</span></el-form-item>
</el-col>
</el-row>
</div>
@ -293,9 +293,11 @@ export default {
formobj: {
accessoriesAmount: '',
accessoriesAmountCb: false,
actualDiscount: '',
bondAmount: '',
bondAmounts: '',
bondRatio: '',
bondTypeKey: '',
dealWay: '',
dealWayKey: '',
depositPremium: '',
@ -325,6 +327,7 @@ export default {
offsetPurchasetax: '',
offsetTotal: '',
operationAmount: '',
otherActualDiscount: '',
otherAmount: '',
otherAmountRemark: '',
otherDiscount: '',
@ -381,9 +384,11 @@ export default {
this.formobj = {
accessoriesAmount: '',
accessoriesAmountCb: false,
actualDiscount: '',
bondAmount: '',
bondAmounts: '',
bondRatio: '',
bondTypeKey: '',
dealWay: '',
dealWayKey: '',
depositPremium: '',
@ -413,6 +418,7 @@ export default {
offsetPurchasetax: '',
offsetTotal: '',
operationAmount: '',
otherActualDiscount: '',
otherAmount: '',
otherAmountRemark: '',
otherDiscount: '',

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

@ -66,7 +66,7 @@
</el-col>
<el-col :span="6">
<div class="span-sty">厂家贴息</div>
<el-form-item><span class="addinputInfo">{{ formobj.factoryDiscount }}</span></el-form-item>
<el-form-item><span class="addinputInfo">{{ formobj.factoryDiscount }} {{ formobj.actualDiscount !== '' ? '(实贴' + formobj.actualDiscount + ')' : '' }}</span></el-form-item>
</el-col>
<el-col :span="6">
<div class="span-sty">贴息用途</div>
@ -124,7 +124,7 @@
</el-col>
<el-col :span="6">
<div class="span-sty">其它融贴息</div>
<el-form-item><span class="addinputInfo">{{ formobj.otherDiscount }}</span></el-form-item>
<el-form-item><span class="addinputInfo">{{ formobj.otherDiscount }} {{ formobj.otherActualDiscount !== '' ? '(实贴' + formobj.otherActualDiscount + ')' : '' }}</span></el-form-item>
</el-col>
</el-row>
</div>

6
anrui-riskcenter-ui/src/views/customizedfinancialsolutions/customizedfinancialsolutionsAdd.vue

@ -235,9 +235,11 @@ export default {
loanTemplateSolutions: {
accessoriesAmount: '',
accessoriesAmountCb: false,
actualDiscount: '',
bondAmount: '',
bondAmounts: '',
bondRatio: '',
bondTypeKey: '',
dealWay: '',
dealWayKey: '',
depositPremium: '',
@ -267,6 +269,7 @@ export default {
offsetPurchasetax: '',
offsetTotal: '',
operationAmount: '',
otherActualDiscount: '',
otherAmount: '',
otherAmountRemark: '',
otherPolicyAmount: '',
@ -559,9 +562,11 @@ export default {
loanTemplateSolutions: {
accessoriesAmount: '',
accessoriesAmountCb: false,
actualDiscount: '',
bondAmount: '',
bondAmounts: '',
bondRatio: '',
bondTypeKey: '',
dealWay: '',
dealWayKey: '',
depositPremium: '',
@ -591,6 +596,7 @@ export default {
offsetPurchasetax: '',
offsetTotal: '',
operationAmount: '',
otherActualDiscount: '',
otherAmount: '',
otherAmountRemark: '',
otherPolicyAmount: '',

4
anrui-riskcenter-ui/src/views/customizedfinancialsolutions/customizedfinancialsolutionsInfo.vue

@ -205,9 +205,11 @@ export default {
loanTemplateSolutions: {
accessoriesAmount: '',
accessoriesAmountCb: false,
actualDiscount: '',
bondAmount: '',
bondAmounts: '',
bondRatio: '',
bondTypeKey: '',
dealWay: '',
dealWayKey: '',
depositPremium: '',
@ -237,8 +239,10 @@ export default {
offsetPurchasetax: '',
offsetTotal: '',
operationAmount: '',
otherActualDiscount: '',
otherAmount: '',
otherAmountRemark: '',
otherDiscount: '',
otherPolicyAmount: '',
otherPolicyInterest: '',
otherPolicyMonthlyRepay: '',

4
anrui-riskcenter-ui/src/views/workFlow/dingzhijinrongFlow/customizedfinancialsolutionsDaiBan.vue

@ -232,9 +232,11 @@ export default {
loanTemplateSolutions: {
accessoriesAmount: '',
accessoriesAmountCb: false,
actualDiscount: '',
bondAmount: '',
bondAmounts: '',
bondRatio: '',
bondTypeKey: '',
dealWay: '',
dealWayKey: '',
depositPremium: '',
@ -264,8 +266,10 @@ export default {
offsetPurchasetax: '',
offsetTotal: '',
operationAmount: '',
otherActualDiscount: '',
otherAmount: '',
otherAmountRemark: '',
otherDiscount: '',
otherPolicyAmount: '',
otherPolicyInterest: '',
otherPolicyMonthlyRepay: '',

4
anrui-riskcenter-ui/src/views/workFlow/dingzhijinrongFlow/customizedfinancialsolutionsEdit.vue

@ -234,9 +234,11 @@ export default {
loanTemplateSolutions: {
accessoriesAmount: '',
accessoriesAmountCb: false,
actualDiscount: '',
bondAmount: '',
bondAmounts: '',
bondRatio: '',
bondTypeKey: '',
dealWay: '',
dealWayKey: '',
depositPremium: '',
@ -266,8 +268,10 @@ export default {
offsetPurchasetax: '',
offsetTotal: '',
operationAmount: '',
otherActualDiscount: '',
otherAmount: '',
otherAmountRemark: '',
otherDiscount: '',
otherPolicyAmount: '',
otherPolicyInterest: '',
otherPolicyMonthlyRepay: '',

4
anrui-riskcenter-ui/src/views/workFlow/dingzhijinrongFlow/customizedfinancialsolutionsYiban.vue

@ -205,9 +205,11 @@ export default {
loanTemplateSolutions: {
accessoriesAmount: '',
accessoriesAmountCb: false,
actualDiscount: '',
bondAmount: '',
bondAmounts: '',
bondRatio: '',
bondTypeKey: '',
dealWay: '',
dealWayKey: '',
depositPremium: '',
@ -237,8 +239,10 @@ export default {
offsetPurchasetax: '',
offsetTotal: '',
operationAmount: '',
otherActualDiscount: '',
otherAmount: '',
otherAmountRemark: '',
otherDiscount: '',
otherPolicyAmount: '',
otherPolicyInterest: '',
otherPolicyMonthlyRepay: '',

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

@ -83,7 +83,7 @@
<el-col :span="6">
<div class="span-sty">贷款保证金</div>
<el-form-item>
<el-input class="addinputw" v-model="finance.bondAmount" placeholder="" @input="bondAmountInput" clearable @keyup.native="finance.bondAmount = oninput(finance.bondAmount, 0)"/>
<el-input class="addinputw" v-model="finance.bondAmount" :disabled="finance.bondTypeKey == '01'" placeholder="" @input="bondAmountInput" clearable @keyup.native="finance.bondAmount = oninput(finance.bondAmount, 0)"/>
</el-form-item>
</el-col>
<el-col :span="6">
@ -299,9 +299,11 @@ export default {
finance: {
accessoriesAmount: '',
accessoriesAmountCb: false,
actualDiscount: '',
bondAmount: '',
bondAmounts: '',
bondRatio: '',
bondTypeKey: '',
dealWay: '',
dealWayKey: '',
depositPremium: '',
@ -331,6 +333,7 @@ export default {
offsetPurchasetax: '',
offsetTotal: '',
operationAmount: '',
otherActualDiscount: '',
otherAmount: '',
otherAmountRemark: '',
otherDiscount: '',
@ -420,9 +423,11 @@ export default {
this.finance = {
accessoriesAmount: '',
accessoriesAmountCb: false,
actualDiscount: '',
bondAmount: '',
bondAmounts: '',
bondRatio: '',
bondTypeKey: '',
dealWay: '',
dealWayKey: '',
depositPremium: '',
@ -452,6 +457,7 @@ export default {
offsetPurchasetax: '',
offsetTotal: '',
operationAmount: '',
otherActualDiscount: '',
otherAmount: '',
otherAmountRemark: '',
otherDiscount: '',
@ -519,6 +525,8 @@ export default {
this.finance.serviceChargeTypeKey = choose[0].serviceChargeTypeKey
// --
this.finance.serviceChargeTypeValue = choose[0].serviceChargeTypeValue
// -- (01 02 )
this.finance.bondTypeKey = choose[0].bondTypeKey
//
this.finance.factoryDiscountUse = '抵利息'
this.finance.factoryDiscountUseKey = '02'
@ -762,6 +770,8 @@ export default {
this.finance.offsetTotal = resp.data.offsetTotal
this.finance.realTotal = resp.data.realTotal
this.finance.vehTotalPrice = resp.data.vehTotalPrice
this.finance.actualDiscount = resp.data.actualDiscount
this.finance.otherActualDiscount = resp.data.otherActualDiscount
this.$emit('backData', this.finance)
this.handleColse()
} else {
@ -775,9 +785,11 @@ export default {
this.finance = {
accessoriesAmount: '',
accessoriesAmountCb: false,
actualDiscount: '',
bondAmount: '',
bondAmounts: '',
bondRatio: '',
bondTypeKey: '',
dealWay: '',
dealWayKey: '',
depositPremium: '',
@ -807,6 +819,7 @@ export default {
offsetPurchasetax: '',
offsetTotal: '',
operationAmount: '',
otherActualDiscount: '',
otherAmount: '',
otherAmountRemark: '',
otherDiscount: '',

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

@ -64,7 +64,7 @@
</el-col>
<el-col :span="6">
<div class="span-sty">厂家贴息</div>
<el-form-item><span class="addinputInfo">{{ formobj.factoryDiscount }}</span></el-form-item>
<el-form-item><span class="addinputInfo">{{ formobj.factoryDiscount }} {{ formobj.actualDiscount !== '' ? '(实贴' + formobj.actualDiscount + ')' : '' }}</span></el-form-item>
</el-col>
<el-col :span="6">
<div class="span-sty">贴息用途</div>
@ -122,7 +122,7 @@
</el-col>
<el-col :span="6">
<div class="span-sty">其它融贴息</div>
<el-form-item><span class="addinputInfo">{{ formobj.otherDiscount }}</span></el-form-item>
<el-form-item><span class="addinputInfo">{{ formobj.otherDiscount }} {{ formobj.otherActualDiscount !== '' ? '(实贴' + formobj.otherActualDiscount + ')' : '' }}</span></el-form-item>
</el-col>
</el-row>
</div>
@ -293,9 +293,11 @@ export default {
formobj: {
accessoriesAmount: '',
accessoriesAmountCb: false,
actualDiscount: '',
bondAmount: '',
bondAmounts: '',
bondRatio: '',
bondTypeKey: '',
dealWay: '',
dealWayKey: '',
depositPremium: '',
@ -325,6 +327,7 @@ export default {
offsetPurchasetax: '',
offsetTotal: '',
operationAmount: '',
otherActualDiscount: '',
otherAmount: '',
otherAmountRemark: '',
otherDiscount: '',
@ -383,9 +386,11 @@ export default {
this.formobj = {
accessoriesAmount: '',
accessoriesAmountCb: false,
actualDiscount: '',
bondAmount: '',
bondAmounts: '',
bondRatio: '',
bondTypeKey: '',
dealWay: '',
dealWayKey: '',
depositPremium: '',
@ -415,6 +420,7 @@ export default {
offsetPurchasetax: '',
offsetTotal: '',
operationAmount: '',
otherActualDiscount: '',
otherAmount: '',
otherAmountRemark: '',
otherDiscount: '',

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

@ -66,7 +66,7 @@
</el-col>
<el-col :span="6">
<div class="span-sty">厂家贴息</div>
<el-form-item><span class="addinputInfo">{{ formobj.factoryDiscount }}</span></el-form-item>
<el-form-item><span class="addinputInfo">{{ formobj.factoryDiscount }} {{ formobj.actualDiscount !== '' ? '(实贴' + formobj.actualDiscount + ')' : '' }}</span></el-form-item>
</el-col>
<el-col :span="6">
<div class="span-sty">贴息用途</div>
@ -124,7 +124,7 @@
</el-col>
<el-col :span="6">
<div class="span-sty">其它融贴息</div>
<el-form-item><span class="addinputInfo">{{ formobj.otherDiscount }}</span></el-form-item>
<el-form-item><span class="addinputInfo">{{ formobj.otherDiscount }} {{ formobj.otherActualDiscount !== '' ? '(实贴' + formobj.otherActualDiscount + ')' : '' }}</span></el-form-item>
</el-col>
</el-row>
</div>

Loading…
Cancel
Save