修正
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
<th>科目名</th>
|
||||
<th>借方</th>
|
||||
<th>貸方</th>
|
||||
<th>税率</th>
|
||||
<th>摘要(行)</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -124,6 +125,7 @@
|
||||
<td style="text-align:right">${
|
||||
line.credit > 0 ? line.credit.toLocaleString() : ""
|
||||
}</td>
|
||||
<td style="text-align:center">${line.tax_rate != null ? line.tax_rate + "%" : ""}</td>
|
||||
<td>${line.line_description || ""}</td>
|
||||
`;
|
||||
tbody.appendChild(tr);
|
||||
@@ -140,6 +142,7 @@
|
||||
<td style="text-align:right">${totalDebit.toLocaleString()}</td>
|
||||
<td style="text-align:right">${totalCredit.toLocaleString()}</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
`;
|
||||
tbody.appendChild(totalRow);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user