From 58c48845a05ca2ea8730ed5afc00128a1ec22f0d Mon Sep 17 00:00:00 2001 From: xuyulong Date: Thu, 7 May 2026 18:58:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E4=BA=A4=E6=98=93?= =?UTF-8?q?=E5=AE=A1=E6=89=B9=E9=A1=B5=E9=9D=A2=E5=B0=8F=E6=95=B0=E4=BD=8D?= =?UTF-8?q?=E5=A4=84=E7=90=86=E4=B8=8D=E5=90=88=E7=90=86=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- YLErpWeb/wwwroot/Scripts/app/trade/tradeApproval.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YLErpWeb/wwwroot/Scripts/app/trade/tradeApproval.js b/YLErpWeb/wwwroot/Scripts/app/trade/tradeApproval.js index 47e66ab8..51dd8d14 100644 --- a/YLErpWeb/wwwroot/Scripts/app/trade/tradeApproval.js +++ b/YLErpWeb/wwwroot/Scripts/app/trade/tradeApproval.js @@ -168,7 +168,7 @@ var colModelGrid = [ sortable: false, formatter: function (cellvalue, options, rowObject) { if (rowObject.TradeType === "收益互换") { - return otcformat.flex(otcformat.trading.umprice(cellvalue), 2, 9, true, false, true); + return otcformat.flex(cellvalue, 2, otcformat.trading.umpriceP.precision, true, false, true); } return otcformat.trading.umprice(cellvalue); }