|
@@ -677,6 +677,7 @@
|
|
|
},
|
|
|
// 溢付款更改时
|
|
|
caseOverPaymentChange() {
|
|
|
+ if (!this.form.caseOverPayment) this.form.caseOverPayment = 0;
|
|
|
if (Number(this.form.caseOverPayment) > Number(this.form.overPayment)) {
|
|
|
this.form.caseOverPayment = 0;
|
|
|
return this.$message.error('本次使用的溢付款不能超过总溢付款')
|