huanghongfeng
2025-11-10 234e0265fbed611b20f0903bb69fbf0bd5417c1c
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_StockService/Service/StockInfoService.cs
@@ -270,7 +270,7 @@
                {
                    Dt_StockInfoDetail dt_StockIndet = detdata.Where(x => x.StockId == entities[i].Id).FirstOrDefault();
                    string MaterialTypet = "原材料";
                    if(entities[i].MaterialType == (int)InventoryMaterialType.空托)
                    if(entities[i].StockStatus == (int)InventoryMaterialStatus.空托)
                    {
                        MaterialTypet = "空托";
                    }