zhongtianhaoyuan 3 年之前
父節點
當前提交
122b890c70
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 &&