@{
ViewBag.Title = "CustomerFutureLoadUC";
string typeId = Request.QueryString["id"];
string tradeCode = Request.QueryString["tradecode"];
}
@*
*@
@switch(typeId)
{
case "1":
@Html.Action("CustomerCapitalCountDetailsUC","CustomerUC",tradeCode)
break;
case "2":
@Html.Action("CustomerTransactionDetailsUC", "CustomerUC", tradeCode)
break;
case "3":
@Html.Action("CustomerTranAmtDetailsUC", "CustomerUC", tradeCode)
break;
case "4":
@Html.Action("CustomerPositionsDetailsUC", "CustomerUC", tradeCode)
break;
}