Bladeren bron

kadar kompaun

master
Siti Rahayu 5 jaren geleden
bovenliggende
commit
90efde517e

+ 3
- 3
app/Http/Controllers/Api/DepartmentController.php Bestand weergeven

@@ -488,9 +488,9 @@ class DepartmentController extends BaseController
'itkod' => $k->_id,
'sketr' => $k->sketr,
'nama' => '['.$k->sketr.'] '.$k->nama,
'jumlah' => $k->amount,
'kadar_sebelum_14' => $k->amount_before_14,
'kadar_sebelum_30' => $k->amount_before_30,
'jumlah' => $k->amount, //jumlah asal kompaun
'kadar_sebelum_14' => $k->amount_before_14, //kadar bayar sebelum 7 hari
'kadar_sebelum_30' => $k->amount_before_30, //kadar bayar sebelum 14 hari
));
}
return $this->sendResponse($data, 'Berjaya, mendapatkan seksyen kesalahan');

+ 2
- 2
resources/views/main-dashboard/faulty_index.blade.php Bestand weergeven

@@ -99,8 +99,8 @@
<th>AkKod</th>
<th>Seksyen</th>
<th>Nama</th>
<th width="60">Kadar 7</th>
<th width="60">Kadar 14</th>
<th width="60">Kadar 30</th>
<th width="110">Kadar Kompaun</th>
<th width="70">Tindakan</th>
</tr>
@@ -111,8 +111,8 @@
<th>AkKod</th>
<th>Seksyen</th>
<th>Nama</th>
<th width="60">Kadar 7</th>
<th width="60">Kadar 14</th>
<th width="60">Kadar 30</th>
<th width="110">Kadar Kompaun</th>
<th width="70">Tindakan</th>
</tr>

Laden…
Annuleren
Opslaan