update
This commit is contained in:
@@ -108,6 +108,9 @@
|
||||
<input type="checkbox" id="checkAllRows">
|
||||
</th>
|
||||
<th>Keterangan Cetak</th>
|
||||
<th>Status</th>
|
||||
<th>Tanggal Terima</th>
|
||||
<th>Petugas</th>
|
||||
<th>No.RM</th>
|
||||
<th>Nama</th>
|
||||
<th>No.Sample</th>
|
||||
@@ -116,9 +119,6 @@
|
||||
<th>Order</th>
|
||||
<th>Kode</th>
|
||||
<th>Spesimen</th>
|
||||
<th>Status</th>
|
||||
<th>Tanggal Terima</th>
|
||||
<th>Petugas</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -145,6 +145,9 @@
|
||||
<span class="status-print-badge pending">Belum Dicetak</span>
|
||||
@endif
|
||||
</td>
|
||||
<td>{{ $statusValue }}</td>
|
||||
<td>{{ $r['tgldraft'] }}</td>
|
||||
<td class="petugas-cell">{{ $petugas }}</td>
|
||||
<td>{{ $r['noregister'] }}</td>
|
||||
<td>{{ $r['nmpasien'] }}</td>
|
||||
<td>{{ $r['nofoto'] }}</td>
|
||||
@@ -153,9 +156,6 @@
|
||||
<td>{{ $r['reques'] }}</td>
|
||||
<td>{{ $r['kd_spesimen'] }}</td>
|
||||
<td>{{ $r['nm_spesimen'] }}</td>
|
||||
<td>{{ $statusValue }}</td>
|
||||
<td>{{ $r['tgldraft'] }}</td>
|
||||
<td class="petugas-cell">{{ $petugas }}</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user