@@ -620,7 +620,7 @@
}
if (item.amount < match.add(item.arriveAmount)) {
- proxy.$modal.msgError("当前的" + item.taskTypeName + "收款申请总金额超过当前服务金额,不可提交,请联系财务人员。");
+ proxy.$modal.msgError("当前的" + item.taskTypeName + "本次收款金额超过系统内存在的收款金额,不可提交,请联系财务人员。");
return false;
// const amount = (rowNum((Number(item.amount) || 0) - (Number(item.arrived) || 0))) < (Number(item.arriveAmount) || 0)
@@ -507,7 +507,7 @@
if (item.amount < match.add(item.arriveAmount, countAmount)) {