| | |
| | | this.selDriver.Items.Insert(0, new ListItem("全部", "")); |
| | | |
| | | |
| | | this.selBuyerName.DataSource = bll_EC_OrderBasicBLL.GetOrderByPrintTypeId(37).Where(x => x.OrderState == 4 || x.OrderState == 2 || x.OrderState == 3).OrderByDescending(x => x.CreateTime); ; |
| | | this.selBuyerName.DataSource = bll_EC_OrderBasicBLL.GetOrderByPrintTypeId(37).Where(x => x.OrderState == 4 || x.OrderState == 2 || x.OrderState == 3).OrderBy(x => x.CreateTime); |
| | | this.selBuyerName.DataTextField = "BuyerName"; |
| | | this.selBuyerName.DataValueField = "Keyid"; |
| | | this.selBuyerName.DataBind(); |
| | | //this.selBuyerName.Items.Insert(0, new ListItem("全部", "")); |
| | | this.txtBeginDate.Value = DateTime.Now.AddDays(1).ToString("yyyy-MM-dd"); |
| | | //this.txtBeginDate.Value = DateTime.Now.AddDays(1).ToString("yyyy-MM-dd"); |
| | | var stringBuyerName = CACHE.RetrieveObject(CurrentUser.TrueMemberId + "BuyerName") as string;//从缓存中获取数据访问实现层程序集 |
| | | if (null != stringBuyerName) |
| | | { |