This commit is contained in:
tongfei
2024-03-02 11:47:29 +08:00

View File

@@ -320,6 +320,7 @@ namespace WMS.Web.Domain.Services
/// <returns></returns>
public async Task<Result> ChangeBox_BackRecord(BackRecord backRecord, LoginInDto loginInfo, bool isTransaction = true)
{
return Result.ReSuccess();
if (backRecord.Method == InventoryInOutMethod.Box) return Result.ReSuccess();
List<SaveChangeBoxRecordRequest> dtoList = new List<SaveChangeBoxRecordRequest>();
var boxIds = backRecord.Details.Select(s => s.BoxId).Distinct().ToList();