2026-04-28 074044c748b2e55a422efc5f59a0887b33bb8d5c
src/api/inventoryManagement/stockInRecord.js
@@ -26,6 +26,14 @@
    });
};
export const batchDeletePendingStockInRecords = (ids) => {
    return request({
        url: "/stockInRecord/pending",
        method: "delete",
        data: ids,
    });
};
// 批量审批入库记录(approvalStatus: approved/rejected)
export const batchApproveStockInRecords = (data) => {
    return request({