Commit 220bb8e8 authored by 黄媛媛's avatar 黄媛媛
parents 64c8a62f 177a4af6
...@@ -1252,7 +1252,7 @@ export default { ...@@ -1252,7 +1252,7 @@ export default {
money = money + Math.round(list[i].OriginalMoney * (list[i].Rate - list[i].Fee) * 100) / 100 money = money + Math.round(list[i].OriginalMoney * (list[i].Rate - list[i].Fee) * 100) / 100
} }
console.log(money) console.log(money)
if (money != 0) { if (money == 0 && !money) {
this.$message.error('金额小于0,无法制单') this.$message.error('金额小于0,无法制单')
return return
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment