diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index 92a230b7..a2f667e5 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -671,19 +671,19 @@ const statusQuotationForm = ref< >([ { title: 'ใบเสนอราคา', - status: 'done', + status: 'doing', }, { title: 'ลูกค้าตอบรับ', - status: 'done', + status: 'waiting', }, { title: 'ใบแจ้งหนี้', - status: 'done', + status: 'waiting', }, { title: 'ชำระเงิน', - status: 'doing', + status: 'waiting', }, { title: 'ใบเสร็จรับเงิน',