|
|
@ -167,7 +167,7 @@ namespace Win.Sfs.SettleAccount.Reports.ReportServices |
|
|
|
customConditionList.Add(new CustomCondition() { Name = "BegingTime", Value = input.Begin.ToString() }); |
|
|
|
customConditionList.Add(new CustomCondition() { Name = "EndTime", Value = input.End.ToString() }); |
|
|
|
|
|
|
|
var _taskid = await _service.ExportEnqueueAsync("备件结算输出", ExportExtentsion.Excel, input.Version, string.Empty, CurrentUser, typeof(SettleKBWithOutCodeExportService), customConditionList, (rs) => |
|
|
|
var _taskid = await _service.ExportEnqueueAsync("无条码看板结算输出", ExportExtentsion.Excel, input.Version, string.Empty, CurrentUser, typeof(SettleKBWithOutCodeExportService), customConditionList, (rs) => |
|
|
|
{ |
|
|
|
}); |
|
|
|
return _taskid; |
|
|
@ -187,7 +187,7 @@ namespace Win.Sfs.SettleAccount.Reports.ReportServices |
|
|
|
/// <param name="end"></param>
|
|
|
|
/// <returns></returns>
|
|
|
|
[HttpGet] |
|
|
|
[Route("SettlSparePartExport")] |
|
|
|
[Route("SettleSparePartExport")] |
|
|
|
[DisableRequestSizeLimit] |
|
|
|
|
|
|
|
public async Task<string> SettledSparePart(string purchaseOrderNo, string sapCode, string version, string customerCode, string factory, string matialCode, |
|
|
@ -205,7 +205,7 @@ namespace Win.Sfs.SettleAccount.Reports.ReportServices |
|
|
|
customConditionList.Add(new CustomCondition() { Name = "BegingTime", Value = begin.ToString() }); |
|
|
|
customConditionList.Add(new CustomCondition() { Name = "EndTime", Value = end.ToString() }); |
|
|
|
|
|
|
|
var _taskid = await _service.ExportEnqueueAsync("大众备件结算核对明细表", ExportExtentsion.Excel,version,string.Empty ,CurrentUser, typeof(SettleSparePartExportService), customConditionList, (rs) => |
|
|
|
var _taskid = await _service.ExportEnqueueAsync("备件结算输出", ExportExtentsion.Excel,version,string.Empty ,CurrentUser, typeof(SettleSparePartExportService), customConditionList, (rs) => |
|
|
|
{ |
|
|
|
|
|
|
|
}); |
|
|
|