lilei 3 years ago
parent
commit
ba763eb55b

+ 1 - 1
src/views/financialManagement/financialCollection/fcDetailSxItem.vue

@@ -61,7 +61,7 @@ export default {
         ret = ret + item.itemAmount
         delete item.id
       })
-      this.$emit('updateItemAmount', ret)
+      this.$emit('updateItemAmount', ret.toFixed(2))
     },
     addItem () {
       this.detailItemList.push({