diff --git a/src/aspnet-core/ICS.Application/Business/Service/生产管理/IcsLotOnWip/IcsLotOnWipAppService.cs b/src/aspnet-core/ICS.Application/Business/Service/生产管理/IcsLotOnWip/IcsLotOnWipAppService.cs index af22f8c6..c4d29f28 100644 --- a/src/aspnet-core/ICS.Application/Business/Service/生产管理/IcsLotOnWip/IcsLotOnWipAppService.cs +++ b/src/aspnet-core/ICS.Application/Business/Service/生产管理/IcsLotOnWip/IcsLotOnWipAppService.cs @@ -1541,6 +1541,7 @@ namespace ICS.Application.Business.Service detailWip.MoCode = input.MoCode; detailWip.MoSeq = input.MoSeq; detailWip.Seq = seq; + detailWip.OpSeq = currentRouteOpInfo.OpSeq; detailWip.TLotNo = input.LotNo; detailWip.TLotSeq = input.LotSeq; detailWip.SLotNo = input.LotNo; @@ -1591,6 +1592,7 @@ namespace ICS.Application.Business.Service lotOnWip.SLotNo = input.LotNo; lotOnWip.SLotSeq = input.LotSeq; lotOnWip.Seq = seq; + lotOnWip.OpSeq = currentRouteOpInfo.OpSeq; lotOnWip.ModelCode = item.ItemModel; lotOnWip.ItemCode = input.ItemCode; lotOnWip.LotQty = input.LotQty;