lilei hace 11 meses
padre
commit
e83a7726a2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
         })