| | |
| | | OA_CustomerApplyBLL bll_OA_CustomerApplyBLL = null; |
| | | EC_MemberBasicBLL bll_EC_MemberBasicBLL = null; |
| | | Sys_CitySiteBLL bll_Sys_CitySiteBLL = null; |
| | | public string hetongjine = ""; |
| | | public string xiadanjine = ""; |
| | | public string weixiadanjine = ""; |
| | | public string huikuanjine = ""; |
| | | public string weishoukuanjine = ""; |
| | | |
| | | public string hetongjineheji = ""; |
| | | public string xiadanjineheji = ""; |
| | | public string weixiadanjineheji = ""; |
| | | public string huikuanjineheji = ""; |
| | | public string weishoukuanjineheji = ""; |
| | | |
| | | //初始化 |
| | | public XiaoshoujixiaoList() |
| | |
| | | if (!IsPostBack) |
| | | { |
| | | BindProvince(); |
| | | BindList(); |
| | | InitialSelectData(); |
| | | BindList(); |
| | | |
| | | } |
| | | |
| | | |
| | |
| | | this.selShifouwanjie.DataValueField = "MeanValue"; |
| | | this.selShifouwanjie.DataBind(); |
| | | this.selShifouwanjie.Items.Insert(0, new ListItem("全部", "")); |
| | | this.selShifouwanjie.Value = "2"; |
| | | |
| | | } |
| | | |
| | |
| | | Pagination pa = new Pagination(); |
| | | pa.PageSize = UCPager1.AspNetPager.PageSize; |
| | | pa.PageIndex = UCPager1.AspNetPager.CurrentPageIndex; |
| | | this.RepClientList.DataSource = bll_EC_OrderBLL.GetxiaoshouchaxunList(pa, |
| | | var oA_DeliverPlans = bll_EC_OrderBLL.GetxiaoshouchaxunList(pa, |
| | | CurrentUser.MemberId, |
| | | this.selectProvince.SelectedItem.Text.Replace("全部", ""), |
| | | this.selectCity.SelectedItem.Text.Replace("全部", ""), |
| | |
| | | this.txtOrderMoney.Value, |
| | | this.txtLastOrderTime.Value |
| | | ); |
| | | var hetongjinedecimal = oA_DeliverPlans.Sum(x => x.Contractmoney) ?? 0; |
| | | var xiadanjinedecimal = oA_DeliverPlans.Sum(x => x.SumPrice) ?? 0; |
| | | var weixiadanjinedecimal = oA_DeliverPlans.Sum(x => x.UnorderMoney) ?? 0; |
| | | var huikuanjinedecimal = oA_DeliverPlans.Sum(x => x.PayedMoney) ?? 0; |
| | | |
| | | |
| | | |
| | | |
| | | hetongjine = hetongjinedecimal.ToString("F2"); |
| | | xiadanjine = xiadanjinedecimal.ToString("F2"); |
| | | weixiadanjine = weixiadanjinedecimal.ToString("F2"); |
| | | huikuanjine = huikuanjinedecimal.ToString("F2"); |
| | | weishoukuanjine = oA_DeliverPlans.Sum(x => x.UnPayedMoney).ToString("F2"); |
| | | |
| | | |
| | | hetongjineheji = pa.heji1.Value.ToString("0.00"); ; |
| | | xiadanjineheji = pa.heji2.Value.ToString("0.00"); ; |
| | | weixiadanjineheji = pa.heji3.Value.ToString("0.00"); ; |
| | | huikuanjineheji = pa.heji4.Value.ToString("0.00"); ; |
| | | weishoukuanjineheji = pa.heji5.Value.ToString("0.00"); ; |
| | | |
| | | |
| | | this.RepClientList.DataSource = oA_DeliverPlans; |
| | | this.RepClientList.DataBind(); |
| | | UCPager1.AspNetPager.RecordCount = pa.RecordCount; |
| | | } |