diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index 7fd7a559..bb9abb5a 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -765,4 +765,14 @@ export default { invalideData: 'The information is incorrect. Please try again later.', }, }, + + preview: { + productList: 'Product List', + rank: 'Rank', + productCode: 'Product Code', + pricePerUnit: 'Price per Unit', + discount: 'Discount', + vat: 'VAT', + value: 'Value', + }, }; diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index 8b9f9c30..dc6a69a9 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -757,4 +757,14 @@ export default { invalideData: 'ข้อมูลไม่ถูกต้อง กรุณาตรวจสอบใหม่อีกครั้ง', }, }, + + peview: { + productList: 'รายการสินค้า', + rank: 'อันดับ', + productCode: 'รหัสสินค้า', + pricePerUnit: 'ราคาต่อหน่วย', + discount: 'ส่วนลด', + vat: 'ภาษี', + value: 'มูลค่า', + }, }; diff --git a/src/pages/05_quotation/peview/ViewForm.vue b/src/pages/05_quotation/peview/ViewForm.vue index b93030ed..93151823 100644 --- a/src/pages/05_quotation/peview/ViewForm.vue +++ b/src/pages/05_quotation/peview/ViewForm.vue @@ -95,20 +95,20 @@ watch(elements, () => { border-bottom: 2px solid var(--orange-5); " > - รายการสินค้า + {{ $t('peview.productList') }} - - - - - - - - + + + + + + + +
อันดับรหัสสินค้ารายละเอียดจำนวนราคาต่อหน่วยส่วนสดภาษีมูลค่า{{ $t('peview.rank') }}{{ $t('peview.productCode') }}{{ $t('general.detail') }}{{ $t('general.amount') }}{{ $t('peview.pric') }}{{ $t('peview.discount') }}{{ $t('peview.vat') }}{{ $t('peview.value') }}
{{ i + 1 }}