|
|
@ -88,7 +88,7 @@ namespace Win.Sfs.SettleAccount.Reports.ReportServices |
|
|
|
[Route("SettleDoorPanel")] |
|
|
|
[DisableRequestSizeLimit] |
|
|
|
|
|
|
|
public async Task<string> SettledKanBanWithCode( string materialCode, string version, string customerCode, string sapCode, string estimateTypeDesc) |
|
|
|
public async Task<string> SettleDoorPanel( string materialCode, string version, string customerCode, string sapCode, string estimateTypeDesc) |
|
|
|
{ |
|
|
|
|
|
|
|
List<CustomCondition> customConditionList = new List<CustomCondition>(); |
|
|
@ -99,7 +99,7 @@ namespace Win.Sfs.SettleAccount.Reports.ReportServices |
|
|
|
customConditionList.Add(new CustomCondition() { Name = "ProjectName", Value = "大众准时化结算门板价格差异比对报表" }); |
|
|
|
customConditionList.Add(new CustomCondition() { Name = "MaterialCode", Value = materialCode ?? string.Empty }); |
|
|
|
|
|
|
|
var _taskid = await _service.ExportEnqueueAsync("大众准时化结算门板价格差异比对报表", ExportExtentsion.Excel, CurrentUser, typeof(SettleKBWithCodeExportService), customConditionList, (rs) => |
|
|
|
var _taskid = await _service.ExportEnqueueAsync("大众准时化结算门板价格差异比对报表", ExportExtentsion.Excel, CurrentUser, typeof(SettleDoorPanelExportService), customConditionList, (rs) => |
|
|
|
{ |
|
|
|
}); |
|
|
|
return _taskid; |
|
|
|