|
@@ -103,9 +103,9 @@
|
|
<el-input v-model="scope.row.projectName" @focus="openBorrowForm(scope.$rowIndex, scope.row)"></el-input>
|
|
<el-input v-model="scope.row.projectName" @focus="openBorrowForm(scope.$rowIndex, scope.row)"></el-input>
|
|
</template>
|
|
</template>
|
|
</vxe-table-column>
|
|
</vxe-table-column>
|
|
- <vxe-table-column field="finalMoney" title="借款金额(元)" :edit-render="{}" :rules="[]">
|
|
|
|
|
|
+ <vxe-table-column field="moneyLower" title="借款金额(元)" :edit-render="{}" :rules="[]">
|
|
<template v-slot:edit="scope">
|
|
<template v-slot:edit="scope">
|
|
- <el-input :disabled='true' v-model="scope.row.finalMoney"></el-input>
|
|
|
|
|
|
+ <el-input :disabled='true' v-model="scope.row.moneyLower"></el-input>
|
|
</template>
|
|
</template>
|
|
</vxe-table-column>
|
|
</vxe-table-column>
|
|
<vxe-table-column field="number" title="费用(元)" :edit-render="{}" :rules="[{required: true, message:'请输入费用', trigger:'blur'}]">
|
|
<vxe-table-column field="number" title="费用(元)" :edit-render="{}" :rules="[{required: true, message:'请输入费用', trigger:'blur'}]">
|
|
@@ -1014,7 +1014,7 @@
|
|
if (this.commonJS.isNotEmpty(rows)) {
|
|
if (this.commonJS.isNotEmpty(rows)) {
|
|
this.inputForm.infoborrows[this.indexRow].projectId = rows.id
|
|
this.inputForm.infoborrows[this.indexRow].projectId = rows.id
|
|
this.inputForm.infoborrows[this.indexRow].projectName = rows.reason
|
|
this.inputForm.infoborrows[this.indexRow].projectName = rows.reason
|
|
- this.inputForm.infoborrows[this.indexRow].finalMoney = rows.finalMoney
|
|
|
|
|
|
+ this.inputForm.infoborrows[this.indexRow].moneyLower = rows.finalMoney
|
|
}
|
|
}
|
|
this.indexRow = ''
|
|
this.indexRow = ''
|
|
this.$forceUpdate()
|
|
this.$forceUpdate()
|