maven
2025-08-06 3dea5fa3fc6fa1f7e7d801e628bd7de4bc09e424
src/api/inventoryManagement/stockIn.js
@@ -9,7 +9,7 @@
    });
};
// 修改库存信息
// 修改入库存信息
export const updateStockIn = (data) => {
    return request({
        url: "/stockin/update",
@@ -18,6 +18,15 @@
    });
};
// 修改库存信息
export const updateManagement = (data) => {
    return request({
        url: "/stockin/updateManagement",
        method: "post",
        data,
    });
};
// 新增商品入库信息
export function addSutockIn(data) {
    return request({