| | |
| | | { |
| | | CoreDeliverOrderBLL _CoreDeliverOrderBLL = null; |
| | | OA_StaffBLL bll_OA_StaffBLL = null; |
| | | EC_OrderBasicBLL bll_EC_OrderBasicBLL = null; |
| | | public string xiala = ""; |
| | | |
| | | //初始化 |
| | | public DeliverWorkBookAnPaiList() |
| | |
| | | |
| | | bll_OA_StaffBLL = new OA_StaffBLL(); |
| | | _CoreDeliverOrderBLL = new CoreDeliverOrderBLL(); |
| | | bll_EC_OrderBasicBLL = new EC_OrderBasicBLL(); |
| | | } |
| | | |
| | | //页面加载 |
| | |
| | | this.selDriver.DataBind(); |
| | | this.selDriver.Items.Insert(0, new ListItem("全部", "")); |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | BindList(); |
| | | } |
| | |
| | | //绑定数据 |
| | | private void BindList() |
| | | { |
| | | var eC_OrderBasics = bll_EC_OrderBasicBLL.GetOrderByPrintTypeId(37).Where(x => x.OrderState == 4); |
| | | foreach (var eC_OrderBasic in eC_OrderBasics) |
| | | { |
| | | xiala += "<option value=\"" + eC_OrderBasic.BuyerName + "\">"; |
| | | |
| | | |
| | | } |
| | | Pagination pa = new Pagination(); |
| | | pa.PageSize = UCPager1.AspNetPager.PageSize; |
| | | pa.PageIndex = UCPager1.AspNetPager.CurrentPageIndex; |
| | |
| | | { |
| | | coreDeliverOrder.DriverName = oA_Staff1.Name; |
| | | } |
| | | else |
| | | { |
| | | coreDeliverOrder.DriverName = coreDeliverOrder.DeliveryMoble; |
| | | } |
| | | } |
| | | |
| | | } |