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); }