Update Range L Reactive tidak Merah

This commit is contained in:
mikael-zakaria 2025-04-24 11:50:25 +08:00
parent 58be9960eb
commit 7493768c5b

View File

@ -856,7 +856,7 @@ class PrintResult extends BaseController {
if($item['CHAPID']==1) { if($item['CHAPID']==1) {
$color = ""; $color = "";
$resflag = ""; $resflag = "";
} elseif ($resflag == 'L' || $resflag == 'H') { } elseif ($resflag == 'L' ) {
// $resflag .= "  "; // $resflag .= "  ";
// $color = "red_font"; // $color = "red_font";
@ -871,6 +871,8 @@ class PrintResult extends BaseController {
$color = ""; $color = "";
} }
} }
} else if ($resflag == 'H'){
$color = "red_font";
} }
// Hanya Untuk Yang Kode Nya Adalah CODE/CM // Hanya Untuk Yang Kode Nya Adalah CODE/CM