diff --git a/src/components/05_quotation/ProductItem.vue b/src/components/05_quotation/ProductItem.vue
index 9d3be664..e5b3a452 100644
--- a/src/components/05_quotation/ProductItem.vue
+++ b/src/components/05_quotation/ProductItem.vue
@@ -123,7 +123,7 @@ const columns = [
@delete="(i) => $emit('delete', i)"
>
-
+
{{ props.row.product.name }}
-
+
@@ -155,6 +155,8 @@ const columns = [
outlined
type="number"
style="width: 70px"
+ readonly
+ class="bordered rounded"
min="0"
v-model="props.row.pricePerUnit"
/>
@@ -180,18 +182,28 @@ const columns = [
-
-
- %
-
-
+
+
+
+
+ %
+
+
+
@@ -216,18 +228,12 @@ const columns = [
/>
-
- {{ $t('quotation.price') }}
+ {{ $t('quotation.allProductPrice') }}
{{ summary.totalPrice }} ฿
@@ -240,7 +246,7 @@ const columns = [
- Total Price
+ {{ $t('quotation.totalPrice') }}
{{ summary.finalPrice }} ฿
diff --git a/src/components/05_quotation/QuotationCard.vue b/src/components/05_quotation/QuotationCard.vue
index 3e5d31ae..a9e4ef40 100644
--- a/src/components/05_quotation/QuotationCard.vue
+++ b/src/components/05_quotation/QuotationCard.vue
@@ -101,7 +101,7 @@ defineEmits<{
icon="ph:money-fill"
style="font-size: 24px; color: var(--green-9)"
/>
- {{ $t('quotation.totalPrice') }} :
+ {{ $t('quotation.totalPriceBaht') }} :