| | |
| | | Sys_DictionaryBLL _sys_DictionaryBLL = new Sys_DictionaryBLL();//字典业务逻辑操作类对象 |
| | | SysInquiry_PrintingTypeBLL _sysInquiry_PrintingTypeBLL = new SysInquiry_PrintingTypeBLL();//印刷业务类型业务逻辑操作类对象 |
| | | |
| | | this.selPrintTypes.DataSource = _sysInquiry_PrintingTypeBLL.SelectUsedModles(); |
| | | this.selPrintTypes.DataBind(); |
| | | this.selPrintTypes.Items.Insert(0, new ListItem("全部", "")); |
| | | this.selPrintTypes.Items.Add(new ListItem("其他", "-1")); |
| | | //this.selPrintTypes.DataSource = _sysInquiry_PrintingTypeBLL.SelectUsedModles(); |
| | | //this.selPrintTypes.DataBind(); |
| | | //this.selPrintTypes.Items.Insert(0, new ListItem("全部", "")); |
| | | //this.selPrintTypes.Items.Add(new ListItem("其他", "-1")); |
| | | |
| | | //this.selOrderTypes.DataSource = _sys_DictionaryBLL.GetDataByType("EC_订单类型"); |
| | | //this.selOrderTypes.DataBind(); |
| | | //this.selOrderTypes.Items.Insert(0, new ListItem("全部", "")); |
| | | |
| | | //this.selPayStates.DataSource = _sys_DictionaryBLL.GetDataByType("EC_订单支付状态"); |
| | | //this.selPayStates.DataBind(); |
| | | //this.selPayStates.Items.Insert(0, new ListItem("全部", "")); |
| | | this.selPayStates.DataSource = _sys_DictionaryBLL.GetDataByType("EC_订单支付状态"); |
| | | this.selPayStates.DataBind(); |
| | | this.selPayStates.Items.Insert(0, new ListItem("全部", "")); |
| | | this.selPayStates.Value = "0"; |
| | | |
| | | //this.selOrderStates.DataSource = _sys_DictionaryBLL.GetDataByType("EC_订单状态").Where(p => p.MeanValue.Value != -5 && p.MeanValue.Value != -4); |
| | | //this.selOrderStates.DataBind(); |
| | |
| | | SetParamValue(searchParam, 3, this.txtCustormerName.Value.Trim()); |
| | | SetParamValue(searchParam, 4, this.txtBeginData.Value.Trim()); |
| | | SetParamValue(searchParam, 5, this.txtEndDate.Value.Trim()); |
| | | SetParamValue(searchParam, 6, this.selPrintTypes.Value); |
| | | SetParamValue(searchParam, 6, ""); //this.selPrintTypes.Value |
| | | SetParamValue(searchParam, 7, "");//this.selOrderTypes.Value |
| | | SetParamValue(searchParam, 8, "");//this.selOrderStates.Value |
| | | SetParamValue(searchParam, 9, "");//this.selPayStates.Value |
| | | SetParamValue(searchParam, 9, this.selPayStates.Value); |
| | | SetParamValue(searchParam, 10, this.txtCreaterName.Value.Trim()); |
| | | SetParamValue(searchParam, 11, "");//this.selCustormerLevels.Value |
| | | SetParamValue(searchParam, 12, this.selCustormerManager.Value); |