wxw
2025-10-26 17a6a93088a9bc551641c1431e4f70cc9f78813d
Wms/WMS.BLL/BllAsnServer/ArrivalNoticeServer.cs
@@ -732,7 +732,7 @@
                        // 处理价格默认值
                        detailModel.Price ??= 0;
                        detailModel.BoxCodeStr = detailModel.LotNo;
                        // 生成箱码(自有批次逻辑)
                        if (detailModel.Id == 0 || detailModel.Id == null || string.IsNullOrWhiteSpace(detailModel.LotNo))
                        {