@model UnwindData @{ ViewBag.Title = "交易 | 收益结算"; Layout = "~/Views/Shared/_InfoLayout.cshtml"; bool isUseApproval = ViewBag.isUseApproval; bool isShowReCheckClose = ViewBag.IsShowReCheckClose; } @section CSS{ } @section JS { }
收支方向 利息金额 其他费用 预付金/预付金平仓盈亏
{{item.InterestDirection==1?"收取":"支付"}} {{formatAmount(item.InterestClosePnL)}}
收支方向 利息金额 其他费用 利息端平仓盈亏
{{item.InterestDirection==1?"收取":"支付"}} {{formatAmount(item.InterestClosePnL)}}
@if (isUseApproval) { } else { }