diff --git a/xtends/statics/gross-report/index.wxml b/xtends/statics/gross-report/index.wxml
index 7b632aa..12d2c45 100644
--- a/xtends/statics/gross-report/index.wxml
+++ b/xtends/statics/gross-report/index.wxml
@@ -16,17 +16,17 @@
- {{formate.numberFormat(reportInfo.totalSalesPrice || 0)}}
+ {{formate.formateAmount(reportInfo.totalSalesPrice || 0)}}
总支出(元)
- {{formate.numberFormat(reportInfo.totalReceiptPrice || 0)}}
+ {{formate.formateAmount(reportInfo.totalReceiptPrice || 0)}}
总收入(元)
- {{formate.numberFormat(reportInfo.totalGrossProfit || 0)}}
+ {{formate.formateAmount(reportInfo.totalGrossProfit || 0)}}
总毛利(元)
diff --git a/xtends/statics/purchase-report/index.wxml b/xtends/statics/purchase-report/index.wxml
index c26742f..521a318 100644
--- a/xtends/statics/purchase-report/index.wxml
+++ b/xtends/statics/purchase-report/index.wxml
@@ -1,4 +1,5 @@
+
收货报表
@@ -19,7 +20,7 @@
重量(公斤)
- {{reportInfo.totalSettlePrice || 0}}
+ {{formate.formateAmount(reportInfo.totalSettlePrice || 0)}}
合计金额(元)
diff --git a/xtends/statics/sale-report/index.wxml b/xtends/statics/sale-report/index.wxml
index 9c48e65..261ffe5 100644
--- a/xtends/statics/sale-report/index.wxml
+++ b/xtends/statics/sale-report/index.wxml
@@ -30,7 +30,7 @@
出货车数(车)
- {{reportInfo.totalSettlePrice || 0}}
+ {{formate.formateAmount(reportInfo.totalSettlePrice || 0)}}
金额(元)