gjy 3 年之前
父节点
当前提交
e20b4cab97
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/views/statisticalReport/stockPurchaseReceiptReportList.vue

+ 4 - 0
src/views/statisticalReport/stockPurchaseReceiptReportList.vue

@@ -988,6 +988,10 @@ export default {
             this.payNotMoney += response.records[i].amountNotPayable
             this.payNotMoney += response.records[i].amountNotPayable
             this.settlementWeight1 += response.records[i].settlementWeight
             this.settlementWeight1 += response.records[i].settlementWeight
           }
           }
+          this.payingMoney=this.payingMoney.toFixed(2)
+          this.payedMoney=this.payedMoney.toFixed(2)
+          this.payNotMoney=this.payNotMoney.toFixed(2)
+          this.settlementWeight1=this.settlementWeight1.toFixed(2)
           this.deptBudgetTotal = response.total
           this.deptBudgetTotal = response.total
           this.warehouseList = response
           this.warehouseList = response
         })
         })