fix: i18n and dialog state
This commit is contained in:
parent
e3b1693214
commit
8c4b31b06b
3 changed files with 7 additions and 2 deletions
|
|
@ -608,7 +608,8 @@ export default {
|
||||||
title: 'Quotation',
|
title: 'Quotation',
|
||||||
customerName: 'Customer Name',
|
customerName: 'Customer Name',
|
||||||
actor: 'Actor',
|
actor: 'Actor',
|
||||||
totalPrice: 'Total (Baht)',
|
totalPrice: 'Total',
|
||||||
|
totalPriceBaht: 'Total (Baht)',
|
||||||
receipt: 'Receipt/Tax Invoice',
|
receipt: 'Receipt/Tax Invoice',
|
||||||
branch: 'Branch that issues the quotation',
|
branch: 'Branch that issues the quotation',
|
||||||
customer: 'Customer',
|
customer: 'Customer',
|
||||||
|
|
@ -638,6 +639,7 @@ export default {
|
||||||
foreignRefNo: 'Alien Reference Number',
|
foreignRefNo: 'Alien Reference Number',
|
||||||
documentExpireDate: 'Document Expiration Date',
|
documentExpireDate: 'Document Expiration Date',
|
||||||
|
|
||||||
|
allProductPrice: 'All product price',
|
||||||
pricePerUnit: 'Unit price',
|
pricePerUnit: 'Unit price',
|
||||||
sumPrice: 'Total price',
|
sumPrice: 'Total price',
|
||||||
tax: 'Tax',
|
tax: 'Tax',
|
||||||
|
|
|
||||||
|
|
@ -605,7 +605,8 @@ export default {
|
||||||
title: 'ใบเสนอราคา',
|
title: 'ใบเสนอราคา',
|
||||||
customerName: 'ชื่อลูกค้า',
|
customerName: 'ชื่อลูกค้า',
|
||||||
actor: 'ผู้ที่ทำรายงาน',
|
actor: 'ผู้ที่ทำรายงาน',
|
||||||
totalPrice: 'ยอดรวมสุทธิ(บาท)',
|
totalPrice: 'ยอดรวมสุทธิ',
|
||||||
|
totalPriceBaht: 'ยอดรวมสุทธิ(บาท)',
|
||||||
receipt: 'ใบเสร็จ/กำกับภาษี',
|
receipt: 'ใบเสร็จ/กำกับภาษี',
|
||||||
branch: 'สาขาที่ออกใบเสนอราคา',
|
branch: 'สาขาที่ออกใบเสนอราคา',
|
||||||
customer: 'ลูกค้า',
|
customer: 'ลูกค้า',
|
||||||
|
|
@ -636,6 +637,7 @@ export default {
|
||||||
foreignRefNo: 'เลขที่อ้างอิงคนต่างด้าว',
|
foreignRefNo: 'เลขที่อ้างอิงคนต่างด้าว',
|
||||||
documentExpireDate: 'วันที่เอกสารหมดอายุ',
|
documentExpireDate: 'วันที่เอกสารหมดอายุ',
|
||||||
|
|
||||||
|
allProductPrice: 'ราคาสินค้าทั้งหมด',
|
||||||
pricePerUnit: 'ราคาต่อหน่วย',
|
pricePerUnit: 'ราคาต่อหน่วย',
|
||||||
sumPrice: 'ราคารวม',
|
sumPrice: 'ราคารวม',
|
||||||
tax: 'ภาษี',
|
tax: 'ภาษี',
|
||||||
|
|
|
||||||
|
|
@ -162,6 +162,7 @@ function convertToTable(nodes: Node[]) {
|
||||||
if (v.checked) return v;
|
if (v.checked) return v;
|
||||||
return [];
|
return [];
|
||||||
};
|
};
|
||||||
|
pageState.productServiceModal = false;
|
||||||
productServiceList.value = nodes.flatMap(_recursive).map((v) => v.value);
|
productServiceList.value = nodes.flatMap(_recursive).map((v) => v.value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue