@model TradeViewModel @{ ViewBag.Title = "分组了结"; Layout = "~/Views/Shared/_InfoLayout.cshtml"; var pageObj = new { valueDate = valuedateBLL.ValueDate.ToString("yyyy-MM-dd"), tradeCash = new trade_cash(), trade = new trade(), reCheck = ViewBag.reCheck, UnwindAmountAngle = valuedateBLL.SystemDate.UnwindAmountAngle, }; } @section CSS{ } @section JS{ }