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