<%set dtProduct=GetProduct(dr["oID"].ToString())%>
<%loop (DataRow) product dtProduct%>
<%set str=GetImage(product["sd_id"].ToString())%>
|
{dr[ReceiveName]} |
<%set str=Method.formatmoney(decimal.Parse(dr["o_allPrice"].ToString()),"0.00")%>
¥{str} {dr[paytype]} |
<%set str=Method.formatdatetime(dr["o_publishDate"].ToString(),"yyyy-MM-dd")%>
{str}
<%set str=Method.formatdatetime(dr["o_publishDate"].ToString(),"HH:MM:ss")%> {str} |
查看 |