From cd9e82dfcbca3d3967ae84f348eca1509bca4070 Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Fri, 25 Sep 2020 14:52:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B1=87=E6=80=BB=E7=BC=96=E8=BE=91=E5=B0=8F?= =?UTF-8?q?=E6=95=B0=E7=82=B9=E4=BF=9D=E7=95=99=E4=B8=A4=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/View/CompanyStatementPool/editPuPool.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Admin/View/CompanyStatementPool/editPuPool.html b/Application/Admin/View/CompanyStatementPool/editPuPool.html index 56c719947..0fad3346f 100644 --- a/Application/Admin/View/CompanyStatementPool/editPuPool.html +++ b/Application/Admin/View/CompanyStatementPool/editPuPool.html @@ -463,7 +463,7 @@ get_item = get_item.next(); } - _parent.find(".statement_money").text(sum_amount); + _parent.find(".statement_money").text(sum_amount.toFixed(2)); } //结算金额合计重算 function changeSumAmount() {