From 2c0d3caac035b13d098d8dc8efeb6e740e41bb97 Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Thu, 17 Jun 2021 20:31:37 +0800 Subject: [PATCH] no message --- xtends/statics/gross-report/index.wxml | 6 +++--- xtends/statics/purchase-report/index.wxml | 3 ++- xtends/statics/sale-report/index.wxml | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) 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)}} 金额(元)