|
|
@ -580,7 +580,7 @@ export default { |
|
|
|
return u |
|
|
|
}) |
|
|
|
}) |
|
|
|
this.balance = parseInt(this.balanceCopy) - parseInt(resNum) |
|
|
|
this.balance = parseFloat(this.balanceCopy) - parseFloat(resNum) |
|
|
|
}, |
|
|
|
getlist() { |
|
|
|
if (this.formobj.purchaseSystemName === '') { |
|
|
@ -590,7 +590,7 @@ export default { |
|
|
|
this.listQuery.orgPath = window.sessionStorage.getItem('defaultOrgPath') |
|
|
|
this.listQuery.purchaseSystemSid = this.formobj.purchaseSystemSid |
|
|
|
listAll(this.listQuery).then((res) => { |
|
|
|
if (res.code === '200') { |
|
|
|
if (res.success) { |
|
|
|
this.overduereceivable_list = res.data |
|
|
|
} |
|
|
|
}) |
|
|
|