| | |
| | | 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; |
| | | |
| | | |