huminmin
2026-04-24 a308b5b28bff5f745bed6fc002bc2d29206590f4
src/api/inventoryManagement/stockInventory.js
@@ -17,6 +17,15 @@
    });
};
// 分页查询联合库存记录列表(包含商品信息)
export const getStockInventoryListPageCombined = (params) => {
    return request({
        url: "/stockInventory/pageListCombinedStockInventory",
        method: "get",
        params,
    });
};
// 减少库存记录
export const subtractStockInventory = (params) => {
    return request({