|
|
@ -191,7 +191,7 @@ public class KittingIssueRequestAppService : SfsStoreRequestAppServiceBase<Kitti |
|
|
|
|
|
|
|
if (kittingIssueJobDtos.Any(p => |
|
|
|
p.JobStatus == EnumJobStatus.Open || p.JobStatus == EnumJobStatus.Doing || |
|
|
|
p.JobStatus == EnumJobStatus.Partial||p.JobStatus== EnumJobStatus.Wait |
|
|
|
p.JobStatus == EnumJobStatus.Partial||p.JobStatus== EnumJobStatus.Wait|| |
|
|
|
p.JobStatus == EnumJobStatus.WaitAgv |
|
|
|
|
|
|
|
)) |
|
|
|