{layout:simple} {class:Shop.supplier.order.shipping_view_window} <%foreach (Shop.Model.TransportProduct tp in tps) { %> <%} %>
<%=Tag("产品")%> <%=Tag("发货数量")%>
<%=Shop.Bussiness.Language.Content(tp.Product_Name, CurrentLanguage)%> <%=tp.Count%>
<%=Tag("配送方式")%>: <%=torder.Transport_Name %>
<%=Tag("货运单号")%>: <%=torder.Code %>
<%=Tag("收/发货人")%>: <%=torder.T_Name %>
<%=Tag("电话")%>: <%=torder.T_Phone %>
<%=Tag("手机")%>: <%=torder.T_MobilePhone %>
<%=Tag("EMAIL")%>: <%=torder.T_Email %>
<%=Tag("地址")%>: <%=torder.T_Address %>