youh
This commit is contained in:
@@ -191,7 +191,7 @@ namespace WMS.Web.Repositories
|
|||||||
Receiver = x.box.ReceiverId.HasValue ? _singleDataService.GetSingleData(SingleAction.Staffs, companyId, x.box.ReceiverId.Value) : "",
|
Receiver = x.box.ReceiverId.HasValue ? _singleDataService.GetSingleData(SingleAction.Staffs, companyId, x.box.ReceiverId.Value) : "",
|
||||||
Qty = x.detail.ReceiveQty,
|
Qty = x.detail.ReceiveQty,
|
||||||
ReceiveQty = x.detail.ReceiveQty,
|
ReceiveQty = x.detail.ReceiveQty,
|
||||||
SerialNumbers=x.detail.SerialNumbers!=null? (string.Join(",", x.detail.SerialNumbers).TrimEnd(',')):"",
|
SerialNumbers=x.detail.SerialNumbers!=null && x.detail.SerialNumbers.Count()>0? (string.Join(",", x.detail.SerialNumbers).TrimEnd(',')):"",
|
||||||
}).ToListAsync();
|
}).ToListAsync();
|
||||||
|
|
||||||
if (boxList != null && boxList.Count != 0)
|
if (boxList != null && boxList.Count != 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user