new update

This commit is contained in:
afiq
2021-02-10 17:15:14 +08:00
parent 9fda49d031
commit ccd5962dbf
3 changed files with 123 additions and 66 deletions
+53 -14
View File
@@ -8,23 +8,62 @@
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body">
<table id="tablehistorytebus" class="table table-striped table-bordered text-center">
<thead>
<div class="modal-body">
<div class="row">
<div class="col-12">
<div>Harga Jualan : <span id="hargajualanmodal"></span></div>
</div>
<div class="col-12">
<div>Pembiayaan : <span id="pembiayaanmodal"></span></div>
</div>
<div class="col-12">
<div>Nilai Marhun : <span id="nilaimarhunmodal"></span></div>
</div>
</div>
<ul class="nav nav-tabs" id="custom-tabs-one-tab" role="tablist">
<li class="nav-item">
<a class="nav-link active" id="custom-tabs-one-home-tab" data-toggle="pill" href="#custom-tabs-one-home" role="tab" aria-controls="custom-tabs-one-home" aria-selected="true">Rekod Bayaran</a>
</li>
<li class="nav-item">
<a class="nav-link" id="custom-tabs-one-profile-tab" data-toggle="pill" href="#custom-tabs-one-profile" role="tab" aria-controls="custom-tabs-one-profile" aria-selected="false">Rekod SAG</a>
</li>
</ul>
<div class="tab-content" id="custom-content-below-tabContent">
<div class="tab-pane fade show active" id="custom-tabs-one-home" role="tabpanel" aria-labelledby="custom-content-below-home-tab">
<hr>
<h4>Rekod Bayaran</h4>
<table id="tablehistorybayaran" class="table table-striped table-bordered text-center">
<thead>
<tr>
<th>Bil</th>
<th>No Rujukan</th>
<th>Jenis Tebus</th>
<th>JBG</th>
<th>Tarikh Tebus</th>
<th>Bil</th>
<th>Tarikh Bayaran</th>
<th>Bayaran</th>
<th>Action</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</thead>
<tbody>
</tbody>
</table>
</div>
<div class="tab-pane fade" id="custom-tabs-one-profile" role="tabpanel" aria-labelledby="custom-content-below-profile-tab">
<hr>
<h4>Rekod SAG</h4>
<table id="tablehistorytebus" class="table table-striped table-bordered text-center">
<thead>
<tr>
<th>Bil</th>
<th>No Rujukan</th>
<th>Jenis Tebus</th>
<th>JBG</th>
<th>Tarikh Tebus</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger btn-lg" data-dismiss="modal">Batal</button>
</div>