|
|
@ -628,8 +628,17 @@ public class SparePartIssueJobAppService |
|
|
|
|
|
|
|
//await _expectOutAppService.RemoveByNumberAsync(sparePartIssueJob.Number).ConfigureAwait(false);
|
|
|
|
|
|
|
|
await SparePartIssueRequestAppService.UpdateStatusCompletedAsync(sparePartIssueJob.SparePartRequestNumber) |
|
|
|
.ConfigureAwait(false); |
|
|
|
|
|
|
|
var flag = await _transferLibRequestAppService.IsCompleted(sparePartIssueJob.Number).ConfigureAwait(false); |
|
|
|
if (flag == false) |
|
|
|
{ |
|
|
|
await _transferLibRequestAppService.CompleteByJobNumAsync(sparePartIssueJob.Number).ConfigureAwait(false); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
//await SparePartIssueRequestAppService.UpdateStatusCompletedAsync(sparePartIssueJob.SparePartRequestNumber)
|
|
|
|
// .ConfigureAwait(false);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|