spring
9 天以前 2b1cc85f7f9755fad9f7b3774f87c6a5bdbe70cb
src/api/inventoryManagement/stockInRecord.js
@@ -18,6 +18,15 @@
    });
};
// 编辑入库(用于库存台账编辑)
export const editStockInStock = (data) => {
    return request({
        url: "/stockInRecord/editStockInStock",
        method: "post",
        data,
    });
};
export const batchDeleteStockInRecords = (ids) => {
    return request({
        url: "/stockInRecord",