<%template src="_header.html"%>
<%template src="_ucenter_nav.html"%>
<%if(action=="list")%>

<%template src="_log_nav.html"%>

有效期明细
<%set DataTable edays_log_list=get_edays_log_list(20, page,out totalcount)%> <%set string pagelist=get_page_link(20, page, totalcount, "useredays", action, "__id__")%> <%foreach(DataRow dr in edays_log_list.Rows)%> <%/foreach%> <%if(edays_log_list.Rows.Count==0)%> <%/if%>
消费时间 增加 减少 摘要 有效期至 备注
{dr[add_time]} <%=get_add_days_format( Utils.ObjToInt({dr[days]}, 0), Utils.ObjToInt({dr[in_or_out_flag]}))%> <%=get_minus_days_format( Utils.ObjToInt({dr[days]}, 0), Utils.ObjToInt({dr[in_or_out_flag]}))%> <%=get_in_or_out_flag_format( Utils.ObjToInt({dr[in_or_out_flag]}))%> {dr[end_date]} {dr[remark]}
暂无记录...
{pagelist}
" /> <%/if%>
<%template src="_footer.html"%>