120 lines
5.2 KiB
Plaintext
120 lines
5.2 KiB
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/Telesa.Master" AutoEventWireup="true" CodeBehind="Member_ZDXXJL_List.aspx.cs" Inherits="Mtxfw.shop.Member_ZDXXJL_List" %>
|
|
<%@ Register Assembly="AspNetPager" Namespace="Wuqi.Webdiyer" TagPrefix="webdiyer" %>
|
|
<%@ Register src="Controls/Left.ascx" tagname="Left" tagprefix="uc1" %>
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="MyHead" runat="server">
|
|
<link href="css/member.css" rel="stylesheet" type="text/css" />
|
|
<%
|
|
Response.Buffer=true;
|
|
Response.Expires=0;
|
|
Response.ExpiresAbsolute=DateTime.Now.AddDays(-1);
|
|
Response.CacheControl="no-cache";
|
|
%>
|
|
<script type="text/javascript">
|
|
|
|
function payonchange() {
|
|
if ($("#ctl00_MyContent_Text_PayType").val() == "2" || $("#ctl00_MyContent_Text_PayType").val() == "3") {
|
|
$("#tr_bank").hide();
|
|
} else {
|
|
$("#tr_bank").show();
|
|
}
|
|
if ($("#ctl00_MyContent_Text_PayType").val() == "2") {
|
|
$("#tr_bank2").show();
|
|
} else {
|
|
$("#tr_bank2").hide();
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|
|
<script src="/Scripts/setdate.js" type="text/javascript"></script>
|
|
<script type="text/javascript">
|
|
var ifshow = 1;
|
|
var search2 = function () {
|
|
var s="<%=Request.QueryString["s"]%>";
|
|
var SJ = document.getElementById('text_SJ');
|
|
var SJ2 = document.getElementById('text_SJ2');
|
|
location.href = 'Member_ZDXXJL_List.aspx?s=" + s + "&SJ=' + SJ.value + '&SJ2=' + SJ2.value;
|
|
|
|
};
|
|
|
|
|
|
</script>
|
|
|
|
</asp:Content>
|
|
<asp:Content ID="Content2" ContentPlaceHolderID="MyContent" runat="server">
|
|
<form id="Form1" runat="server">
|
|
<div id="main">
|
|
<div id="Location">当前位置: <a href="/" class="red">首页</a> > <a href="/Member_Index.aspx">会员中心</a> > <%=strTitle%>详细记录</div>
|
|
<div id="member" class="f_clear">
|
|
<uc1:Left ID="Left1" runat="server" />
|
|
<div class="right">
|
|
|
|
<div id="membertab">
|
|
<h2> <%=strTitle%>详细记录</h2>
|
|
<table cellSpacing="0" class="List_table" align="center">
|
|
|
|
<tr>
|
|
<td colspan="6" class="gbt_td"> <div class="gbt_line">
|
|
|
|
</div>
|
|
<div class="gbt_search">
|
|
日期从<input id="text_SJ" type="text" value='<%=Request.QueryString["SJ"]%>' onfocus="ca_show('text_SJ', this, '-');"/>到<input id="text_SJ2" type="text" value='<%=Request.QueryString["SJ2"]%>' onfocus="ca_show('text_SJ2', this, '-');"/><input id="Member_search" type="button" value="查询" onclick="search2()" class="results_btn" />
|
|
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table width="100%" border="0" class="data_table" cellspacing="0" cellpadding="0">
|
|
|
|
<tr>
|
|
<td colspan="7">
|
|
</td>
|
|
<tr bgcolor="#f7f7f7">
|
|
<th><b>增加</b></th>
|
|
<th><b>减少</b></th>
|
|
<th><b>余额</b></th>
|
|
<th class="hide310"><b>时间</b></th>
|
|
<th class="hide310"><b>备注</b></th>
|
|
<th class="hide310"><b>状态</b></th>
|
|
</tr>
|
|
<asp:Repeater ID="Repeater1" runat="server">
|
|
<ItemTemplate>
|
|
<tr <%#(Container.ItemIndex + 1)%2==0?"bgColor=\"#f4f4f4\" onmouseover=\"this.bgColor='#fdff7e'\" onmouseout='this.bgColor=\"#f4f4f4\"'":"bgColor=\"#ffffff\" onmouseover=\"this.bgColor='#fdff7e'\" onmouseout='this.bgColor=\"#ffffff\"'"%>>
|
|
<td><%#Convert.ToDouble(Eval("Addmoney")).ToString("f2")%></td>
|
|
<td><%#Convert.ToDouble(Eval("Cutmoney")).ToString("f2")%></td>
|
|
<td><%#Convert.ToDouble(Eval("Totalmoney")).ToString("f2")%></td>
|
|
<td class="hide310"><%#Eval("addtime")%></td>
|
|
<td class="hide310"><%#Eval("BZContent")%></td>
|
|
<td class="hide310"><%#Eval("Seef").ToString() == "-1" ? "<font color='Green'>成功</font>" : (Eval("Seef").ToString() == "1" ? "<font color='Green'>已审核</font>" : "<font color='Red'>未审核</font>")%></td>
|
|
</tr>
|
|
<tr class="show310">
|
|
<td colspan="7">备注:<%#Eval("BZContent")%><br>时间:<%#Eval("addtime")%>状态:<%#Eval("Seef").ToString() == "-1" ? "<font color='Green'>成功</font>" : (Eval("Seef").ToString() == "1" ? "<font color='Green'>已审核</font>" : "<font color='Red'>未审核</font>")%></td>
|
|
</tr>
|
|
</ItemTemplate>
|
|
</asp:Repeater>
|
|
<tr>
|
|
<td colspan="7"> <webdiyer:AspNetPager ID="MyPager" AlwaysShow="true" runat="server"
|
|
FirstPageText="首页" LastPageText="尾页" NextPageText="下一页"
|
|
CustomInfoHTML="共 <font color="red">%RecordCount%</font> 条记录 当前 <font color="red">%CurrentPageIndex%/%PageCount%</font> 页"
|
|
PrevPageText="上一页" ShowPageIndexBox="Always" ShowCustomInfoSection="Left"
|
|
SubmitButtonText="Go" TextAfterPageIndexBox="页" ShowBoxThreshold="100"
|
|
CurrentPageButtonPosition="Center" ShowMoreButtons="False" PageIndexBoxType="DropDownList"
|
|
TextBeforePageIndexBox="转到" UrlPaging="True">
|
|
</webdiyer:AspNetPager></td>
|
|
</tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
|
$("#ap_category").hide();
|
|
|
|
</script>
|
|
</asp:Content>
|