时间
|
存入
|
支出
|
备注
|
<%if moneyRecordDataTable!=null%>
<%loop (DataRow) money moneyRecordDataTable%>
<%if Convert.ToInt32(money["parentID"])>0%>
<%formatdatetime(money[AC_Time],yyyy-MM-dd HH:mm:ss)%>
|
<%set str=Method.formatmoney((decimal)money["AC_Count"],"0.##")%>{str}
|
|
{money[AC_Explain]}
|
<%else%>
<%formatdatetime(money[AC_Time],yyyy-MM-dd HH:mm:ss)%>
|
|
<%set str1=Method.formatmoney((decimal)money["AC_Count"],"0.##")%>{str1}
|
{money[AC_Explain]}
|
<%/if%>
<%/loop%>
<%/if%>
提示:系统仅显示您两年之内的余额明细,更早的余额明细不再显示。
{pageinfo.PreviousPage} {pageinfo.NumPage}{pageinfo.NextPage}
时间
|
存入
|
支出
|
备注
|
<%loop (DataRow) money1 moneyRecordDataTable%>
<%if Convert.ToInt32(money1["parentID"])>0%>
<%formatdatetime(money1[AC_Time],yyyy-MM-dd HH:mm:ss)%>
|
<%set str2=Method.formatmoney((decimal)money1["AC_Count"],"0.##")%>{str2}
|
|
{money1[AC_Explain]}
|
<%else%>
<%formatdatetime(money1[AC_Time],yyyy-MM-dd HH:mm:ss)%>
|
|
<%set str3=Method.formatmoney((decimal)money1["AC_Count"],"0.##")%>{str3}
|
{money1[AC_Explain]}
|
<%/if%>
<%/loop%>
提示:系统仅显示您两年之内的余额明细,更早的余额明细不再显示。
{pageinfo.PreviousPage} {pageinfo.NumPage}{pageinfo.NextPage}