{layout:simple} {class:Shop.inc.CheckOut_Transport}
" id="transport_show">
<%foreach (Shop.Model.BasketShop shop in Shops) { if (shop.Shop.id > 0) { Response.Write("" + Lang(shop.Shop.Name) + ""); } else { if(basket.Shops.Count>1) Response.Write("" + Tag("自营") + ""); } Shop.Model.Lebi_Transport tran=GetTransport(shop.Shop.id); %>
<%=tran.Name%>
<%if (GetYunFei(shop) > 0){ %><%=Tag("运费")%>:<%=FormatMoney(GetYunFei(shop))%><%} %> [<%=Tag("修改")%>]
<%if(tran.Type_id_TransportType==332){ Shop.Model.Lebi_PickUp pickup=GetPickup(CurrentUser.PickUp_id,shop); if(pickup!=null){ %>
<%=Tag("自提点") %>:<%=pickup.Name %>
<%=Tag("自提日期") %>:<%=CurrentUser.PickUp_Date.ToString("yyyy-MM-dd") %>
<%}}} %>
" id="transport_edit">
<%foreach (Shop.Model.BasketShop shop in basket.Shops) { if (shop.Shop.id > 0) { Response.Write("
" + Lang(shop.Shop.Name) + "
"); } else { if (basket.Shops.Count > 1) Response.Write("
" + Tag("自营") + "
"); } List TPrices = GetTPrices(address.Area_id, shop.Shop.id); if (TPrices.Count == 0) { Response.Write("
" + Tag("不在配送区域,无法送达") + "
"); Response.End(); } int checkedid = GetRadioCheckedId(TPrices); foreach (Shop.Model.Lebi_Transport_Price model in TPrices) { Shop.Model.Lebi_Transport Tran = Shop.Bussiness.B_Lebi_Transport.GetModel(model.Transport_id); if (Transport == null) continue; %>
<%if (GetYunFei(model, shop) > 0){ %>
<%=Tag("运费")%>:<%=FormatMoney(GetYunFei(model, shop))%>
<%} %>
<%=Tran.Description%>
<%if (Tran.Type_id_TransportType == 332)//自提 { %> <%} %> <%} }%>
<%=Tag("确定")%>