|
@@ -601,7 +601,7 @@
|
|
if (this.modification.length == 0) {
|
|
if (this.modification.length == 0) {
|
|
this.$message.warning('请选择一条要付款的条目')
|
|
this.$message.warning('请选择一条要付款的条目')
|
|
} else {
|
|
} else {
|
|
- this.money = Number(this.money)
|
|
|
|
|
|
+ this.money = Number(this.money).toFixed(2)
|
|
if (
|
|
if (
|
|
this.money < 0 ||
|
|
this.money < 0 ||
|
|
(String(this.money).indexOf('.') != -1 &&
|
|
(String(this.money).indexOf('.') != -1 &&
|