liding
2026-04-02 7d35021cc11e97622ba86c9275e0fd715d7f4089
src/api/inventoryManagement/stockInventory.js
@@ -65,4 +65,13 @@
        url: "/stockInventory/getMaterials",
        method: "get",
    });
}
}
// 获取库存树(产品->规格/型号->批号->供应商)
export const getStockInventoryAll = (params = {}) => {
    return request({
        url: "/stockInventory/getStockInventoryAll",
        method: "get",
        params,
    });
};