using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using CY.BLL; using CY.BLL.Sys; using CY.Model; using CY.Infrastructure.Query; using CY.Infrastructure.Common; using CY.BLL.EC; using CY.Model.Inquiry; namespace CY.WebForm.Pages.business { //吴辉 //行政管理 public partial class DeliverWorkBookfahuoqingkuang : BasePage { CoreCmsPlanOrderBLL bll_CoreCmsPlanOrderBLL = null; // CoreCmsPlanOrderItemBLL bll_CoreCmsPlanOrderItemBLL = null; EC_OrderPrintParameterBLL _eC_OrderPrintParameterBLL = null; CoreCmsPlanOrderFahuoBLL bll_coreCmsPlanOrderFahuoBLL = null; EC_OrderBasicBLL _eC_OrderBasicBLL = null; public string biaotou = ""; public string biaowei = ""; //初始化 public DeliverWorkBookfahuoqingkuang() { bll_CoreCmsPlanOrderBLL = new CoreCmsPlanOrderBLL(); // bll_CoreCmsPlanOrderItemBLL = new CoreCmsPlanOrderItemBLL(); _eC_OrderPrintParameterBLL = new EC_OrderPrintParameterBLL(); bll_coreCmsPlanOrderFahuoBLL = new CoreCmsPlanOrderFahuoBLL(); _eC_OrderBasicBLL = new EC_OrderBasicBLL(); } //页面加载 protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { BindList(); } } //绑定数据 private void BindList() { string orderIdStr = Request["orderId"]; this.hideOrderId.Value = orderIdStr; //var coreCmsPlanOrders = bll_CoreCmsPlanOrderBLL.GetModelByorderid(orderIdStr.ToInt32().Value); var coreCmsPlanOrderFahuosssssss = bll_coreCmsPlanOrderFahuoBLL.GetModelsByOrderid(orderIdStr.ToInt32().Value); var coreCmsPlanOrderFahuos = bll_coreCmsPlanOrderFahuoBLL.GetModelsByOrderid(orderIdStr.ToInt32().Value); var BeginDate = this.txtBeginDate.Value.Trim(); if (!string.IsNullOrEmpty(BeginDate)) { var sss = BeginDate.ToDateTime2().Value; coreCmsPlanOrderFahuos = coreCmsPlanOrderFahuos.Where(x => x.createTime >= sss); } var EndDate = this.txtEndDate.Value.Trim(); if (!string.IsNullOrEmpty(EndDate)) { var sss = EndDate.ToDateTime2().Value.AddDays(1); coreCmsPlanOrderFahuos = coreCmsPlanOrderFahuos.Where(x => x.createTime <= sss); coreCmsPlanOrderFahuosssssss = coreCmsPlanOrderFahuosssssss.Where(x => x.createTime <= sss ); } var corname = ""; var eC_OrderBasic = _eC_OrderBasicBLL.SelectModelById(orderIdStr.ToInt32().Value); if (eC_OrderBasic != null) { corname = eC_OrderBasic.BuyerName; } EC_OrderPrintParameter _eC_OrderPrintParameter = _eC_OrderPrintParameterBLL.GetModel(orderIdStr.ToInt32().Value); InquiryCommonModel _inquiryCommonModel = null; if (null == _eC_OrderPrintParameter) { _inquiryCommonModel = new InquiryCommonModel(); } else { _inquiryCommonModel = SerializationHelper.DeSerialize(typeof(InquiryCommonModel), _eC_OrderPrintParameter.PrintParameter) as InquiryCommonModel; } var inquiryWorkBookModels = _inquiryCommonModel.InquiryWorkBookList.OrderBy(x=>x.WorkBookSizeTxt).ThenBy(x=>x.WorkBookNameTxt); if (string.IsNullOrEmpty(biaotou)) { string biaotou2 = "