Advertisement
coffeecode12

laporan jaminan

Nov 1st, 2021
986
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 6.14 KB | None | 0 0
  1.  
  2.                 <div class="card-body">
  3.                     <div class="row">
  4.                         <table class="table table-striped table-hover min-w-full leading-normal border" datatable [dtOptions]="dtOptions" [dtTrigger]="dtTrigger">
  5.                             <thead>
  6.                                 <tr>
  7.                                     <th colspan="6" >Nomor</th>
  8.                                     <th rowspan="4" class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left text-xs font-semibold text-gray-700 uppercase">Nama Mitra</th>
  9.                                     <th rowspan="4" class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left text-xs font-semibold text-gray-700 uppercase">Alamat</th>
  10.                                     <th rowspan="4" class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left text-xs font-semibold text-gray-700 uppercase">Kecamatan</th>
  11.                                     <th rowspan="4" class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left text-xs font-semibold text-gray-700 uppercase">Kab/Kota</th>
  12.                                     <th rowspan="4" class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left text-xs font-semibold text-gray-700 uppercase">Provinsi</th>
  13.                                     <th rowspan="4" class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left text-xs font-semibold text-gray-700 uppercase">Pinjaman/
  14.                                         Pembiayaan
  15.                                         Ke</th>
  16.                                     <th colspan="12" >Plafon</th>
  17.                                    
  18.                                 </tr>
  19.                                 <tr>
  20.                                     <th colspan="2" class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left text-xs font-semibold text-gray-700 uppercase">Urut</th>
  21.                                     <th colspan="2" class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left text-xs font-semibold text-gray-700 uppercase">Proposal</th>
  22.                                     <th rowspan="2" class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left text-xs font-semibold text-gray-700 uppercase">Mitra</th>
  23.                                     <th rowspan="2" class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left text-xs font-semibold text-gray-700 uppercase">Database
  24.                                         (Kode Label)</th>
  25.                                         <th rowspan="3" class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left text-xs font-semibold text-gray-700 uppercase">Disetujui (Rp)</th>
  26.                                         <th rowspan="3" class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left text-xs font-semibold text-gray-700 uppercase">Total Pencairan</th>
  27.                                         <th colspan="12" >Pencairan Ke</th>
  28.                              
  29.                                 </tr>
  30.                                
  31.                                 <tr>
  32.                                     <th class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left text-xs font-semibold text-gray-700 uppercase">Mitra</th>
  33.                                     <th class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left text-xs font-semibold text-gray-700 uppercase">Proposal</th>
  34.                                     <th class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left text-xs font-semibold text-gray-700 uppercase">Baru </th>
  35.                                     <th class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left text-xs font-semibold text-gray-700 uppercase">Lama</th>
  36.                                     <th rowspan="1" class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left text-xs font-semibold text-gray-700 uppercase">1</th>
  37.                                 </tr>
  38.  
  39.                                
  40.  
  41.                                
  42.                                
  43.                             </thead>
  44.                             <tbody *ngFor="let item of titles; let i = index;">
  45.                              <tr>
  46.                                     <td class="px-5 py-5 border-b border-gray-200 bg-white text-xs">{{item.mitra}}</td>
  47.                                     <td class="px-5 py-5 border-b border-gray-200 bg-white text-xs"> {{item.proposal}}</td>
  48.                                     <td class="px-5 py-5 border-b border-gray-200 bg-white text-xs"> {{item.baru}}</td>
  49.                                     <td class="px-5 py-5 border-b border-gray-200 bg-white text-xs"> {{item.lama}}</td>
  50.                                     <td class="px-5 py-5 border-b border-gray-200 bg-white text-xs"> {{item.idmitra}}</td>
  51.                                     <td class="px-5 py-5 border-b border-gray-200 bg-white text-xs"> {{item.db}}</td>
  52.                                     <td class="px-5 py-5 border-b border-gray-200 bg-white text-xs"> {{item.namaMitra}}</td>
  53.                                     <td class="px-5 py-5 border-b border-gray-200 bg-white text-xs"> {{item.alamat}}</td>
  54.                                     <td class="px-5 py-5 border-b border-gray-200 bg-white text-xs"> {{item.kecamatan}}</td>
  55.                                     <td class="px-5 py-5 border-b border-gray-200 bg-white text-xs"> {{item.kab}}</td>
  56.                                     <td class="px-5 py-5 border-b border-gray-200 bg-white text-xs"> {{item.provinsi}}</td>
  57.                                     <td class="px-5 py-5 border-b border-gray-200 bg-white text-xs"> {{item.pinjaman}}</td>
  58.                                     <td class="px-5 py-5 border-b border-gray-200 bg-white text-xs"> {{item.disetujui | currency:'INA':'Rp ':'1.0'}}</td>
  59.                                     <td class="px-5 py-5 border-b border-gray-200 bg-white text-xs"> {{item.totalpencairan | currency:'INA':'Rp ':'1.0'}}</td>
  60.                                 </tr>
  61.                            
  62.                                
  63.                             </tbody>
  64.                            
  65.                         </table>
  66.                     </div>
  67.                 </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement