合同pdf模板样式修改

This commit is contained in:
1073413548 2024-09-13 17:06:25 +08:00
parent fd3f2d6654
commit e641b002cb

View File

@ -67,16 +67,16 @@
<td>
${item.businessTypeName}
</td>
<td colspan="2">
<td colspan="2" style="text-align: left">
<div style="height: 5pt;width: 1pt"></div>
<p class="content" style="text-indent:5pt">
<span class="content" style="text-indent:5pt">
${item.businessTypeName}-金额:${item.businessAmount}元
<#if item.businessDesc?? && item.businessDesc != "">
-备注:${item.businessDesc}
</#if>
</p>
</span>
<#list item.detailBos as detail>
<p class="content" style="text-indent:32pt">${detail.businessProjectLabel}
<span class="content" style="text-indent:32pt">${detail.businessProjectLabel}
<#if detail.extentInfo?? && detail.extentInfo != "">
<#assign extenInfo = detail.extentInfo?split("$")>
@ -86,12 +86,13 @@
</#list>
</#if>
<#if detail.amount??>
-金额:${detail.amount}
-金额:${detail.amount}
</#if>
<#if detail.amountDesc?? && detail.amountDesc != "">
-备注:${detail.amountDesc}
</#if>
</p>
</span>
</#list>
</td>
</tr>