新增批号
This commit is contained in:
@@ -156,7 +156,12 @@ namespace Gatedge.ScanCode.Services
|
||||
FBarQty = n.FBarQty,
|
||||
FSrcBillId = n.FSrcBillId,
|
||||
FSrcEntryId = n.FSrcEntryId,
|
||||
FBarAuxPropId = n.FBarAuxpropId == 0 ? null : n.FBarAuxpropId
|
||||
FBarAuxPropId = n.FBarAuxpropId == 0 ? null : n.FBarAuxpropId,
|
||||
FLot = new Lot()
|
||||
{
|
||||
FLotId = n.FLot_Id == 0 ? null : n.FLot_Id,
|
||||
FNumber = n.FLot_Text,
|
||||
}
|
||||
|
||||
}),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user