|
@@ -403,8 +403,8 @@
|
|
this.carCount1 = res[6].biViewInfoList[0].count
|
|
this.carCount1 = res[6].biViewInfoList[0].count
|
|
this.carCount2 = res[6].biViewInfoList[1].count
|
|
this.carCount2 = res[6].biViewInfoList[1].count
|
|
this.carCount3 = res[6].biViewInfoList[2].count
|
|
this.carCount3 = res[6].biViewInfoList[2].count
|
|
- this.inventoryCost = res[7].biViewInfoList[0].count
|
|
|
|
- this.inventoryValue = res[7].biViewInfoList[1].count
|
|
|
|
|
|
+ this.inventoryCost = parseInt(res[7].biViewInfoList[0].count).toFixed(0)
|
|
|
|
+ this.inventoryValue = parseInt(res[7].biViewInfoList[1].count).toFixed(0)
|
|
this.totalReserves = res[8].biViewInfoList
|
|
this.totalReserves = res[8].biViewInfoList
|
|
this.mapInfo = res[9]
|
|
this.mapInfo = res[9]
|
|
this.initCharts()
|
|
this.initCharts()
|