diff --git a/src/WMS.Web.Domain/Entitys/InstockTask.cs b/src/WMS.Web.Domain/Entitys/InstockTask.cs index fb7f2ef9..c4a46450 100644 --- a/src/WMS.Web.Domain/Entitys/InstockTask.cs +++ b/src/WMS.Web.Domain/Entitys/InstockTask.cs @@ -168,7 +168,8 @@ namespace WMS.Web.Domain.Entitys if (totalAccruedQty == totalReceiveQty) this.Status = InstockStatus.Already; else - this.ReceiverId = creatorId; + this.Status = InstockStatus.Part; + this.ReceiverId = creatorId; this.ReceiveTime = DateTime.Now; this.ShelferId = creatorId; this.ShelfTime = DateTime.Now;