zhongtianhaoyuan 3 years ago
parent
commit
122b890c70
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/statisticalReport/stockPurchaseReceiptReportList.vue

+ 1 - 1
src/views/statisticalReport/stockPurchaseReceiptReportList.vue

@@ -601,7 +601,7 @@
         if (this.modification.length == 0) {
           this.$message.warning('请选择一条要付款的条目')
         } else {
-          this.money = Number(this.money)
+          this.money = Number(this.money).toFixed(2)
           if (
             this.money < 0 ||
             (String(this.money).indexOf('.') != -1 &&