|
@ -711,7 +711,6 @@ namespace Win.Sfs.SettleAccount.Reports.ReportServices |
|
|
{ |
|
|
{ |
|
|
List<CustomCondition> customConditionList = new List<CustomCondition>(); |
|
|
List<CustomCondition> customConditionList = new List<CustomCondition>(); |
|
|
customConditionList.Add(new CustomCondition() { Name = "Version", Value = input.Version }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "Version", Value = input.Version }); |
|
|
|
|
|
|
|
|
customConditionList.Add(new CustomCondition() { Name = "BeginTime", Value = input.Begin }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "BeginTime", Value = input.Begin }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "EndTime", Value = input.End }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "EndTime", Value = input.End }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "MaterialCode", Value = input.MaterialCode }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "MaterialCode", Value = input.MaterialCode }); |
|
|