modification of report, froms, models
This commit is contained in:
@@ -62,6 +62,7 @@ function addRow() {
|
||||
tr.innerHTML = `
|
||||
<td contenteditable="true"></td>
|
||||
<td><input></td>
|
||||
<td><input></td>
|
||||
${utilizedCols}
|
||||
<td><input></td>
|
||||
<td>
|
||||
@@ -88,6 +89,7 @@ function saveRow(btn) {
|
||||
let payload = {
|
||||
financial_year: financialYear,
|
||||
mat_credit: inputs[0].value || 0,
|
||||
opening_balance: inputs[1].value || 0,
|
||||
balance: inputs[inputs.length - 1].value || 0,
|
||||
utilization: []
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user