Explorar el Código

森语-搬运工对账单--总价保留小数

jbb hace 2 años
padre
commit
2fc09d979a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/oa/modules/SyCarryModal.vue

+ 1 - 1
src/views/oa/modules/SyCarryModal.vue

@@ -621,7 +621,7 @@
          }
          Hj+= Number(item.totalPrice)
        })
-       this.formState.totalNum = Hj
+       this.formState.totalNum = Hj.toFixed(2)
        this.$forceUpdate()
       }