| | |
| | | this.selBusinessManager.Items.Insert(0, new ListItem("全部", "")); |
| | | //this.selBusinessManager.Items.Insert(1, new ListItem(CurrentUser.ShortName, CurrentUser.ShortName)); |
| | | |
| | | this.txtBeginData.Value = DateTime.Now.AddDays(-14).ToString("yyyy-MM-dd"); |
| | | this.txtBeginData.Value = DateTime.Now.AddDays(-1).ToString("yyyy-MM-dd"); |
| | | this.txtEndDate.Value = DateTime.Now.ToString("yyyy-MM-dd"); |
| | | |
| | | //初次数据加载 |
| | |
| | | SetParamValue(searchParam, 14, this.selPayType.SelectedValue); |
| | | SetParamValue(searchParam, 15, this.selReturnvisit.SelectedValue); |
| | | SetParamValue(searchParam, 16, this.selAppraise.SelectedValue); |
| | | SetParamValue(searchParam, 18, (CurrentUser.StaffId > 0 ? 1 : 0)); |
| | | SetParamValue(searchParam, 18, 0); //(CurrentUser.StaffId > 0 ? 1 : 0) |
| | | SetParamValue(searchParam, 19, CurrentUser.TrueMemberId); |
| | | SetParamValue(searchParam, 20, CurrentUser.StaffId); |
| | | SetParamValue(searchParam, 21, CurrentUser.TrueName); |