sangwenwei 1 年之前
父节点
当前提交
e1a4ce245b
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/jy/reimbursement/ReimbursementForm.vue

+ 3 - 3
src/views/jy/reimbursement/ReimbursementForm.vue

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