@using System.Data @using ZoomLa.BLL.Helper @using ZoomLa.Common @using ZoomLa.BLL.Shop @model ZoomLa.Model.M_OrderList @{ DataTable dt = ViewBag.dt; } @functions{ public string GetShopUrl(DataRow dr) { return OrderHelper.GetShopUrl(DataConverter.CLng(dr["StoreID"]), Convert.ToInt32(dr["ProID"])); } } @section head{