|
|
@ -155,10 +155,14 @@ namespace Win.Sfs.SettleAccount.Entities.WMS |
|
|
|
|
|
|
|
|
|
|
|
[HttpPost] |
|
|
|
[Route("Output")] |
|
|
|
[Route("SyncSap")] |
|
|
|
|
|
|
|
virtual public async Task<bool> OutputAsync(WmsRequestDetailReportDto input) |
|
|
|
{ |
|
|
|
if (string.IsNullOrEmpty(input.Version)) |
|
|
|
{ |
|
|
|
|
|
|
|
} |
|
|
|
var entities = await _wmsRepository.GetListByFilterAsync(GuidGenerator.Create(), input.Filters, input.Sorting, int.MaxValue, |
|
|
|
0, true); |
|
|
|
List<WmsDetailReport> _ls = new List<WmsDetailReport>(); |
|
|
|