|
|
@ -68,7 +68,11 @@ public class SparePartIssueRequestAppService : SfsStoreRequestAppServiceBase<Spa |
|
|
|
if (sparePartIssueJobDto.JobStatus == EnumJobStatus.Open || |
|
|
|
sparePartIssueJobDto.JobStatus == EnumJobStatus.Partial || |
|
|
|
sparePartIssueJobDto.JobStatus == EnumJobStatus.Doing || |
|
|
|
sparePartIssueJobDto.JobStatus == EnumJobStatus.Wait) |
|
|
|
sparePartIssueJobDto.JobStatus == EnumJobStatus.Wait || |
|
|
|
p.JobStatus == EnumJobStatus.WaitAgv |
|
|
|
|
|
|
|
|
|
|
|
) |
|
|
|
{ |
|
|
|
await _sparePartIssueJobAppService.CancelAsync(sparePartIssueJobDto.Id).ConfigureAwait(false); |
|
|
|
} |
|
|
|