合同pdf模板样式修改
This commit is contained in:
parent
fd3f2d6654
commit
e641b002cb
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user