update
This commit is contained in:
Vendored
+1
-1
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user