From f29aee753a731693e6aae0d34960cc98e07cc41f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AC=B4=E6=94=BF=20=E6=97=B6?= Date: Wed, 12 Aug 2026 10:46:43 +0800 Subject: [PATCH] =?UTF-8?q?#EQD-7024=20=E5=9B=BD=E8=81=94=E6=B0=91?= =?UTF-8?q?=E7=94=9F-=E5=BC=80=E5=B9=B3=E4=BB=93=E8=B4=B9=E7=94=A8?= =?UTF-8?q?=E6=82=AC=E6=B5=AE=E6=96=87=E6=A1=88=E6=94=B9=E4=B8=BA=E2=80=9C?= =?UTF-8?q?=E6=88=91=E6=96=B9=E6=94=B6=E5=8F=96=E4=BA=A4=E6=98=93=E8=B4=B9?= =?UTF-8?q?=E7=94=A8=E2=80=9D=EF=BC=8C=E4=BB=85=E6=9B=B4=E6=94=B9=E6=96=87?= =?UTF-8?q?=E6=A1=88=EF=BC=8C=E4=BC=B0=E5=80=BC=E4=B8=8E=E5=B9=B3=E4=BB=93?= =?UTF-8?q?=E8=AE=A1=E7=AE=97=E9=80=BB=E8=BE=91=E5=9D=87=E4=B8=8D=E5=8F=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- YLErpWeb/Views/SwapTrade2/SwapIncome.cshtml | 3 +- YLErpWeb/Views/SwapTrade2/SwapUnwind.cshtml | 11 +- YLErpWeb/Views/SwapTrade2/TradeEdit.cshtml | 3 +- YLErpWeb/wwwroot/Statics/manual/greeks.html | 183 ++++++++++++++++++-- 4 files changed, 181 insertions(+), 19 deletions(-) diff --git a/YLErpWeb/Views/SwapTrade2/SwapIncome.cshtml b/YLErpWeb/Views/SwapTrade2/SwapIncome.cshtml index 2eedf7ce..1ed57f2f 100644 --- a/YLErpWeb/Views/SwapTrade2/SwapIncome.cshtml +++ b/YLErpWeb/Views/SwapTrade2/SwapIncome.cshtml @@ -187,7 +187,8 @@ {{formatQuantity(floatPosition.Quantity)}} -
我方{{floatPosition.PayDirection==1?"支付":"收取"}}交易费用
+ @*
我方{{floatPosition.PayDirection==1?"支付":"收取"}}交易费用
*@ +
我方收取交易费用
{{formatAmount(floatPosition.FloatPnlSum)}} diff --git a/YLErpWeb/Views/SwapTrade2/SwapUnwind.cshtml b/YLErpWeb/Views/SwapTrade2/SwapUnwind.cshtml index 3ef08042..6186418e 100644 --- a/YLErpWeb/Views/SwapTrade2/SwapUnwind.cshtml +++ b/YLErpWeb/Views/SwapTrade2/SwapUnwind.cshtml @@ -6,11 +6,11 @@ bool isShowReCheckClose = ViewBag.IsShowReCheckClose; bool hideFloatingIncomeDirection = PS.Config.ErpElement.SwapFloatingIncomeReceiveOnlyMode; } -@section CSS{ +@section CSS { } @section JS - { +{