yyb
7 天以前 2ec1cdded5fe7d335cc7f4c3db84d7897deb4d74
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({