perbaikan auto save kirim ke kabag umum, dan penambahan button kembalikan saat verif
This commit is contained in:
No files matched your search
@@ -6,8 +6,8 @@ include('../koneksi.php');
|
||||
$surat_id = $_POST['id'];
|
||||
$satuan_kerja_id = $_POST['satuan_kerja_id'];
|
||||
?>
|
||||
<input type="text" id="surat_idg" value="<?php echo $surat_id; ?>">
|
||||
<input type="text" id="satuan_kerja_idg" value="<?php echo $satuan_kerja_id; ?>">
|
||||
<input type="hidden" id="surat_idg" value="<?php echo $surat_id; ?>">
|
||||
<input type="hidden" id="satuan_kerja_idg" value="<?php echo $satuan_kerja_id; ?>">
|
||||
<form role="form">
|
||||
<div class="form-group md_kpd">
|
||||
<!--<label>Kepada</label>-->
|
||||
@@ -52,7 +52,7 @@ $satuan_kerja_id = $_POST['satuan_kerja_id'];
|
||||
<!-- </datalist> -->
|
||||
</div>
|
||||
|
||||
<button type="button" style="display: flex;" class="btn btn-success btn-block md_kpd" id="simpan_kepada_kr">Simpan</button>
|
||||
<button type="button" style="display: none;" class="btn btn-success btn-block md_kpd" id="simpan_kepada_kr">Simpan</button>
|
||||
</form>
|
||||
<!-- <div class="row">
|
||||
<div class="col-lg-6">
|
||||
|
||||
Reference in New Issue
Block a user