修复bug
This commit is contained in:
@@ -333,22 +333,22 @@ namespace WMS.Web.Domain.Services
|
||||
}
|
||||
if (TransferDirect_Nos.Count() > 0)
|
||||
{
|
||||
result = await BillQueryForDeliveryNoticeOutStock(false, TransferDirect_Nos);
|
||||
result = await BillQueryForTransferDirectOutStock(false, TransferDirect_Nos);
|
||||
if (!result.IsSuccess) isRollback = true;
|
||||
}
|
||||
if (TransferOut_Nos.Count() > 0)
|
||||
{
|
||||
result = await BillQueryForDeliveryNoticeOutStock(false, TransferOut_Nos);
|
||||
result = await BillQueryForTransferOutOutStock(false, TransferOut_Nos);
|
||||
if (!result.IsSuccess) isRollback = true;
|
||||
}
|
||||
if (AssembledApp_Nos.Count() > 0)
|
||||
{
|
||||
result = await BillQueryForDeliveryNoticeOutStock(false, AssembledApp_Nos);
|
||||
result = await BillQueryForAssembledAppOutStock(false, AssembledApp_Nos);
|
||||
if (!result.IsSuccess) isRollback = true;
|
||||
}
|
||||
if (MisDeliveryOut_Nos.Count() > 0)
|
||||
{
|
||||
result = await BillQueryForDeliveryNoticeOutStock(false, MisDeliveryOut_Nos);
|
||||
result = await BillQueryForMisDeliveryOutStock(false, MisDeliveryOut_Nos);
|
||||
if (!result.IsSuccess) isRollback = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user