|
@@ -226,7 +226,7 @@ export default{ |
|
|
list.push(entity) |
|
|
list.push(entity) |
|
|
}) |
|
|
}) |
|
|
if (isNull) { |
|
|
if (isNull) { |
|
|
this.TOAST("[本次实缴]金额为空或错误!请检查并填写。"); |
|
|
|
|
|
|
|
|
this.TOAST("[本次实缴]金额为空或错误!最多两位小数。"); |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
if(Number(this.payfeetotal) == 0){ |
|
|
if(Number(this.payfeetotal) == 0){ |
|
|