|
|
<%=TypeName(model.CardOrder_id)%>
|
<%=model.Code%>
|
<% if (type == 311)
{ %>
<%=model.Password%>
|
<%} %>
<%=model.User_UserName%>
|
<%=FormatMoney(model.Money)%>
|
<%=FormatMoney(model.Money_Last)%>
|
<%=FormatMoney(model.Money_Buy)%>
|
<%=model.IsPayOnce == 1 ? Tag("否") : Tag("是")%>
|
<%=model.IsCanOtherUse == 0 ? Tag("是") : Tag("否")%>
|
<%=Shop.Bussiness.EX_Type.TypeName(model.Type_id_CardStatus,CurrentLanguage)%>
|
<%=FormatDate(model.Time_Begin)+"-"+FormatDate(model.Time_End)%>
|
<%=Shop.Bussiness.EX_Product.TypeNames(model.Pro_Type_ids,CurrentLanguage.Code) %> |
<%} %>