|
|
|
@ -444,7 +444,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
this.form.audit_money = this.contract.audit_money;
|
|
|
|
this.form.audit_money = this.contract.audit_money;
|
|
|
|
if (this.contract.borrows && this.contract.borrows.length > 0) {
|
|
|
|
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({
|
|
|
|
const res = await getFundLog({
|
|
|
|
|