|
@@ -277,7 +277,7 @@ export default {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
if (
|
|
if (
|
|
- Number(this.dataList[0].money) !=
|
|
|
|
|
|
+ Number(-this.dataList[0].money) !=
|
|
Number(this.dataList[1].money) +
|
|
Number(this.dataList[1].money) +
|
|
Number(this.dataList[1].allowanceAmount)
|
|
Number(this.dataList[1].allowanceAmount)
|
|
) {
|
|
) {
|