From dcf649f27ed2abe0f8b9159ea6f582ce88e5c798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=94=A6=E9=BA=9F=20=E7=8E=8B?= Date: Thu, 2 Jul 2026 17:25:07 +0800 Subject: [PATCH] =?UTF-8?q?#EQD-6402=20=E6=89=8B=E5=8A=A8=E4=BA=92?= =?UTF-8?q?=E6=8D=A2-=E4=BF=9D=E5=AD=98=E5=90=8E=E4=BB=B7=E6=A0=BC?= =?UTF-8?q?=E7=B2=BE=E5=BA=A6=E4=B8=8D=E6=AD=A3=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- YLErpWeb/wwwroot/Scripts/app/swaptrade/incomeSwapTrade.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YLErpWeb/wwwroot/Scripts/app/swaptrade/incomeSwapTrade.js b/YLErpWeb/wwwroot/Scripts/app/swaptrade/incomeSwapTrade.js index 87903971..cc3a55e9 100644 --- a/YLErpWeb/wwwroot/Scripts/app/swaptrade/incomeSwapTrade.js +++ b/YLErpWeb/wwwroot/Scripts/app/swaptrade/incomeSwapTrade.js @@ -44,7 +44,7 @@ const vue = new Vue({ this.initPosiNetPrice = this.floatPosition.PosiNetPrice; // 互换标的价格固定为期初净价,与平仓不同不需要用户填写 // 期初净价入库为相对价(如1.02),需转换为界面百分比形态(102),与平仓页保持一致 - this.floatPosition.TradingAmountAvg = this.initPosiNetPrice * this.multiplier; + this.floatPosition.TradingAmountAvg = this.floatPosition.PosiGrossPrice * this.multiplier; this.interestList = model.FlowEvents.filter((item) => { return item.InterestMode == 1 || item.InterestMode == 2 || item.InterestMode == 7 || item.InterestMode == 8 || item.InterestMode == 9; });