|
|
@ -786,6 +786,7 @@ namespace Win.Sfs.SettleAccount.Reports.ReportServices |
|
|
|
customConditionList.Add(new CustomCondition() { Name = "Kanban", Value = input.Kanban }); |
|
|
|
customConditionList.Add(new CustomCondition() { Name = "MaterialGroup", Value = string.IsNullOrEmpty(input.MaterialGroup) ? string.Empty : input.MaterialGroup }); |
|
|
|
customConditionList.Add(new CustomCondition() { Name = "SapCode", Value = string.IsNullOrEmpty(input.SapCode) ? string.Empty : input.SapCode }); |
|
|
|
customConditionList.Add(new CustomCondition() { Name = "IsContainVersion", Value = input.IsContainVersion }); |
|
|
|
var _taskid = await _service.ExportEnqueueAsync("红旗未结核对", ExportExtentsion.Excel, input.Version, string.IsNullOrEmpty(input.MaterialGroup) ? string.Empty : input.MaterialGroup, CurrentUser, typeof(HQFactoryUnSettledDetailDiffExportService), customConditionList, (rs) => |
|
|
|
{ |
|
|
|
}); |
|
|
|