@{
ViewBag.Title = "TrendChart";
Layout = "~/Views/Shared/_InfoLayout.cshtml";
}
@Html.MyAceDropdownInput("AssetBookId", "簿记账户", AssetunitController.GetClientassetunit())
@Html.MyAceDropdownInput2("DateSection", "时间区间", GlobalData.GetSelectItems(new List
{ "最近7日", "最近30日","最近60日","最近100日","自定义" }), false, "最近30日", htmlAttributes: new { onchange = "changeDateSection()" })
-
@MyControls.Btn("生成收益走势图", "createTrendChart()")