判分id修改

master
yujialong 1 month ago
parent f1c8e5822a
commit 46c132f0da
  1. 10
      src/pages/manage/list/corporateLoans/apply/creditApplication/index.vue
  2. 2
      src/pages/manage/list/corporateLoans/apply/loanApplication/step1.vue
  3. 2
      src/pages/manage/list/corporateLoans/management.vue

@ -408,12 +408,14 @@ export default {
const preId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',766,768'
const rule = []
form.cooperationPeriod && rule.push({ answerId: 875, emptyOne: 149, emptyTwo: form.cooperationPeriod, operationIds: preId + ',875', type: 3 })
form.matureRepayment && rule.push({ answerId: 907, emptyOne: '', emptyTwo: '', operationIds: preId + ',798,907', type: '' })
form.matureRepayment && rule.push({ answerId: 907, emptyOne: 147, emptyTwo: 269, operationIds: preId + ',798,907', type: 1 })
form.otherRepaymentsCheck && rule.push({ answerId: 907, emptyOne: 147, emptyTwo: 270, operationIds: preId + ',798,907', type: 1 })
form.otherRepayments && rule.push({ answerId: 894, emptyOne: 153, emptyTwo: form.otherRepayments, operationIds: preId + ',798,894', type: 3 })
form.paymentForMaterials && rule.push({ answerId: 908, emptyOne: '', emptyTwo: '', operationIds: preId + ',833,908', type: '' })
form.payLaborCosts && rule.push({ answerId: 909, emptyOne: '', emptyTwo: '', operationIds: preId + ',833,909', type: '' })
form.payExpenses && rule.push({ answerId: 910, emptyOne: '', emptyTwo: '', operationIds: preId + ',833,910', type: '' })
form.paymentForMaterials && rule.push({ answerId: 908, emptyOne: 148, emptyTwo: 271, operationIds: preId + ',833,908', type: 1 })
form.payLaborCosts && rule.push({ answerId: 908, emptyOne: 148, emptyTwo: 272, operationIds: preId + ',833,908', type: 1 })
form.payExpenses && rule.push({ answerId: 908, emptyOne: 148, emptyTwo: 273, operationIds: preId + ',833,908', type: 1 })
form.otherUseCheck && rule.push({ answerId: 908, emptyOne: 148, emptyTwo: 274, operationIds: preId + ',833,908', type: 1 })
form.otherUses && rule.push({ answerId: 895, emptyOne: 153, emptyTwo: form.otherUses, operationIds: preId + ',833,895', type: 3 })
form.specialInstructions && rule.push({ answerId: 802, emptyOne: 125, emptyTwo: form.specialInstructions, operationIds: preId + ',802', type: 3 })

@ -182,7 +182,7 @@ export default {
form.companyRegisteredAddress && rule.push({ answerId: 883, emptyOne: 153, emptyTwo: form.companyRegisteredAddress, operationIds: preId + ',883', type: 3 })
form.corporateName && rule.push({ answerId: 884, emptyOne: 153, emptyTwo: form.corporateName, operationIds: preId + ',884', type: 3 })
form.corporateIdNumber && rule.push({ answerId: 885, emptyOne: 153, emptyTwo: form.corporateIdNumber, operationIds: preId + ',885', type: 3 })
form.creditRating && rule.push({ answerId: 896, emptyOne: '', emptyTwo: '', operationIds: preId + ',896', type: '' })
form.creditRating && rule.push({ answerId: 896, emptyOne: 155, emptyTwo: form.creditRating, operationIds: preId + ',896', type: 3 })
form.creditAmount && rule.push({ answerId: 897, emptyOne: '', emptyTwo: '', operationIds: preId + ',897', type: '' })
await addOperation({
parentId: preId,

@ -22,7 +22,7 @@
<el-table-column prop="updateTime" label="处理日期" align="center" width="170">
<template slot-scope="scope">{{ scope.row.updateTime || '-' }}</template>
</el-table-column>
<el-table-column prop="arrearsAmount" label="欠款金额" align="center" width="100">
<el-table-column prop="arrearsAmount" label="欠款金额" align="center" width="120">
<template slot-scope="scope">{{ scope.row.arrearsAmount || '-' }}</template>
</el-table-column>
<el-table-column label="操作" align="center" width="360">

Loading…
Cancel
Save