|
|
@ -617,7 +617,7 @@ namespace Win.Sfs.SettleAccount.Reports.ReportServices |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// H平台发运核对输出
|
|
|
|
/// H平台未结明细
|
|
|
|
/// </summary>
|
|
|
|
/// <param name="input"></param>
|
|
|
|
/// <returns></returns>
|
|
|
@ -632,14 +632,14 @@ namespace Win.Sfs.SettleAccount.Reports.ReportServices |
|
|
|
customConditionList.Add(new CustomCondition() { Name = "Version", Value = input.Version }); |
|
|
|
customConditionList.Add(new CustomCondition() { Name = "BeginTime", Value = input.Begin }); |
|
|
|
customConditionList.Add(new CustomCondition() { Name = "EndTime", Value = input.End }); |
|
|
|
var _taskid = await _service.ExportEnqueueAsync("H平台发运核对输出", ExportExtentsion.Excel, input.Version, null, CurrentUser, typeof(HQHShippingExportService), customConditionList, (rs) => |
|
|
|
var _taskid = await _service.ExportEnqueueAsync("H平台未结明细", ExportExtentsion.Excel, input.Version, null, CurrentUser, typeof(HQHShippingExportService), customConditionList, (rs) => |
|
|
|
{ |
|
|
|
}); |
|
|
|
return _taskid; |
|
|
|
} |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// F平台发运核对输出
|
|
|
|
/// F平台未结明细
|
|
|
|
/// </summary>
|
|
|
|
/// <param name="input"></param>
|
|
|
|
/// <returns></returns>
|
|
|
@ -654,14 +654,14 @@ namespace Win.Sfs.SettleAccount.Reports.ReportServices |
|
|
|
customConditionList.Add(new CustomCondition() { Name = "Version", Value = input.Version }); |
|
|
|
customConditionList.Add(new CustomCondition() { Name = "BeginTime", Value = input.Begin }); |
|
|
|
customConditionList.Add(new CustomCondition() { Name = "EndTime", Value = input.End }); |
|
|
|
var _taskid = await _service.ExportEnqueueAsync("F平台发运核对输出", ExportExtentsion.Excel, input.Version, null, CurrentUser, typeof(HQFShippingExportService), customConditionList, (rs) => |
|
|
|
var _taskid = await _service.ExportEnqueueAsync("F平台未结明细", ExportExtentsion.Excel, input.Version, null, CurrentUser, typeof(HQFShippingExportService), customConditionList, (rs) => |
|
|
|
{ |
|
|
|
}); |
|
|
|
return _taskid; |
|
|
|
} |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// M平台发运核对输出
|
|
|
|
/// M平台未明细
|
|
|
|
/// </summary>
|
|
|
|
/// <param name="input"></param>
|
|
|
|
/// <returns></returns>
|
|
|
@ -676,7 +676,7 @@ namespace Win.Sfs.SettleAccount.Reports.ReportServices |
|
|
|
customConditionList.Add(new CustomCondition() { Name = "Version", Value = input.Version }); |
|
|
|
customConditionList.Add(new CustomCondition() { Name = "BeginTime", Value = input.Begin }); |
|
|
|
customConditionList.Add(new CustomCondition() { Name = "EndTime", Value = input.End }); |
|
|
|
var _taskid = await _service.ExportEnqueueAsync("M平台发运核对输出", ExportExtentsion.Excel, input.Version, null, CurrentUser, typeof(HQMShippingExportService), customConditionList, (rs) => |
|
|
|
var _taskid = await _service.ExportEnqueueAsync("M平台未明细", ExportExtentsion.Excel, input.Version, null, CurrentUser, typeof(HQMShippingExportService), customConditionList, (rs) => |
|
|
|
{ |
|
|
|
}); |
|
|
|
return _taskid; |
|
|
|