lilei 11 月之前
父节点
当前提交
e83a7726a2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/financialManagement/financialCollection/edit.vue

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

@@ -317,7 +317,7 @@ export default {
               totalAmount = totalAmount + Number(data[i].totalAmount)
             }
             this.detailGlData.total = data.length
-            this.detailGlData.totalAmount = totalAmount
+            this.detailGlData.totalAmount = Number(totalAmount).toFixed(2)
           }
           return data
         })