From e115cd81954e3d79a42ea6086fda0972aa9c921f Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Wed, 30 Apr 2025 18:43:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=80=9F=E8=BF=98=E6=AC=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/contract/components/borrowList.vue | 4 +-- src/views/contract/components/borrowPay.vue | 3 +- .../components/paymentRegistration.vue | 35 ++++++++++--------- 3 files changed, 22 insertions(+), 20 deletions(-) diff --git a/src/views/contract/components/borrowList.vue b/src/views/contract/components/borrowList.vue index 4d1bae4..ef0775b 100644 --- a/src/views/contract/components/borrowList.vue +++ b/src/views/contract/components/borrowList.vue @@ -19,14 +19,14 @@ width="200" > @@ -444,7 +444,8 @@ this.form.audit_money = this.contract.audit_money; if (this.contract.borrows && this.contract.borrows.length > 0) { - this.paymentRegistrationForm.applyMoney = this.contract.borrows[0].diff + this.paymentRegistrationForm.applyMoney = + parseFloat(this.contract.money) - parseFloat(this.contract.borrows[0].money) + parseFloat(this.contract.borrows[0].diff) } const res = await getFundLog({