From 90e72b3fc44717323da7ed3dcc3344c73fcabf3b Mon Sep 17 00:00:00 2001 From: chenzhi Date: Fri, 25 Sep 2020 16:24:44 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=B1=87=E6=80=BB=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=B0=8F=E6=95=B0=E7=82=B9=E4=BF=9D=E7=95=99=E4=B8=A4=E4=BD=8D?= =?UTF-8?q?"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit cd9e82dfcbca3d3967ae84f348eca1509bca4070. --- 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 0fad3346f..56c719947 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.toFixed(2)); + _parent.find(".statement_money").text(sum_amount); } //结算金额合计重算 function changeSumAmount() {