修复bug
This commit is contained in:
@@ -581,7 +581,7 @@ namespace WMS.Web.Domain.Services
|
|||||||
BoxBillNo = boxList.FirstOrDefault(f => f.Id == b.BoxId)?.BoxBillNo ?? "",
|
BoxBillNo = boxList.FirstOrDefault(f => f.Id == b.BoxId)?.BoxBillNo ?? "",
|
||||||
OutStockId= outStock.Id,
|
OutStockId= outStock.Id,
|
||||||
OutStockBoxDetailsId=b.Id,
|
OutStockBoxDetailsId=b.Id,
|
||||||
BoxLength =b.BoxHigh,
|
BoxLength =b.BoxLength,
|
||||||
BoxWide=b.BoxWide,
|
BoxWide=b.BoxWide,
|
||||||
BoxHigh=b.BoxHigh,
|
BoxHigh=b.BoxHigh,
|
||||||
BoxWeight=b.BoxWeight,
|
BoxWeight=b.BoxWeight,
|
||||||
|
|||||||
Reference in New Issue
Block a user