1
hutongqing
2024-12-16 ab205a55b008fe73696073b2a141e618b13fb271
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_InboundService/ReceiveOrderService.cs
@@ -125,7 +125,8 @@
                        OverInQuantity = 0,
                        ReceiptQuantity = 0,
                        RowNo = item.RowNo,
                        Unit = item.Unit
                        Unit = item.Unit,
                        BatchNo = item.LotNo
                    };
                    inboundOrder.Details.Add(detail);
                }