From b12b410b2b3f95804068eba053269c5609c30f1e Mon Sep 17 00:00:00 2001 From: puriphatt Date: Wed, 16 Oct 2024 11:13:34 +0700 Subject: [PATCH] fix: installment comma input --- src/i18n/tha/index.ts | 2 +- src/pages/05_quotation/QuotationForm.vue | 8 ++++---- src/pages/05_quotation/QuotationFormInfo.vue | 7 ++----- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index bbf9f5fe..d3c014f6 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -615,7 +615,7 @@ export default { customerName: 'ชื่อลูกค้า', actor: 'ผู้ที่ทำรายงาน', totalPrice: 'ยอดรวมสุทธิ', - totalPriceBaht: 'ยอดรวมสุทธิ(บาท)', + totalPriceBaht: 'ยอดรวมสุทธิ (บาท)', receipt: 'ใบเสร็จ/กำกับภาษี', branch: 'สาขาที่ออกใบเสนอราคา', customer: 'ลูกค้า', diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index 52cecdb5..c7addd81 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -600,8 +600,8 @@ async function searchEmployee(text: string) {