latest
This commit is contained in:
@@ -288,8 +288,6 @@
|
||||
<th>Tarikh Matang</th>
|
||||
<th>Margin</th>
|
||||
<th>Kos Keuntungan</th>
|
||||
<th>Hapus Gadai</th>
|
||||
<!-- <th>Tebus/Upah</th> -->
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
@@ -309,8 +307,6 @@
|
||||
<th>Tarikh Matang</th>
|
||||
<th>Margin</th>
|
||||
<th>Kos Keuntungan</th>
|
||||
<th>Hapus Gadai</th>
|
||||
<!-- <th>Tebus/Upah</th> -->
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
@@ -328,8 +324,6 @@
|
||||
<th>Tarikh Matang</th>
|
||||
<th>Margin</th>
|
||||
<th>Kos Keuntungan</th>
|
||||
<th>Hapus Gadai</th>
|
||||
<!-- <th>Tebus/Upah</th> -->
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
@@ -602,7 +596,7 @@
|
||||
|
||||
$.ajax({
|
||||
method:'put',
|
||||
url:'http://localhost:8000/api/gadai/hapus/' + kodcaw + '/' + hapusid,
|
||||
url:api_url + '/api/gadai/hapus/' + kodcaw + '/' + hapusid,
|
||||
success:function(data)
|
||||
{
|
||||
console.log(data);
|
||||
@@ -656,7 +650,7 @@
|
||||
if (result.isConfirmed) {
|
||||
$.ajax({
|
||||
method:'put',
|
||||
url:'http://localhost:8000/api/tebus/hapus/' + kodcaw + '/' + hapusid,
|
||||
url:api_url+'/api/tebus/hapus/' + kodcaw + '/' + hapusid,
|
||||
success:function(data)
|
||||
{
|
||||
if(data != "Bukan-Tebus")
|
||||
|
||||
Reference in New Issue
Block a user