Update Print dan Eng Laporan
This commit is contained in:
parent
1603a4fabd
commit
fff385d7c6
@ -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>
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -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 : ");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user