Commit f98a6927 authored by 杨芳博-DEL's avatar 杨芳博-DEL

Merge branch 'test' of git.ssish.com:sunhailiang/bims into test

parents ca27e689 e2fb7406
...@@ -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