" ><%=rs("goodsid")%> |
<%=rs("totaljg")%> |
<%=trim(rs("name"))%> |
<%=trim(rs("dcreatedate"))%> |
<%if rs("mdel")=1 then%>
自助取消 <%elseif rs("goodsstats") =0 then %>
未处理
<%elseif rs("goodsstats") =1 then%>
无效订单
<%elseif rs("goodsstats")=2 then%>
处理中的订单
<%elseif rs("goodsstats")=3 then%>
交易完成
<%end if%>
|
<% if rs("payforstats")=0 then%>未到款<% elseif rs("payforstats")=1 then%>已到款<%end if%> |
<%if rs("mdel")=1 then %>
" class="style7">恢复
<% elseif rs("goodsstats") =0 and rs("mdel")=0 then %>
">取消
<%end if%> |
<%
rs.movenext
loop
rs.close
set rs=nothing%>