diff --git a/public/option/option.json b/public/option/option.json index a8eea85a..03336dad 100644 --- a/public/option/option.json +++ b/public/option/option.json @@ -854,6 +854,21 @@ "label": "Certificate of Identity", "value": "ci" } + ], + + "expenseType": [ + { + "label": "Service Fee", + "value": "serviceFee" + }, + { + "label": "Fee", + "value": "fee" + }, + { + "label": "Processing Fee", + "value": "processingFee" + } ] }, @@ -1712,6 +1727,21 @@ "label": "เอกสารสำคัญประจำตัวเพื่อใช้แทนหนังสือเดินทาง", "value": "ci" } + ], + + "expenseType": [ + { + "label": "ค่าบริการ", + "value": "serviceFee" + }, + { + "label": "ค่าธรรมเนียม", + "value": "fee" + }, + { + "label": "ค่าดำเนินการ", + "value": "processingFee" + } ] } } diff --git a/src/components/04_product-service/BasicInfoProduct.vue b/src/components/04_product-service/BasicInfoProduct.vue index 3a06fe06..fa9a0c8f 100644 --- a/src/components/04_product-service/BasicInfoProduct.vue +++ b/src/components/04_product-service/BasicInfoProduct.vue @@ -1,18 +1,22 @@ - + diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index b09013a8..58abfc79 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -509,6 +509,10 @@ export default { salePrice: 'Sale Price', agentPrice: 'Agent Price', processingPrice: 'Processing Price', + expenseType: 'Expense Type', + vatIncluded: 'Include VAT', + vatExcluded: 'Exclude VAT', + vat: 'VAT', }, }, diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index cccc97b4..486b2604 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -507,6 +507,10 @@ export default { salePrice: 'ราคาขาย', agentPrice: 'ราคาตัวแทน', processingPrice: 'ราคาดำเนินการ', + expenseType: 'ประเภทค่าใช้จ่าย', + vatIncluded: 'รวม VAT', + vatExcluded: 'ไม่รวม VAT', + vat: 'คำนวณ VAT', }, },