|
@@ -16,23 +16,23 @@
|
|
|
|
|
|
<div class="widget-body no-padding" style=" width:100%; ">
|
|
|
<!--startprint-->
|
|
|
-<!-- {if $row.village_id eq '7' or $row.village_id eq '10'}-->
|
|
|
-<!-- <div style=" width: 88%; float: left; ">-->
|
|
|
-<!-- {else}-->
|
|
|
+ {if $row.village_id eq '7' or $row.village_id eq '10'}
|
|
|
+ <div style=" width: 88%; float: left; ">
|
|
|
+ {else}
|
|
|
<div style=" width:95%; text-align: center">
|
|
|
-<!-- {/if}-->
|
|
|
+ {/if}
|
|
|
<div class="toolbar" style=" font-size: 15px;text-align: center; width: 100%">
|
|
|
收费凭证
|
|
|
</div>
|
|
|
- <div id="toolbar" class="toolbar" style=" font-size: 10px;">
|
|
|
+ <div id="toolbar" class="toolbar" style=" font-size: 10px; padding-bottom: 8px;">
|
|
|
缴费日期:{$row.pay_date}
|
|
|
-
|
|
|
+
|
|
|
业主:{$row.hu.usesr_name}
|
|
|
-
|
|
|
+
|
|
|
房产:{$row.village.name}{$row.hu.name}
|
|
|
-
|
|
|
+
|
|
|
应缴金额:{$row.true_price}元
|
|
|
-
|
|
|
+
|
|
|
<span style="float: right">凭证编号:{$row.order_number}</span>
|
|
|
</div>
|
|
|
<table id="table" border="1" cellspacing="0" cellpadding="0" class=" table-striped table-bordered table-hover " width="100%" style="border: 0.5px solid #0d0d0d;text-align: center">
|
|
@@ -50,7 +50,7 @@
|
|
|
{foreach $get as $k=>$vo}
|
|
|
<tr style=" font-size: 12px;">
|
|
|
<td>{$k+1}</td>
|
|
|
- <td >
|
|
|
+ <td style="width: 100px;" >
|
|
|
{if $vo.item_id eq '1'}
|
|
|
水费
|
|
|
{elseif $vo.item_id eq '2'}
|