11
啊鑫
2024-10-14 611ac2e3f6f5cbfa30b1a72d75fafc358b792e35
MESApplication/Controllers/Warehouse/MesInvItemOutsController.cs
@@ -41,12 +41,14 @@
        try
        {
            dynamic resultInfos = new ExpandoObject();
            resultInfos.tbBillList = m.GetProductionPickPage(entity);
            var productionPickPage = m.GetProductionPickPage(entity);
            resultInfos.tbBillList = productionPickPage.Items;
            return new ResponseResult
            {
                status = 0,
                message = "OK",
                data = resultInfos
                data = resultInfos,
                TotalCount = productionPickPage.TotalCount
            };
        }
        catch (Exception ex)