gaoluyang
6 天以前 b6abea8fd6ea87f2eb3a998b12866f7df2f9da8e
src/api/inventoryManagement/stockInventory.js
@@ -25,3 +25,19 @@
        data: params,
    });
};
export const getStockInventoryReportList = (params) => {
    return request({
        url: "/stockInventory/stockInventoryPage",
        method: "get",
        params,
    });
};
export const getStockInventoryInAndOutReportList = (params) => {
    return request({
        url: "/stockInventory/stockInAndOutRecord",
        method: "get",
        params,
    });
};