@using Bowin.Web.Controls.Mvc; @using EMIS.Web.Controls; @{ ViewBag.Title = "List"; } @section scripts{ }
@Html.Position()
查询条件
@*@Html.PositionCondition()*@
供应商折扣率设置列表
@Html.ContextMenuBar("List")
@Html.DataGrid(new DataGridOptions { Columns = new List() { new CheckBoxFieldColumn{ HeaderText="", FieldName="SupplierDiscountSetID" }, new BoundFieldColumn { FieldName="UnitName", HeaderText="供应商名称", Align=AlignStyle.Center, Width=0.06 }, new BoundFieldColumn { FieldName="IsDefaultName", HeaderText="是否默认", Align=AlignStyle.Center, Width=0.06 }, new BoundFieldColumn { FieldName="Discount", HeaderText="折扣率", Align=AlignStyle.Center, Width=0.04 }, }, IsCheckOnSelect = true, DataSourceUrl = Url.Content("~/StockInSet/List"), ID = "dgStockInSetList", IsPagination = true, IsShowRowNumbers = true, IsSingleSelect = false })