src/components/makepager/CommonFormTableView.vue
@@ -494,7 +494,7 @@ } }, commonInputChange(val, prop, row, scope) { if (prop === "amount") { if (prop === "amount"||prop=='purchasePrice') { this.tableList.tableData.map((ite) => { if (ite.name === row.name) { ite.total = row.amount * row.purchasePrice @@ -553,6 +553,7 @@ this.tableList.tableData.map((ite) => { if (ite.name === item.name) { ite.amount = item.amount || 1 ite.productId = item.id ite.number = item.number ite.purchasePrice = item.purchasePrice ite.price = item.purchasePrice