| | |
| | | //this.selKaipiaoshenqing.Value = "1"; |
| | | |
| | | //this.selPayStates.Value = "1"; |
| | | //this.selHuikuanStates.Value = "1"; |
| | | this.selHuikuanStates.Value = "1"; |
| | | |
| | | |
| | | |
| | |
| | | this.selBusinessManager.Items.Insert(0, new ListItem("全部", "")); |
| | | //this.selBusinessManager.Items.Insert(1, new ListItem(CurrentUser.ShortName, CurrentUser.ShortName)); |
| | | |
| | | this.txtSQBeginDate.Value = DateTime.Now.AddDays(-14).ToString("yyyy-MM-dd"); |
| | | this.txtSQEndDate.Value = DateTime.Now.ToString("yyyy-MM-dd"); |
| | | //this.txtSQBeginDate.Value = DateTime.Now.AddDays(-14).ToString("yyyy-MM-dd"); |
| | | //this.txtSQEndDate.Value = DateTime.Now.ToString("yyyy-MM-dd"); |
| | | |
| | | //初次数据加载 |
| | | btn_Search_Click(btn_Search, new EventArgs()); |
| | |
| | | rptData.DataSource = result; |
| | | rptData.DataBind(); |
| | | |
| | | if (pagination.heji1.HasValue) |
| | | { |
| | | this.AllMoney.InnerText = pagination.heji1.Value.ToString("0.00"); |
| | | } |
| | | else |
| | | { |
| | | this.AllMoney.InnerText = 0.ToString("0.00"); |
| | | } |
| | | |
| | | if (pagination.heji2.HasValue) |
| | | { |
| | | this.ZengMoney.InnerText = pagination.heji2.Value.ToString("0.00"); |
| | | } |
| | | else |
| | | { |
| | | this.ZengMoney.InnerText = 0.ToString("0.00"); |
| | | } |
| | | |
| | | if (pagination.heji3.HasValue) |
| | | { |
| | | this.HuiMoney.InnerText = pagination.heji3.Value.ToString("0.00"); |
| | | } |
| | | else |
| | | { |
| | | this.HuiMoney.InnerText = 0.ToString("0.00"); |
| | | } |
| | | |
| | | UCPager1.AspNetPager.RecordCount = pagination.RecordCount; |
| | | } |
| | | |