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} -

+ ; +