| Nhân viên* |
buildSelect('Luong_Them_NhanVien',$dataNV,'','cbo width_200',array('value'=>'','text'=>'Chọn nhân viên'));?>
|
| Ngày * |
buildInput('Luong_Them_Ngay',date('d-m-Y'),'textbox1 width_200 datepicker');?>
|
| Tháng/năm |
buildMonthSelect('Luong_Them_Thang',intval(date('m')),'cbo width_100');?>/
buildYearSelect('Luong_Them_Nam',date('Y')-1,date('Y')+1,date('Y'),'cbo width_100');?>
|
| Số tiền * |
buildHidden('Luong_Them_SoTien','');?>
buildInput('Luong_Them_SoTien','','textbox1 width_200 number2','maxlength=\'12\'');?>
|
| Ghi chú |
buildInput('Luong_Them_GhiChu','','textbox1 width_200');?>
|
|
|