@using ZoomLa.BLL.Shop @functions{ public DataTable gpDT { get {return ViewBag.gpDT; } } B_Shop_RegionPrice regionBll = new B_Shop_RegionPrice(); public double GetPrice(DataRow dr) { int gid = Convert.ToInt32(dr["GroupID"]); return regionBll.GetPrice(Model.price, 0, gid); } } @section head{区域价格管理 } @section content{
地区@Model.region
价格详情 @foreach (DataRow dr in gpDT.Rows) { }
会员组 价格
@dr["GroupName"]
} @section script{ }