pan
6 天以前 f0be132fea1e4c1e00277fb2dafbc7585796156b
ÏîÄ¿´úÂë/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
            };