feat: 04 => enhance price data component with table display and calculations

This commit is contained in:
puriphatt 2024-12-24 17:39:44 +07:00
parent 3e619e6856
commit 38d9727738
2 changed files with 254 additions and 77 deletions

View file

@ -1054,6 +1054,7 @@ function clearFormProduct() {
code: '',
image: undefined,
expenseType: '',
calcVat: true,
vatIncluded: true,
};
imageProduct.value = undefined;