Commit e2a0e8c4 authored by 郭小龙-DEL's avatar 郭小龙-DEL

fix 可核销余额

parent 1f798572
......@@ -581,7 +581,7 @@ export default {
this.selectedRows.forEach((item) => {
totalMoney -= Number(item.backAmount);
});
return Number(totalMoney.toFixed(2)) || 839.21;
return Number(totalMoney.toFixed(2));
}
},
watch: {
......
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