|
@ -97,7 +97,8 @@ namespace Win.Sfs.SettleAccount.Reports.ReportServices |
|
|
string cp7end, |
|
|
string cp7end, |
|
|
string kenncode, |
|
|
string kenncode, |
|
|
string chassisNumber, |
|
|
string chassisNumber, |
|
|
string materialGroup |
|
|
string materialGroup, |
|
|
|
|
|
string sapCode |
|
|
) |
|
|
) |
|
|
{ |
|
|
{ |
|
|
List<CustomCondition> customConditionList = new List<CustomCondition>(); |
|
|
List<CustomCondition> customConditionList = new List<CustomCondition>(); |
|
@ -110,7 +111,8 @@ namespace Win.Sfs.SettleAccount.Reports.ReportServices |
|
|
customConditionList.Add(new CustomCondition() { Name = "KennCode", Value = string.IsNullOrEmpty(kenncode) ? string.Empty : kenncode }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "KennCode", Value = string.IsNullOrEmpty(kenncode) ? string.Empty : kenncode }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "ChassisNumber", Value = string.IsNullOrEmpty(chassisNumber) ? string.Empty : chassisNumber }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "ChassisNumber", Value = string.IsNullOrEmpty(chassisNumber) ? string.Empty : chassisNumber }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "MaterialGroup", Value = string.IsNullOrEmpty(materialGroup) ? string.Empty : materialGroup }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "MaterialGroup", Value = string.IsNullOrEmpty(materialGroup) ? string.Empty : materialGroup }); |
|
|
var _taskid = await _service.ExportEnqueueAsync("大众准时化结算门板价格差异比对报表", ExportExtentsion.Excel, CurrentUser, typeof(SettleDoorPanelExportService), customConditionList, (rs) => |
|
|
customConditionList.Add(new CustomCondition() { Name = "SapCode", Value = string.IsNullOrEmpty(sapCode) ? string.Empty : sapCode }); |
|
|
|
|
|
var _taskid = await _service.ExportEnqueueAsync("大众准时化结算门板价格差异比对报表", ExportExtentsion.Excel,version,string.Empty, CurrentUser, typeof(SettleDoorPanelExportService), customConditionList, (rs) => |
|
|
{ |
|
|
{ |
|
|
}); |
|
|
}); |
|
|
return _taskid; |
|
|
return _taskid; |
|
@ -147,7 +149,7 @@ namespace Win.Sfs.SettleAccount.Reports.ReportServices |
|
|
customConditionList.Add(new CustomCondition() { Name = "BegingTime", Value = begin.ToString() }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "BegingTime", Value = begin.ToString() }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "EndTime", Value = end.ToString() }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "EndTime", Value = end.ToString() }); |
|
|
|
|
|
|
|
|
var _taskid = await _service.ExportEnqueueAsync("大众看板结算与交货核对明细表", ExportExtentsion.Excel, CurrentUser, typeof(SettleKBWithCodeExportService), customConditionList, (rs) => |
|
|
var _taskid = await _service.ExportEnqueueAsync("大众看板结算与交货核对明细表", ExportExtentsion.Excel,version ,string.Empty,CurrentUser, typeof(SettleKBWithCodeExportService), customConditionList, (rs) => |
|
|
{ |
|
|
{ |
|
|
}); |
|
|
}); |
|
|
return _taskid; |
|
|
return _taskid; |
|
@ -185,7 +187,7 @@ namespace Win.Sfs.SettleAccount.Reports.ReportServices |
|
|
customConditionList.Add(new CustomCondition() { Name = "BegingTime", Value = begin.ToString() }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "BegingTime", Value = begin.ToString() }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "EndTime", Value = end.ToString() }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "EndTime", Value = end.ToString() }); |
|
|
|
|
|
|
|
|
var _taskid = await _service.ExportEnqueueAsync("大众备件结算核对明细表", ExportExtentsion.Excel, CurrentUser, typeof(SettleSparePartExportService), customConditionList, (rs) => |
|
|
var _taskid = await _service.ExportEnqueueAsync("大众备件结算核对明细表", ExportExtentsion.Excel,version,string.Empty ,CurrentUser, typeof(SettleSparePartExportService), customConditionList, (rs) => |
|
|
{ |
|
|
{ |
|
|
}); |
|
|
}); |
|
|
return _taskid; |
|
|
return _taskid; |
|
@ -228,7 +230,7 @@ namespace Win.Sfs.SettleAccount.Reports.ReportServices |
|
|
customConditionList.Add(new CustomCondition() { Name = "BegingTime", Value = begin.ToString() }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "BegingTime", Value = begin.ToString() }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "EndTime", Value = end.ToString() }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "EndTime", Value = end.ToString() }); |
|
|
|
|
|
|
|
|
var _taskid = await _service.ExportEnqueueAsync("未结算对比", ExportExtentsion.Excel, CurrentUser, typeof(UnSettledExportService), customConditionList, (rs) => |
|
|
var _taskid = await _service.ExportEnqueueAsync("未结算对比", ExportExtentsion.Excel,version,string.Empty ,CurrentUser, typeof(UnSettledExportService), customConditionList, (rs) => |
|
|
{ |
|
|
{ |
|
|
}); |
|
|
}); |
|
|
return _taskid; |
|
|
return _taskid; |
|
@ -263,7 +265,7 @@ namespace Win.Sfs.SettleAccount.Reports.ReportServices |
|
|
customConditionList.Add(new CustomCondition() { Name = "ProjectName", Value = "ERP总成开票报表" }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "ProjectName", Value = "ERP总成开票报表" }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "Year", Value = year ?? DateTime.Now.Year.ToString() }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "Year", Value = year ?? DateTime.Now.Year.ToString() }); |
|
|
|
|
|
|
|
|
var _taskid = await _service.ExportEnqueueAsync("ERP总成开票报表", ExportExtentsion.Excel, CurrentUser, typeof(fisUnsettledDiffReport), customConditionList, (rs) => |
|
|
var _taskid = await _service.ExportEnqueueAsync("ERP总成开票报表", ExportExtentsion.Excel,version,string.Empty ,CurrentUser, typeof(fisUnsettledDiffReport), customConditionList, (rs) => |
|
|
{ |
|
|
{ |
|
|
}); |
|
|
}); |
|
|
return _taskid; |
|
|
return _taskid; |
|
@ -304,7 +306,7 @@ namespace Win.Sfs.SettleAccount.Reports.ReportServices |
|
|
customConditionList.Add(new CustomCondition() { Name = "ProjectName", Value = "价差量差分析报表" }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "ProjectName", Value = "价差量差分析报表" }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "Year", Value = year ?? DateTime.Now.Year.ToString() }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "Year", Value = year ?? DateTime.Now.Year.ToString() }); |
|
|
|
|
|
|
|
|
var _taskid = await _service.ExportEnqueueAsync("价差量差分析报表", ExportExtentsion.Excel, CurrentUser, typeof(PriceQtyDifferenceExportService), customConditionList, (rs) => |
|
|
var _taskid = await _service.ExportEnqueueAsync("价差量差分析报表", ExportExtentsion.Excel,version,string.Empty ,CurrentUser, typeof(PriceQtyDifferenceExportService), customConditionList, (rs) => |
|
|
{ |
|
|
{ |
|
|
}); |
|
|
}); |
|
|
return _taskid; |
|
|
return _taskid; |
|
@ -340,7 +342,7 @@ namespace Win.Sfs.SettleAccount.Reports.ReportServices |
|
|
customConditionList.Add(new CustomCondition() { Name = "ProjectName", Value = "结算与开票数据对比" }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "ProjectName", Value = "结算与开票数据对比" }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "Year", Value = year ?? DateTime.Now.Year.ToString() }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "Year", Value = year ?? DateTime.Now.Year.ToString() }); |
|
|
|
|
|
|
|
|
var _taskid = await _service.ExportEnqueueAsync("大众发票与结算核对汇总表", ExportExtentsion.Excel, CurrentUser, typeof(InvoiceSettledDiffExportService), customConditionList, (rs) => |
|
|
var _taskid = await _service.ExportEnqueueAsync("大众发票与结算核对汇总表", ExportExtentsion.Excel,version,string.Empty ,CurrentUser, typeof(InvoiceSettledDiffExportService), customConditionList, (rs) => |
|
|
{ |
|
|
{ |
|
|
}); |
|
|
}); |
|
|
return _taskid; |
|
|
return _taskid; |
|
@ -364,15 +366,16 @@ namespace Win.Sfs.SettleAccount.Reports.ReportServices |
|
|
string cp7end, |
|
|
string cp7end, |
|
|
string kenncode, |
|
|
string kenncode, |
|
|
string chassisNumber, |
|
|
string chassisNumber, |
|
|
List<string> materialGroup |
|
|
string materialGroup, |
|
|
|
|
|
string sapCode |
|
|
) |
|
|
) |
|
|
{ |
|
|
{ |
|
|
string str1 = string.Empty; |
|
|
//string str1 = string.Empty;
|
|
|
if(materialGroup!=null) |
|
|
//if(materialGroup!=null)
|
|
|
{ |
|
|
//{
|
|
|
|
|
|
|
|
|
str1 = string.Join(',', materialGroup.ToArray()); |
|
|
// str1 = string.Join(',', materialGroup.ToArray());
|
|
|
} |
|
|
//}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
List<CustomCondition> customConditionList = new List<CustomCondition>(); |
|
|
List<CustomCondition> customConditionList = new List<CustomCondition>(); |
|
@ -384,12 +387,12 @@ namespace Win.Sfs.SettleAccount.Reports.ReportServices |
|
|
customConditionList.Add(new CustomCondition() { Name = "Cp7EndTime", Value = string.IsNullOrEmpty(cp7end) ? string.Empty : cp7end }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "Cp7EndTime", Value = string.IsNullOrEmpty(cp7end) ? string.Empty : cp7end }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "KennCode", Value = string.IsNullOrEmpty(kenncode) ? string.Empty : kenncode }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "KennCode", Value = string.IsNullOrEmpty(kenncode) ? string.Empty : kenncode }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "ChassisNumber", Value = string.IsNullOrEmpty(chassisNumber) ? string.Empty : chassisNumber }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "ChassisNumber", Value = string.IsNullOrEmpty(chassisNumber) ? string.Empty : chassisNumber }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "MaterialGroup", Value = string.IsNullOrEmpty(str1) ? string.Empty : str1 }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "MaterialGroup", Value = string.IsNullOrEmpty(materialGroup) ? string.Empty : materialGroup }); |
|
|
|
|
|
customConditionList.Add(new CustomCondition() { Name = "SapCode", Value = string.IsNullOrEmpty(sapCode) ? string.Empty : sapCode }); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var _taskid = await _service.ExportEnqueueAsync("大众发票与结算核对明细表", ExportExtentsion.Excel, CurrentUser, typeof(InvoiceSettledDetailDiffExportService), customConditionList, (rs) => |
|
|
var _taskid = await _service.ExportEnqueueAsync("大众发票与结算核对明细表", ExportExtentsion.Excel,version,string.Empty ,CurrentUser, typeof(InvoiceSettledDetailDiffExportService), customConditionList, (rs) => |
|
|
{ |
|
|
{ |
|
|
}); |
|
|
}); |
|
|
return _taskid; |
|
|
return _taskid; |
|
@ -413,7 +416,8 @@ namespace Win.Sfs.SettleAccount.Reports.ReportServices |
|
|
string cp7end, |
|
|
string cp7end, |
|
|
string kenncode, |
|
|
string kenncode, |
|
|
string chassisNumber, |
|
|
string chassisNumber, |
|
|
string materialGroup |
|
|
string materialGroup, |
|
|
|
|
|
string sapCode |
|
|
|
|
|
|
|
|
) |
|
|
) |
|
|
{ |
|
|
{ |
|
@ -430,9 +434,9 @@ namespace Win.Sfs.SettleAccount.Reports.ReportServices |
|
|
customConditionList.Add(new CustomCondition() { Name = "ChassisNumber", Value = string.IsNullOrEmpty(chassisNumber) ? string.Empty : chassisNumber }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "ChassisNumber", Value = string.IsNullOrEmpty(chassisNumber) ? string.Empty : chassisNumber }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "Mater", Value = string.IsNullOrEmpty(chassisNumber) ? string.Empty : chassisNumber }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "Mater", Value = string.IsNullOrEmpty(chassisNumber) ? string.Empty : chassisNumber }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "MaterialGroup", Value = string.IsNullOrEmpty(materialGroup) ? string.Empty : materialGroup }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "MaterialGroup", Value = string.IsNullOrEmpty(materialGroup) ? string.Empty : materialGroup }); |
|
|
|
|
|
customConditionList.Add(new CustomCondition() { Name = "SapCode", Value = string.IsNullOrEmpty(sapCode) ? string.Empty : sapCode }); |
|
|
|
|
|
|
|
|
|
|
|
var _taskid = await _service.ExportEnqueueAsync("大众结算未发运核对明细表", ExportExtentsion.Excel,version,string.Empty ,CurrentUser, typeof(UnInvoiceSettledDetailDiffExportService), customConditionList, (rs) => |
|
|
var _taskid = await _service.ExportEnqueueAsync("大众结算未发运核对明细表", ExportExtentsion.Excel, CurrentUser, typeof(UnInvoiceSettledDetailDiffExportService), customConditionList, (rs) => |
|
|
|
|
|
{ |
|
|
{ |
|
|
}); |
|
|
}); |
|
|
return _taskid; |
|
|
return _taskid; |
|
@ -440,26 +444,7 @@ namespace Win.Sfs.SettleAccount.Reports.ReportServices |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// 3.大众准时化结算数量差异比对表
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <param name="files">上传的文件(前端已经限制只能上传一个附件)</param>
|
|
|
|
|
|
/// <returns></returns>
|
|
|
|
|
|
//[HttpGet]
|
|
|
|
|
|
//[Route("SettleFisDiffExport-Make")]
|
|
|
|
|
|
//[DisableRequestSizeLimit]
|
|
|
|
|
|
//public async Task<string> SettleFisDiffExportMake( string version, string materialCode, string begin, string end)
|
|
|
|
|
|
//{
|
|
|
|
|
|
// List<CustomCondition> customConditionList = new List<CustomCondition>();
|
|
|
|
|
|
// customConditionList.Add(new CustomCondition() { Name = "Version", Value = version });
|
|
|
|
|
|
// customConditionList.Add(new CustomCondition() { Name = "MaterialCode", Value = materialCode});
|
|
|
|
|
|
// customConditionList.Add(new CustomCondition() { Name = "BeginTime", Value = begin });
|
|
|
|
|
|
// customConditionList.Add(new CustomCondition() { Name = "EndTime", Value = end });
|
|
|
|
|
|
// var _taskid = await _service.ExportEnqueueAsync("大众准时化结算数量差异比对表", ExportExtentsion.Excel, CurrentUser, typeof(SettleFisDiffExportService), customConditionList, (rs) =>
|
|
|
|
|
|
// {
|
|
|
|
|
|
// });
|
|
|
|
|
|
// return _taskid;
|
|
|
|
|
|
//}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// 7.大众准时化未结明细表(包含漏结,漏结要有标识)
|
|
|
/// 7.大众准时化未结明细表(包含漏结,漏结要有标识)
|
|
@ -477,7 +462,8 @@ namespace Win.Sfs.SettleAccount.Reports.ReportServices |
|
|
string end, |
|
|
string end, |
|
|
string kenncode, |
|
|
string kenncode, |
|
|
string chassisNumber, |
|
|
string chassisNumber, |
|
|
string materialGroup |
|
|
string materialGroup, |
|
|
|
|
|
string sapCode |
|
|
) |
|
|
) |
|
|
{ |
|
|
{ |
|
|
List<CustomCondition> customConditionList = new List<CustomCondition>(); |
|
|
List<CustomCondition> customConditionList = new List<CustomCondition>(); |
|
@ -491,8 +477,8 @@ namespace Win.Sfs.SettleAccount.Reports.ReportServices |
|
|
customConditionList.Add(new CustomCondition() { Name = "End", Value = !string.IsNullOrEmpty(end)?string.Empty: end }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "End", Value = !string.IsNullOrEmpty(end)?string.Empty: end }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "KennCode", Value = string.IsNullOrEmpty(kenncode) ? string.Empty : kenncode }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "KennCode", Value = string.IsNullOrEmpty(kenncode) ? string.Empty : kenncode }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "ChassisNumber", Value = string.IsNullOrEmpty(chassisNumber) ? string.Empty : chassisNumber }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "ChassisNumber", Value = string.IsNullOrEmpty(chassisNumber) ? string.Empty : chassisNumber }); |
|
|
|
|
|
customConditionList.Add(new CustomCondition() { Name = "SapCode", Value = string.IsNullOrEmpty(sapCode) ? string.Empty : sapCode }); |
|
|
var _taskid = await _service.ExportEnqueueAsync("大众准时化未结明细表", ExportExtentsion.Excel, CurrentUser, typeof(UnsettledDetailReportService), customConditionList, (rs) => |
|
|
var _taskid = await _service.ExportEnqueueAsync("大众准时化未结明细表", ExportExtentsion.Excel,version,string.Empty ,CurrentUser, typeof(UnsettledDetailReportService), customConditionList, (rs) => |
|
|
{ |
|
|
{ |
|
|
}); |
|
|
}); |
|
|
return _taskid; |
|
|
return _taskid; |
|
@ -528,7 +514,7 @@ namespace Win.Sfs.SettleAccount.Reports.ReportServices |
|
|
string kenncode, |
|
|
string kenncode, |
|
|
string chassisNumber, |
|
|
string chassisNumber, |
|
|
string materialGroup, |
|
|
string materialGroup, |
|
|
string type |
|
|
string sapCode |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
) |
|
|
) |
|
@ -538,26 +524,15 @@ namespace Win.Sfs.SettleAccount.Reports.ReportServices |
|
|
customConditionList.Add(new CustomCondition() { Name = "MaterialCode", Value = materialCode }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "MaterialCode", Value = materialCode }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "BeginTime", Value = begin }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "BeginTime", Value = begin }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "EndTime", Value = end }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "EndTime", Value = end }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "Type", Value = type }); |
|
|
|
|
|
customConditionList.Add(new CustomCondition() { Name = "Year", Value = string.Empty }); |
|
|
|
|
|
customConditionList.Add(new CustomCondition() { Name = "MaterialCode", Value = materialCode }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "MaterialCode", Value = materialCode }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "SapMaterialCode", Value = string.Empty }); |
|
|
|
|
|
customConditionList.Add(new CustomCondition() { Name = "KennCode", Value = string.IsNullOrEmpty(kenncode) ? string.Empty : kenncode }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "KennCode", Value = string.IsNullOrEmpty(kenncode) ? string.Empty : kenncode }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "ChassisNumber", Value = string.IsNullOrEmpty(chassisNumber) ? string.Empty : chassisNumber }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "ChassisNumber", Value = string.IsNullOrEmpty(chassisNumber) ? string.Empty : chassisNumber }); |
|
|
|
|
|
|
|
|
customConditionList.Add(new CustomCondition() { Name = "MaterialGroup", Value = string.IsNullOrEmpty(materialGroup) ? string.Empty : materialGroup }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "MaterialGroup", Value = string.IsNullOrEmpty(materialGroup) ? string.Empty : materialGroup }); |
|
|
|
|
|
customConditionList.Add(new CustomCondition() { Name = "SapCode", Value = string.IsNullOrEmpty(sapCode) ? string.Empty : sapCode }); |
|
|
|
|
|
|
|
|
// var materialGroup = p_list.Where(p => p.Name == "MaterialGroup").FirstOrDefault().Value;
|
|
|
|
|
|
//var type = p_list.Where(p => p.Name == "Type").FirstOrDefault().Value;
|
|
|
|
|
|
//var year = p_list.Where(p => p.Name == "Year").FirstOrDefault().Value;
|
|
|
|
|
|
//var materialCode = p_list.Where(p => p.Name == "MaterialCode").FirstOrDefault().Value;
|
|
|
|
|
|
//var sapCode = p_list.Where(p => p.Name == "SapMaterialCode").FirstOrDefault().Value;
|
|
|
|
|
|
|
|
|
|
|
|
//var beginTime = p_list.Where(p => p.Name == "BegingTime").FirstOrDefault().Value;
|
|
|
|
|
|
//var endTime = p_list.Where(p => p.Name == "EndTime").FirstOrDefault().Value;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var _taskid = await _service.ExportEnqueueAsync("大众准时化未结差异比对表", ExportExtentsion.Excel, CurrentUser, typeof(UnSettleDiffExportService), customConditionList, (rs) => |
|
|
var _taskid = await _service.ExportEnqueueAsync("大众准时化未结差异比对表", ExportExtentsion.Excel,version,string.Empty, CurrentUser, typeof(UnSettleDiffExportService), customConditionList, (rs) => |
|
|
{ |
|
|
{ |
|
|
}); |
|
|
}); |
|
|
return _taskid; |
|
|
return _taskid; |
|
@ -589,7 +564,7 @@ namespace Win.Sfs.SettleAccount.Reports.ReportServices |
|
|
customConditionList.Add(new CustomCondition() { Name = "ProjectName", Value = "结算总成和ERP总成价格对比" }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "ProjectName", Value = "结算总成和ERP总成价格对比" }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "Version", Value = version??string.Empty }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "Version", Value = version??string.Empty }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "CustomerCode", Value = customerCode }); |
|
|
customConditionList.Add(new CustomCondition() { Name = "CustomerCode", Value = customerCode }); |
|
|
var _taskid = await _service.ExportEnqueueAsync("结算总成和ERP总成价格对比", ExportExtentsion.Excel, CurrentUser, typeof(SettledPartAndErpPartPriceDiffExportService), customConditionList, (rs) => |
|
|
var _taskid = await _service.ExportEnqueueAsync("结算总成和ERP总成价格对比", ExportExtentsion.Excel,version,string.Empty,CurrentUser, typeof(SettledPartAndErpPartPriceDiffExportService), customConditionList, (rs) => |
|
|
{ |
|
|
{ |
|
|
}); |
|
|
}); |
|
|
return _taskid; |
|
|
return _taskid; |
|
|