Update Print dan Eng Laporan

This commit is contained in:
mikael-zakaria 2025-12-04 15:40:54 +07:00
parent 1603a4fabd
commit fff385d7c6
5 changed files with 12 additions and 8 deletions

View File

@ -118,8 +118,8 @@
<td>
<?= esc($row['odr_cresult_to']) ?> <br/>
<?php if($row['valcounter'] == 2) { ?>
<input type="checkbox" name="printed"> Printed <br/>
<input type="checkbox" name="eng"> Eng
<input type="checkbox" name="printed" id='printed'> Printed <br/>
<input type="checkbox" name="eng" id='eng'> Eng
<?php } ?>
</td>

View File

@ -117,8 +117,8 @@
<td>
<?= esc($row['odr_cresult_to']) ?> <br/>
<?php if($row['valcounter'] == 2) { ?>
<input type="checkbox" name="printed"> Printed <br/>
<input type="checkbox" name="eng"> Eng
<input type="checkbox" name="printed" id='printed'> Printed <br/>
<input type="checkbox" name="eng" id='eng'> Eng
<?php } ?>
</td>

View File

@ -117,8 +117,8 @@
<td>
<?= esc($row['odr_cresult_to']) ?> <br/>
<?php if($row['valcounter'] == 2) { ?>
<input type="checkbox" name="printed"> Printed <br/>
<input type="checkbox" name="eng"> Eng
<input type="checkbox" name="printed" id='printed'> Printed <br/>
<input type="checkbox" name="eng" id='eng'> Eng
<?php } ?>
</td>

View File

@ -117,8 +117,8 @@
<td>
<?= esc($row['odr_cresult_to']) ?> <br/>
<?php if($row['valcounter'] == 2) { ?>
<input type="checkbox" name="printed"> Printed <br/>
<input type="checkbox" name="eng"> Eng
<input type="checkbox" name="printed" id='printed'> Printed <br/>
<input type="checkbox" name="eng" id='eng'> Eng
<?php } ?>
</td>

View File

@ -73,6 +73,10 @@
.then(data => {
$(`#unvalidateModal`).modal('hide');
console.log("Success Response:", data);
$(`#printed`).hide();
$(`#eng`).hide();
$(`#val1user-${accessnumber}`).text("1 : ");
$(`#val2user-${accessnumber}`).text("2 : ");