fix skit2 untuk imac

This commit is contained in:
hafifierahman
2021-03-29 15:30:53 +08:00
parent 1bb699f6dd
commit 4922237a87
8 changed files with 917 additions and 460 deletions
@@ -11,10 +11,10 @@
<ul class="nav nav-pills">
<li class="nav-item">
<a class="nav-link active" data-toggle="pill" href="#home" role="tab" aria-controls="pills-flamingo" aria-selected="true">Bundle</a>
<a class="nav-link" data-toggle="pill" href="#home" role="tab" aria-controls="pills-flamingo" aria-selected="true">Bundle</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="pill" href="#profile" role="tab" aria-controls="pills-cuckoo" aria-selected="false">Keping</a>
<a class="nav-link active" data-toggle="pill" href="#profile" role="tab" aria-controls="pills-cuckoo" aria-selected="false">Keping</a>
</li>
</ul>
@@ -30,16 +30,16 @@
<div class="modal-body">
<div class="tab-content">
<div class="tab-pane fade show active" id="home" role="tabpanel" aria-labelledby="flamingo-tab">
<div class="tab-pane fade" id="home" role="tabpanel" aria-labelledby="flamingo-tab">
<table class="table">
<tr>
<th></th>
<th>Ambilan</th>
<th>Total</th>
<th>Peti Besi</th>
<th>Jumlah (RM)</th>
<th></th>
<th>Ambilan</th>
<th>Total (RM)</th>
<th>Peti Besi</th>
<th>Jumlah (RM)</th>
</tr>
<tr>
<td>RM1</td>
@@ -68,16 +68,16 @@
</table>
</div>
<div class="tab-pane fade" id="profile" role="tabpanel" aria-labelledby="profile-tab">
<div class="tab-pane fade show active" id="profile" role="tabpanel" aria-labelledby="profile-tab">
<table class="table">
<tr>
<th></th>
<th>Ambilan</th>
<th>Total</th>
<th>Peti Besi</th>
<th>Jumlah (RM)</th>
<th></th>
<th>Ambilan</th>
<th>Total (RM)</th>
<th>Peti Besi</th>
<th>Jumlah (RM)</th>
</tr>
<tr>
@@ -297,9 +297,9 @@
$('#ringgit100').val(val.txtring100);
$('#totalring100').val(formatter.format(val.k100));
$('#amaunkeping').val(formatter.format(val.jumlahkeping));
$('#amaunbundle').val(formatter.format(val.jumlahbundle));
$('#amaunkeseluruhan').val(formatter.format(val.txtjumlah));
$('#amaunkeping').val("RM " + formatter.format(val.jumlahkeping));
$('#amaunbundle').val("RM " + formatter.format(val.jumlahbundle));
$('#amaunkeseluruhan').val("RM " + formatter.format(val.txtjumlah));
});
}