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