修复bug
This commit is contained in:
@@ -190,7 +190,7 @@ namespace WMS.Web.Domain.Entitys
|
||||
|
||||
if (totalAccruedQty <= totalRealityQty)
|
||||
this.Status = InstockStatus.Already;
|
||||
else if(totalReceiveQty<=0)
|
||||
else if(totalReceiveQty<= 0 && this.Type == InstockType.Purchase)
|
||||
this.Status = InstockStatus.Wait;
|
||||
else if(totalRealityQty<=0)
|
||||
this.Status = InstockStatus.WaitInStock;
|
||||
|
||||
Reference in New Issue
Block a user