|
|
@ -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; |
|
|
|