refactor: 05 => period.amount

This commit is contained in:
puriphatt 2025-01-23 18:02:21 +07:00
parent 40c018aa32
commit e46f238989
2 changed files with 23 additions and 12 deletions

View file

@ -705,7 +705,7 @@ function handleUpdateProductTable(
newInstallmentNo: number;
},
) {
handleChangePayType(quotationFormData.value.payCondition);
// handleChangePayType(quotationFormData.value.payCondition);
// calc price
const calc = (c: QuotationPayload['productServiceList'][number]) => {
const originalPrice = c.pricePerUnit || 0;