diff --git a/WebRoot/Excel/b712e11b-8449-4d2c-a4c2-c624b5a4810e.pdf b/WebRoot/Excel/b712e11b-8449-4d2c-a4c2-c624b5a4810e.pdf index 1a789858..bd0f5786 100644 Binary files a/WebRoot/Excel/b712e11b-8449-4d2c-a4c2-c624b5a4810e.pdf and b/WebRoot/Excel/b712e11b-8449-4d2c-a4c2-c624b5a4810e.pdf differ diff --git a/WebRoot/view/tb/exportPdf.html b/WebRoot/view/tb/exportPdf.html index 53194246..95b43183 100644 --- a/WebRoot/view/tb/exportPdf.html +++ b/WebRoot/view/tb/exportPdf.html @@ -43,6 +43,7 @@ var pdfTpl = pdfScript.innerHTML, pdfView = document.getElementById('pdfView'); laytpl(pdfTpl).render(data, function (html) { + console.log(html); pdfView.innerHTML = html; });