@using WX.CRM.WebHelper;
@using WX.CRM.Model.QueryMap;
@using WX.CRM.WEB.Handler;
@model WX.CRM.Model.Entity.RES_CUSTOMERDETAIL
@{
ViewBag.Title = Model.CNAME + "-客户工单信息";
Layout = "~/Views/Shared/_Index_Layout2.cshtml";
CustomerInfo info = ViewBag.CustomerInfo as CustomerInfo;
var isCanopenorder = (ViewBag.IsCanopenorder).ToString() == "False" ? 1 : 0;
}
@foreach (var iterm in ViewBag.customerMessage_UC as List
)
{
@Html.Action(iterm, "CustomerUC", info)
}
@*
@Html.Action("SalesLeadsUC", "CustomerUC", info)
*@
@foreach (var iterm in ViewBag.memoMessage_UC as List
)
{
@Html.Action(iterm, "CustomerUC", info)
}
@*
@foreach (var iterm in ViewBag.ordeMessage_UC as List
)
{
@Html.Action(iterm, "CustomerUC", info)
}
*@
@*
@foreach (var iterm in ViewBag.ActivityMessage_UC as List
)
{
@Html.Action(iterm, "CustomerUC", info)
}
*@
@*
@foreach (var iterm in ViewBag.SalememoMessage_UC as List
)
{
@Html.Action(iterm, "CustomerUC", info)
}
*@
@*
@if (ViewBag.TGCRMUrl != "")
{
}
*@
@*
@Html.Action("CustomerWxUserUC", "CustomerUC", info)
*@
@*
@Html.Action("CustomerQwUserUC", "CustomerUC", info)
*@
@if (ViewBag.ProjectType == "1")
{
@Html.Action("CustomerZxOrder", "CustomerUC", info)
}
@if (ViewBag.ProjectType == "2")
{
@Html.Action("CustomerTDOrder", "CustomerUC", info)
}
@if (ViewBag.ProjectType == "2" || ViewBag.ProjectType == "3")
{
@foreach (var iterm in ViewBag.Level2orderMessage_UC as List
)
{
@Html.Action(iterm, "CustomerUC", info)
}
}
@if (ViewBag.ProjectType == "3")
{
@Html.Action("CustomerJZOrder", "CustomerUC", info)
}
@if (ViewBag.ProjectType == "4")
{
@Html.Action("CustomerCommonOrder", "CustomerUC", info)
}
@if (ViewBag.QHType == "1")
{
@*
@Html.Action(ViewBag.CustomerQH_UC as string, "CustomerQH", info)
*@
@Html.Action("CustomerFutureUC", "CustomerQH", info)
}
@Html.Action("CustomerCallRecord", "CustomerUC", info)
@Html.Action("NewRisk", "CustomerUC", info)