This commit is contained in:
Pusdatin BPKD Jkt
2022-07-27 16:18:01 +07:00
parent 8cc39e02ac
commit cf2a0ffdba
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ body{
/* background: #d5dee7 !important; */ /* background: #d5dee7 !important; */
color:#333; color:#333;
font-size: 12px; font-size: 12px;
font-family: "Ubuntu", "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif; /* font-family: "Ubuntu", "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif; */
} }
.navy-link, .breadcrumb-item a{ .navy-link, .breadcrumb-item a{
@@ -53,7 +53,7 @@
$totalAKB+=floatVal($vwAKB["v_akb_".substr("00".($key+1),-2)]); $totalAKB+=floatVal($vwAKB["v_akb_".substr("00".($key+1),-2)]);
} ?> } ?>
</div> </div>
<div class="row" style="font-size:1.1em;"> <div class="row" style="font-size:1.0em; font-weight:bold;">
<div class="col-12"><hr></div> <div class="col-12"><hr></div>
<div class="col-6">TOTAL AKB</div> <div class="col-6">TOTAL AKB</div>
<div class="col-6 text-right">{{ separateNumberIndo($totalAKB) }}</div> <div class="col-6 text-right">{{ separateNumberIndo($totalAKB) }}</div>
@@ -78,7 +78,7 @@
</tr> </tr>
<?php $totalSPD+=floatVal($spd->jml); } ?> <?php $totalSPD+=floatVal($spd->jml); } ?>
<tr > <tr >
<td colspan="2">TOTAL SPD</td> <td colspan="2"><strong>TOTAL SPD</strong></td>
<td class="text-right"><strong>{{ separateNumberIndo($totalSPD) }}</strong></td> <td class="text-right"><strong>{{ separateNumberIndo($totalSPD) }}</strong></td>
</tr> </tr>
</tbody> </tbody>