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

Merge branch 'func_eccs_2376' into test

parents 373ee9f1 e2a0e8c4
...@@ -581,7 +581,7 @@ export default { ...@@ -581,7 +581,7 @@ export default {
this.selectedRows.forEach((item) => { this.selectedRows.forEach((item) => {
totalMoney -= Number(item.backAmount); totalMoney -= Number(item.backAmount);
}); });
return Number(totalMoney.toFixed(2)) || 839.21; return Number(totalMoney.toFixed(2));
} }
}, },
watch: { watch: {
...@@ -594,8 +594,6 @@ export default { ...@@ -594,8 +594,6 @@ export default {
} }
}, },
created() { created() {
console.log('1111111111111111 :>>', 1111111111111111);
console.log(this.accuracy.add(0.1, 0.2))
this.simpleImage = Empty.PRESENTED_IMAGE_SIMPLE; this.simpleImage = Empty.PRESENTED_IMAGE_SIMPLE;
const { backMoneyNo, isEdit } = this.$route.query; const { backMoneyNo, isEdit } = this.$route.query;
this.backMoneyNo = backMoneyNo; this.backMoneyNo = backMoneyNo;
......
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