修改排序

This commit is contained in:
2025-07-16 14:28:19 +08:00
parent 3638646b8d
commit d4d03f1230

View File

@@ -639,13 +639,13 @@ namespace WMS.Web.Domain.Services
}; };
response.Details.Add(infoDetail); response.Details.Add(infoDetail);
} }
//排序和加序号值 ////排序和加序号值
response.Details = response.Details.OrderByDescending(s => s.Specifications).ThenBy(s => s.Method) //response.Details = response.Details.OrderByDescending(s => s.Specifications).ThenBy(s => s.Method)
// .ThenByDescending(s => s.Method).ThenByDescending(s => s.Qty) //// .ThenByDescending(s => s.Method).ThenByDescending(s => s.Qty)
// response.Details.ForEach(f => f.IndexNumber = response.Details.IndexOf(f) + 1); //// response.Details.ForEach(f => f.IndexNumber = response.Details.IndexOf(f) + 1);
//response.Details = response.Details.OrderByDescending(s => s.Method).ThenBy(s => s.Specifications).ThenByDescending(s => s.BoxBillNo).ThenByDescending(s=>s.Qty) ////response.Details = response.Details.OrderByDescending(s => s.Method).ThenBy(s => s.Specifications).ThenByDescending(s => s.BoxBillNo).ThenByDescending(s=>s.Qty)
.ThenByDescending(s => s.BoxBillNo).ThenBy(s => s.BoxLength).ThenByDescending(s => s.Qty) //.ThenByDescending(s => s.BoxBillNo).ThenBy(s => s.BoxLength).ThenByDescending(s => s.Qty)
.ToList(); //.ToList();
////alter by yzh 20250715 加了:.OrderByDescending(y=>y.Specifications) ////alter by yzh 20250715 加了:.OrderByDescending(y=>y.Specifications)
//for (int i = 0; i < response.Details.Count(); i++) //for (int i = 0; i < response.Details.Count(); i++)