|
|
@ -383,7 +383,7 @@ public class InspectJobManager : SfsJobManagerBase<InspectJob, InspectJobDetail> |
|
|
|
detail.Volume = inspectJobDetail.Volume; |
|
|
|
detail.Appearance = inspectJobDetail.Appearance; |
|
|
|
detail.OtherPropertyJson = inspectJobDetail.OtherPropertyJson; |
|
|
|
detail.InspectQty = inspectJobDetail.InspectQty; |
|
|
|
detail.InspectQty = detail.ReceiveQty; |
|
|
|
detail.GoodQty = 0; |
|
|
|
detail.NotPassedQty = detail.ReceiveQty; |
|
|
|
detail.FailedQty = detail.ReceiveQty; |
|
|
@ -396,7 +396,7 @@ public class InspectJobManager : SfsJobManagerBase<InspectJob, InspectJobDetail> |
|
|
|
detail.Volume = inspectJobDetail.Volume; |
|
|
|
detail.Appearance = inspectJobDetail.Appearance; |
|
|
|
detail.OtherPropertyJson = inspectJobDetail.OtherPropertyJson; |
|
|
|
detail.InspectQty = inspectJobDetail.InspectQty; |
|
|
|
detail.InspectQty = detail.ReceiveQty; |
|
|
|
detail.GoodQty = detail.ReceiveQty; |
|
|
|
detail.NotPassedQty = 0; |
|
|
|
detail.FailedQty = 0; |
|
|
|