优化
This commit is contained in:
@@ -296,7 +296,7 @@ namespace WMS.Web.Domain.Services
|
||||
if (erp_data != null)
|
||||
{
|
||||
//2.1.2修改数量
|
||||
if (erp_data.Qty > item.AccruedQty)
|
||||
if (erp_data.Qty > item.AccruedQty && (erp_data.Qty>item.RealityQty && item.RealityQty!=0))
|
||||
data.Status = InstockStatus.Part;
|
||||
else if(erp_data.Qty<=item.AccruedQty && erp_data.Qty<=item.RealityQty)
|
||||
data.Status = InstockStatus.Already;
|
||||
|
||||
Reference in New Issue
Block a user