"
. "
". WebHelper::decodeSpecialChar($rw['DV_TEN'])."
"
. "
". WebHelper::format_vn_number($rw['CTDATTRUOC_SOLUONG'])." ".WebHelper::decodeSpecialChar($rw['DVT_TEN'])."
"
. "
".WebHelper::format_vn_number($rw['CTDATTRUOC_SLPHUCVU'])." ".WebHelper::decodeSpecialChar($rw['DVT_TEN'])."
"
. "
"
. "
";
echo $div_row;
}
while($rw_mr = $conn->fetchRow($rsmr_total)){
$div_row =""
. "
**". WebHelper::decodeSpecialChar($rw_mr['CTDATTRUOC_CHITIET'])."
"
. "
". WebHelper::format_vn_number($rw_mr['CTDATTRUOC_SOLUONG'])." ".WebHelper::decodeSpecialChar($rw_mr['DVT_TEN'])."
"
. "
".WebHelper::format_vn_number($rw_mr['CTDATTRUOC_SLPHUCVU'])." ".WebHelper::decodeSpecialChar($rw_mr['DVT_TEN'])."
"
. "
"
. "
";
echo $div_row;
}
?>