| |
|
|
buildSelect('Search_Loai',$dataLoai,$search_loai,'cbo width_120',array('value'=>'','text'=>'Tất cả'),'','',false);?> |
|
|
|
|
|
|
|
|
fetchRow($rs)){
$stt++;
if ($rw['PX_LOAI']==0){
$loai = "Dịch vụ";
}else if ($rw['PX_LOAI']==1){
$loai = "Đồ dùng";
}else if ($rw['PX_LOAI']==2){
$loai = "Nguyên liệu";
}
if ($rw['PX_MUCDICH']==1){
$mucdich = "Xuất sử dụng";
}else if ($rw['PX_MUCDICH']==2){
$mucdich = "Xuất khấu hao";
}else if ($rw['PX_MUCDICH']==3){
$mucdich = "Xuất hóa đơn (cơm đoàn-buffet)";
}else{
$mucdich="";
}
?>