Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 3.15.10.117
Current Path : /var/www/html/jssm/js/Report/ |
| Current File : /var/www/html/jssm/js/Report/report_bacth_preparation_dairy.js |
function CallEnablebatchpreparationDairy()
{
$("#page_main_div").load('html_modules/batch_preparation_dairy.html',function()
{
document.getElementById('display_module_name').innerHTML = 'batch preparation Dairy';
document.getElementById('module_name_for_save').value = 'batch preparation Dairy';
getDefaultHeadFooterLinks("batch preparation Dairy");
}
);
}
function GeneratebatchpreparationDairy()
{
if(trim($("#report_batch_prepation_degree_code").val()) == '')
{
alert('Please Enter Degree Code!!');
$("#report_batch_prepation_degree_code").focus();
return;
}
var batch_range_from = $("#batch_range_from").val();
var batch_range_to = $("#batch_range_to").val();
window.location.href = $host_url+"GeneratebatchpreparationDairy°ree_code="+trim(($("#report_batch_prepation_degree_code").val()))+"&examno="+trim(($("#report_batch_prepation_examno_code").val()))+"&subject="+trim(($("#report_batch_prepation_subject_code").val()))+"&batch_range_from="+trim(($("#report_batch_prepation_from_rage").val()))+"&batch_range_to="+trim(($("#report_batch_prepation_to_rage").val()));
}
|