Update Print dan Eng Laporan
This commit is contained in:
parent
1603a4fabd
commit
fff385d7c6
@ -118,8 +118,8 @@
|
|||||||
<td>
|
<td>
|
||||||
<?= esc($row['odr_cresult_to']) ?> <br/>
|
<?= esc($row['odr_cresult_to']) ?> <br/>
|
||||||
<?php if($row['valcounter'] == 2) { ?>
|
<?php if($row['valcounter'] == 2) { ?>
|
||||||
<input type="checkbox" name="printed"> Printed <br/>
|
<input type="checkbox" name="printed" id='printed'> Printed <br/>
|
||||||
<input type="checkbox" name="eng"> Eng
|
<input type="checkbox" name="eng" id='eng'> Eng
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
|
|||||||
@ -117,8 +117,8 @@
|
|||||||
<td>
|
<td>
|
||||||
<?= esc($row['odr_cresult_to']) ?> <br/>
|
<?= esc($row['odr_cresult_to']) ?> <br/>
|
||||||
<?php if($row['valcounter'] == 2) { ?>
|
<?php if($row['valcounter'] == 2) { ?>
|
||||||
<input type="checkbox" name="printed"> Printed <br/>
|
<input type="checkbox" name="printed" id='printed'> Printed <br/>
|
||||||
<input type="checkbox" name="eng"> Eng
|
<input type="checkbox" name="eng" id='eng'> Eng
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
|
|||||||
@ -117,8 +117,8 @@
|
|||||||
<td>
|
<td>
|
||||||
<?= esc($row['odr_cresult_to']) ?> <br/>
|
<?= esc($row['odr_cresult_to']) ?> <br/>
|
||||||
<?php if($row['valcounter'] == 2) { ?>
|
<?php if($row['valcounter'] == 2) { ?>
|
||||||
<input type="checkbox" name="printed"> Printed <br/>
|
<input type="checkbox" name="printed" id='printed'> Printed <br/>
|
||||||
<input type="checkbox" name="eng"> Eng
|
<input type="checkbox" name="eng" id='eng'> Eng
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
|
|||||||
@ -117,8 +117,8 @@
|
|||||||
<td>
|
<td>
|
||||||
<?= esc($row['odr_cresult_to']) ?> <br/>
|
<?= esc($row['odr_cresult_to']) ?> <br/>
|
||||||
<?php if($row['valcounter'] == 2) { ?>
|
<?php if($row['valcounter'] == 2) { ?>
|
||||||
<input type="checkbox" name="printed"> Printed <br/>
|
<input type="checkbox" name="printed" id='printed'> Printed <br/>
|
||||||
<input type="checkbox" name="eng"> Eng
|
<input type="checkbox" name="eng" id='eng'> Eng
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
|
|||||||
@ -73,6 +73,10 @@
|
|||||||
.then(data => {
|
.then(data => {
|
||||||
$(`#unvalidateModal`).modal('hide');
|
$(`#unvalidateModal`).modal('hide');
|
||||||
console.log("Success Response:", data);
|
console.log("Success Response:", data);
|
||||||
|
|
||||||
|
$(`#printed`).hide();
|
||||||
|
$(`#eng`).hide();
|
||||||
|
|
||||||
$(`#val1user-${accessnumber}`).text("1 : ");
|
$(`#val1user-${accessnumber}`).text("1 : ");
|
||||||
$(`#val2user-${accessnumber}`).text("2 : ");
|
$(`#val2user-${accessnumber}`).text("2 : ");
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user