日期:2014-05-17 浏览次数:20763 次
<ul>
<%foreach (CostList cost in (IEnumerable)ViewData.Model) { %>
<li>
日期:
<%=cost.Date.ToShortDateString() %>
<%if (cost.IsCompleted){%>
-- 花费:
<del><%=cost.Money.ToString() %></del>
已清算
登记人:
<del><%=cost.MainName %></del>
<%} %>
<%else { %>
-- 花费:
<%=cost.Money.ToString() %>
未清算