This commit is contained in:
tongfei
2024-04-19 10:04:28 +08:00
parent 38b23087f0
commit d82e989807

View File

@@ -191,7 +191,7 @@ namespace WMS.Web.Repositories
Receiver = x.box.ReceiverId.HasValue ? _singleDataService.GetSingleData(SingleAction.Staffs, companyId, x.box.ReceiverId.Value) : "",
Qty = x.detail.ReceiveQty,
ReceiveQty = x.detail.ReceiveQty,
SerialNumbers=x.detail.SerialNumbers.Count>0? (string.Join(",", x.detail.SerialNumbers).TrimEnd(',')):"",
SerialNumbers=x.detail.SerialNumbers!=null? (string.Join(",", x.detail.SerialNumbers).TrimEnd(',')):"",
}).ToListAsync();
if (boxList != null && boxList.Count != 0)