buhuazhen
10 天以前 5b47afcd030b5a2d40f1fab2bba82a98a58f5def
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({