feat: add request cancel badge

This commit is contained in:
Methapon2001 2025-03-05 15:41:59 +07:00 committed by Methapon Metanipat
parent fadbe34ccf
commit 9e7d67fb6c
4 changed files with 16 additions and 0 deletions

View file

@ -9,6 +9,9 @@ export type RequestData = {
createdAt: string;
updatedAt: string;
customerRequestCancel?: boolean;
customerRequestCancelReason?: string;
quotation: QuotationFull & {
debitNoteQuotationId: string;
isDebitNote: boolean;
@ -60,6 +63,8 @@ export type RequestWork = {
attributes?: Attributes;
creditNoteId?: string;
processByUserId?: string;
customerRequestCancel?: boolean;
customerRequestCancelReason?: string;
};
export type RowDocument = {