This commit is contained in:
Afiq
2021-01-11 17:59:07 +08:00
parent 73a0599841
commit 317ca2018d
22 changed files with 160 additions and 97 deletions
+2 -8
View File
@@ -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")