bug修改

This commit is contained in:
zhaoxiao
2021-10-15 16:33:35 +08:00
parent 3c33fa04d9
commit 8076d2fc6c
2 changed files with 3 additions and 3 deletions
@@ -275,7 +275,7 @@ export default {
e.target.value = (e.target.value.replace(/[^0-9.]/g, '')).trim()
this.inputInvoicingAmount = Number(e.target.value)
if (this.inputInvoicingAmount > this.sumAmountOwed) {
this.$message.warn('开票金额大于当前未开票金额,输入有误!')
this.$message.warn('开票金额大于当前未开票金额,输入有误!')
return
}
this.clearThisTimeAmount()
@@ -337,7 +337,7 @@ export default {
},
handleOk() {
if (this.inputInvoicingAmount > this.sumAmountOwed) {
this.$message.warn('开票金额大于当前未开票金额,输入有误!')
this.$message.warn('开票金额大于当前未开票金额,输入有误!')
return
}
if (this.confirmLoading) {