tt
This commit is contained in:
@@ -168,6 +168,7 @@ namespace WMS.Web.Domain.Entitys
|
||||
if (totalAccruedQty == totalReceiveQty)
|
||||
this.Status = InstockStatus.Already;
|
||||
else
|
||||
this.Status = InstockStatus.Part;
|
||||
this.ReceiverId = creatorId;
|
||||
this.ReceiveTime = DateTime.Now;
|
||||
this.ShelferId = creatorId;
|
||||
|
||||
Reference in New Issue
Block a user