@using WX.CRM.IBLL.Res @{ ViewBag.Title = "档位设置"; Layout = "~/Views/Shared/_content.cshtml"; }
@{ var depts = ViewBag.DeptList as List; foreach (var dept in depts) {
@dept.DEPTNAME :
} }