diff --git a/xtends/statics/agent-report/index.wxml b/xtends/statics/agent-report/index.wxml
index 80893d6..541ca29 100644
--- a/xtends/statics/agent-report/index.wxml
+++ b/xtends/statics/agent-report/index.wxml
@@ -16,17 +16,17 @@
- {{formate.formateWeight(totalInfo.totalWeight || 0)}}
+ {{formate.formateWeight(reportInfo.totalWeight || 0)}}
代卖重量(吨)
- {{formate.formateWeight(totalInfo.totalWeight || 0)}}
+ {{reportInfo.totalWeight || 0}}
实收(元)
- {{formate.formateWeight(totalInfo.totalWeight || 0)}}
+ {{reportInfo.totalWeight || 0}}
代卖费(元)
diff --git a/xtends/statics/gross-report/index.wxml b/xtends/statics/gross-report/index.wxml
index 73d9348..7b632aa 100644
--- a/xtends/statics/gross-report/index.wxml
+++ b/xtends/statics/gross-report/index.wxml
@@ -16,17 +16,17 @@
- {{formate.formateWeight(reportInfo.totalSalesPrice || 0)}}
+ {{formate.numberFormat(reportInfo.totalSalesPrice || 0)}}
总支出(元)
- {{formate.formateWeight(reportInfo.totalReceiptPrice || 0)}}
+ {{formate.numberFormat(reportInfo.totalReceiptPrice || 0)}}
总收入(元)
- {{formate.formateWeight(reportInfo.totalGrossProfit || 0)}}
+ {{formate.numberFormat(reportInfo.totalGrossProfit || 0)}}
总毛利(元)
diff --git a/xtends/statics/purchase-report/index.wxml b/xtends/statics/purchase-report/index.wxml
index d2e09ae..c26742f 100644
--- a/xtends/statics/purchase-report/index.wxml
+++ b/xtends/statics/purchase-report/index.wxml
@@ -1,5 +1,4 @@
-
收货报表
@@ -16,11 +15,11 @@
- {{formate.formateWeight(reportInfo.totalSettleWeight || 0)}}
+ {{reportInfo.totalSettleWeight || 0}}
重量(公斤)
- {{formate.formateWeight(reportInfo.totalSettlePrice || 0)}}
+ {{reportInfo.totalSettlePrice || 0}}
合计金额(元)
diff --git a/xtends/statics/sale-report/index.wxml b/xtends/statics/sale-report/index.wxml
index 922855a..c21108e 100644
--- a/xtends/statics/sale-report/index.wxml
+++ b/xtends/statics/sale-report/index.wxml
@@ -30,7 +30,7 @@
出货车数(车)
- {{formate.formateWeight(reportInfo.totalSettlePrice || 0)}}
+ {{reportInfo.totalSettlePrice || 0}}
金额(元)