final product history alert
This commit is contained in:
parent
a410275700
commit
644b35e3ba
@ -211,8 +211,9 @@ $(function() {
|
||||
url:"<?php echo base_url() ?>batchcard/getFinishedProduct",
|
||||
success:function(data)
|
||||
{
|
||||
|
||||
|
||||
//alert(data);
|
||||
//if(data){
|
||||
var tble='';
|
||||
$.each(data,function (i,item)
|
||||
{
|
||||
@ -244,8 +245,18 @@ $(function() {
|
||||
|
||||
});
|
||||
|
||||
if(tble=='')
|
||||
{
|
||||
alert('No Records Found !!')
|
||||
}
|
||||
|
||||
else
|
||||
{
|
||||
|
||||
$("#table_value").html(tble);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user