heshaofeng
7 天以前 b147d35e63f03982b63a398a36bb94f663d35976
ÏîÄ¿´úÂë/WMSÎÞ²Ö´¢°æ/WIDESEA_WMSServer/WIDESEA_StockService/StockInfoDetailService.cs
@@ -109,7 +109,7 @@
            return new PageGridData<StockInfoDetailWithPalletDto>
            {
                Rows = dtoList,
                Rows = dtoList.Where(x=>x.PalletCode != "无托盘编号").ToList(),
                Total = pageData.Total,
                Summary = pageData.Summary
            };