@{
ViewBag.Title = "销售人员列表";
Layout = "~/Views/Shared/_MainLayout.cshtml";
}
@section CSS{
}
@section JS{
}
@Html.MyAceDropdownInput("ids", "销售员", SalesDataModel.GetAllSalesmen())
@Html.MyAceDropdownInput("departments", "部门", SalesDataModel.GetDepartment())
@MyControls.SearchBtn()
@MyControls.Btn("新增销售员", "startAddSalesman()")
@MyControls.Btn("批量销售员导入", "uploadSalesmen()")
@MyControls.Btn("导出销售员列表", "exportSalesmenChoose()")
@Html.Raw(JqGridSimple.OutTable())