修改了入库
This commit is contained in:
@@ -638,14 +638,14 @@ namespace WMS.Web.Domain.Services
|
||||
order.Status = InstockStatus.Wait;
|
||||
else if (details_Groups.Sum(x => x.RealityQtyTotal) <= 0)
|
||||
{
|
||||
if (order.Type == InstockType.ProduceSotck)
|
||||
{
|
||||
order.Status = InstockStatus.Wait;
|
||||
}
|
||||
else
|
||||
{
|
||||
//if (order.Type == InstockType.ProduceSotck)
|
||||
// {
|
||||
// order.Status = InstockStatus.Wait;
|
||||
// }
|
||||
// else
|
||||
// {
|
||||
order.Status = InstockStatus.WaitInStock;
|
||||
}
|
||||
//}
|
||||
}
|
||||
else if (details_Groups.Sum(x => x.RealityQtyTotal) >= details_Groups.Sum(x => x.AccruedQtyTotal))
|
||||
order.Status = InstockStatus.Already;
|
||||
|
||||
Reference in New Issue
Block a user