fix some error

This commit is contained in:
ns77@siliconpin.com
2025-09-25 13:41:16 +00:00
parent 11000bbacd
commit 32562554ad
6 changed files with 849 additions and 29 deletions

View File

@@ -365,7 +365,7 @@ document.addEventListener('DOMContentLoaded', function() {
doc.setPage(i);
doc.setFontSize(9);
doc.setFont(undefined,'normal');
doc.text(`Generated by Loan Portal - Confidential`,40,doc.internal.pageSize.height-20);
// doc.text(`Generated by Loan Portal - Confidential`,40,doc.internal.pageSize.height-20);
doc.text(`Page ${i} of ${pageCount}`,doc.internal.pageSize.width-60,doc.internal.pageSize.height-20);
}