This commit is contained in:
Dwi Swandhana
2026-08-09 12:23:07 +07:00
parent b82a799e20
commit 3ef25c9e95
2 changed files with 6 additions and 3 deletions

No files matched your search

+1 -1
View File
@@ -5725,7 +5725,7 @@
$('.templatejawaban').hide(); $('.templatejawaban').hide();
$('.setelahdipilihtemplate').hide(); $('.setelahdipilihtemplate').hide();
} else { } else {
openlamanekpertise(dataRecord.dlp, dataRecord.nofoto, dataRecord.id); openlamanekpertise(dataRecord.dlp, dataRecord.nofoto, dataRecord.id);
} }
} }
} }
@@ -140,7 +140,7 @@
<td>Dokter Pengirim</td> <td>Dokter Pengirim</td>
</tr> </tr>
<tr> <tr>
<td><p id="nofoto"></p></td> <td><p id="tlsnofoto"></p></td>
<td><p id="tanggalregis"></p></td> <td><p id="tanggalregis"></p></td>
<td><p id="nonama"></p></td> <td><p id="nonama"></p></td>
<td><p id="klinisi"></p></td> <td><p id="klinisi"></p></td>
@@ -3352,6 +3352,8 @@
</div> </div>
</div> </div>
</div> </div>
<input type="hidden" id="nofoto" name="nofoto" value="">
<input type="hidden" id="master_judul" name="master_judul" value="{{ $lokasi }}"> <input type="hidden" id="master_judul" name="master_judul" value="{{ $lokasi }}">
<input type="hidden" id="master_lokasi" name="master_lokasi" value="{{ $master }}"> <input type="hidden" id="master_lokasi" name="master_lokasi" value="{{ $master }}">
<input type="hidden" id="master_userid" name="master_userid" value="{{ Session('id') }}"> <input type="hidden" id="master_userid" name="master_userid" value="{{ Session('id') }}">
@@ -5499,7 +5501,8 @@
$("#modaliti").val(dataRecord.modality); $("#modaliti").val(dataRecord.modality);
$("#dlp").val(dataRecord.dlp); $("#dlp").val(dataRecord.dlp);
$("#template_jenis").val(dataRecord.dlp); $("#template_jenis").val(dataRecord.dlp);
$("#nofoto").html(dataRecord.nofoto); $("#tlsnofoto").html(dataRecord.nofoto);
$("#nofoto").val(dataRecord.nofoto);
$("#norm").val(dataRecord.noregister); $("#norm").val(dataRecord.noregister);
$("#nonama").html(dataRecord.nmpasien); $("#nonama").html(dataRecord.nmpasien);
$("#nokel").html(dataRecord.jkpasien); $("#nokel").html(dataRecord.jkpasien);