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