<%Include _mb_left_menu%>
订单号:{htOrder[oid]}<%set str=Method.formatdatetime(htOrder["o_publishDate"].ToString(),"yyyy-MM-dd hh:mm:ss")%>
下单日期:{str} 收货人:{htOrder[receiveName]}
<%loop (DataRow) product dtProduct%>
-
<%set str=GetImage(product["sd_id"].ToString())%>
-
<%set str=Method.formatmoney(decimal.Parse(product["p_unitprice"].ToString()),"0.00")%>
¥{str}
数量: {product[p_quantity]}
<%/loop%>
<%set str=Method.formatmoney(decimal.Parse(htOrder["o_allPrice"].ToString()),"0.00")%>
-
总价(含运费):¥{str}
<%set str1=Method.formatmoney(decimal.Parse(htOrder["o_allPrice"].ToString())-decimal.Parse(htOrder["o_productPrice"].ToString()),"0.00")%>
运费:¥{str1}
需要支付:¥{str}
-
物流信息
<%if listLogistics!=null&&listLogistics.Count>0%>
- 处理时间
地点和跟踪进度
<%loop (Hashtable) drL listLogistics%>
-
<%set str=Method.formatdatetime(drL["time"].ToString(),"yyyy-MM-dd HH:mm:ss")%>
{str}
{drL[context]}
<%/loop%>
<%else%>
-
抱歉暂无查询记录
<%/if%>