From e641b002cb85f8fc2c272c2e957db66ff14d45a9 Mon Sep 17 00:00:00 2001 From: 1073413548 <14628403+gjb0917@user.noreply.gitee.com> Date: Fri, 13 Sep 2024 17:06:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=90=8Cpdf=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/report.ftl | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/report.ftl b/doc/report.ftl index 3bef52e..c5b9138 100644 --- a/doc/report.ftl +++ b/doc/report.ftl @@ -67,16 +67,16 @@ ${item.businessTypeName} - +
-

+ ${item.businessTypeName}-金额:${item.businessAmount}元 <#if item.businessDesc?? && item.businessDesc != ""> -备注:${item.businessDesc} -

+ <#list item.detailBos as detail> -

${detail.businessProjectLabel} + ${detail.businessProjectLabel} <#if detail.extentInfo?? && detail.extentInfo != ""> <#assign extenInfo = detail.extentInfo?split("$")> : @@ -86,12 +86,13 @@ <#if detail.amount??> - -金额:${detail.amount} + -金额:${detail.amount}元 <#if detail.amountDesc?? && detail.amountDesc != ""> -备注:${detail.amountDesc} -

+ ; +