@{
ViewBag.Title = "服务商配置";
Layout = "~/Views/Shared/_MainLayout.cshtml";
}
@section JS{
}
@Html.MyAceDropdownInput2("ServiceId", "服务商", servicerepresentativeconfigController.GetAllServiceNames())
@MyControls.SearchBtn()
@MyControls.Btn("新增", "startAddservicerepresentativeconfig()")
@Html.Raw(JqGridSimple.OutTable())