fix skit2 tambah lelongan
This commit is contained in:
@@ -85,6 +85,15 @@
|
||||
|
||||
<div class="col-12 form-group row">
|
||||
<div class="col-6" id="divbakihargajualan">
|
||||
|
||||
<div class="form-group row">
|
||||
<div class="col-4">
|
||||
TARIKH
|
||||
</div>
|
||||
<div class="col-8">
|
||||
<input type="text" value="{{ $lelong['sirilel'] }}" class="form-control" readonly/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group row">
|
||||
<div class="col-4">
|
||||
@@ -97,7 +106,7 @@
|
||||
|
||||
<div class="form-group row">
|
||||
<div class="col-4">
|
||||
HARGA JUAL
|
||||
HARGA JUAL (RM)
|
||||
</div>
|
||||
<div class="col-8">
|
||||
<input type="text" value="{{ number_format($lelong['hargajual'],2) }}" class="form-control" readonly/>
|
||||
@@ -106,7 +115,7 @@
|
||||
|
||||
<div class="form-group row">
|
||||
<div class="col-4">
|
||||
PEMBIAYAAN
|
||||
PEMBIAYAAN (RM)
|
||||
</div>
|
||||
<div class="col-8">
|
||||
<input type="text" value="{{ number_format($lelong['pinjaman'],2) }}" class="form-control" readonly/>
|
||||
@@ -117,6 +126,15 @@
|
||||
|
||||
<div class="col-6">
|
||||
|
||||
<div class="form-group row">
|
||||
<div class="col-4">
|
||||
BATCH LELONG
|
||||
</div>
|
||||
<div class="col-8">
|
||||
<input type="text" value="{{ $lelong['batchno'] }}" class="form-control" readonly/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group row">
|
||||
<div class="col-4">
|
||||
KEUNTUNGAN (RM)
|
||||
@@ -140,7 +158,7 @@
|
||||
JUMLAH (RM)
|
||||
</div>
|
||||
<div class="col-8">
|
||||
<input type="text" value="" class="form-control" readonly/>
|
||||
<input type="text" value="{{ number_format($lelong['baki'],2) }}" class="form-control" readonly/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -149,7 +167,7 @@
|
||||
</div>
|
||||
|
||||
<div class="col-12 mt-3">
|
||||
<input type="button" class="float-right btn btn-danger mr-2" value="BATAL" onclick="window.location.replace('{{ url()->previous() }}')">
|
||||
<input type="button" class="float-right btn btn-danger mr-2" value="BATAL" onclick="window.location.replace('{{ route('customer_info') }}')">
|
||||
<input type="button" id="terima_transaksi" class="float-right btn btn-primary mr-2" value="TERIMA">
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user