| | |
| | | this.selPayStates.DataSource = _sys_DictionaryBLL.GetDataByType("EC_订单支付状态"); |
| | | this.selPayStates.DataBind(); |
| | | this.selPayStates.Items.Insert(0, new ListItem("全部", "")); |
| | | this.selPayStates.Value = "0"; |
| | | //this.selPayStates.Value = "0"; |
| | | this.selKaipiaoshenqing.Value = "2"; |
| | | |
| | | //this.selOrderStates.DataSource = _sys_DictionaryBLL.GetDataByType("EC_订单状态").Where(p => p.MeanValue.Value != -5 && p.MeanValue.Value != -4); |
| | | //this.selOrderStates.DataBind(); |
| | |
| | | SetParamValue(searchParam, 19, CurrentUser.TrueMemberId); |
| | | SetParamValue(searchParam, 20, CurrentUser.StaffId); |
| | | SetParamValue(searchParam, 21, CurrentUser.TrueName); |
| | | SetParamValue(searchParam, 24, this.selKaipiaoshenqing.Value); |
| | | SearchParam = searchParam; |
| | | |
| | | |
| | |
| | | PageSize = 500,// UCPager1.AspNetPager.PageSize, |
| | | PageIndex = 1// UCPager1.AspNetPager.CurrentPageIndex |
| | | }; |
| | | IEnumerable<EC_OrderBasic> result = _eC_OrderBasicBLL.SelectModelPage_Seller(pagination, SearchParam);//.Where(x => x.OrderState != 0) .Where(x=>x.Quchudingdan == 2); |
| | | IEnumerable<EC_OrderBasic> result = _eC_OrderBasicBLL.SelectModelPage_Seller(pagination, SearchParam).Where(x=>x.OrderState != 0);//.Where(x => x.OrderState != 0) .Where(x=>x.Quchudingdan == 2); |
| | | rptData.DataSource = result; |
| | | rptData.DataBind(); |
| | | |