@using CRM.Core.Model.Entity
@using Core.Web.WebHelper
@using CRM.Core.BLL.Util
@{
/**/
ViewBag.Title = "CheckNoticeManage";
Layout = "~/Views/Shared/_Layout.cshtml";
}
@Html.Action("ToolBar", "Home",
new
{
area = "",
rightcode = (ViewBag.rightCode as string),
otherToolBars = new Core.Web.WebHelper.ToolBar[] {
new Core.Web.WebHelper.ToolBar(ToolBarConfig.CONST_Other1, "查看通知单", "" ,"",true),
new Core.Web.WebHelper.ToolBar(ToolBarConfig.CONST_Other2, "查看处罚单", "" ,"",true),
}
}
)