箱库存-优化
This commit is contained in:
Binary file not shown.
@@ -844,7 +844,7 @@ namespace WMS.Web.Domain.Services
|
|||||||
}
|
}
|
||||||
if (delete_entitys.Count != 0)
|
if (delete_entitys.Count != 0)
|
||||||
{
|
{
|
||||||
var delete_ids = add_entitys.Select(x => x.Id).ToList();
|
var delete_ids = delete_entitys.Select(x => x.Id).ToList();
|
||||||
isSuccess = await _boxInventoryRepositories.DeleteRange(delete_ids, isTransaction);
|
isSuccess = await _boxInventoryRepositories.DeleteRange(delete_ids, isTransaction);
|
||||||
if (!isSuccess) return Result.ReFailure(ResultCodes.DateWriteError);
|
if (!isSuccess) return Result.ReFailure(ResultCodes.DateWriteError);
|
||||||
}
|
}
|
||||||
@@ -1276,6 +1276,8 @@ namespace WMS.Web.Domain.Services
|
|||||||
return Result.ReSuccess();
|
return Result.ReSuccess();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//private async Task<Result> ExeTaskBox(List<string> serNubs,bool isTransaction) { }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 入库单-箱库存变更
|
/// 入库单-箱库存变更
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user