This commit is contained in:
tongfei
2023-12-08 15:36:21 +08:00
parent 1dbcf1cf4e
commit a14f802d22

View File

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