final product history alert
This commit is contained in:
parent
a410275700
commit
644b35e3ba
@ -212,7 +212,8 @@ $(function() {
|
|||||||
success:function(data)
|
success:function(data)
|
||||||
{
|
{
|
||||||
|
|
||||||
//alert(data);
|
|
||||||
|
//if(data){
|
||||||
var tble='';
|
var tble='';
|
||||||
$.each(data,function (i,item)
|
$.each(data,function (i,item)
|
||||||
{
|
{
|
||||||
@ -244,7 +245,17 @@ $(function() {
|
|||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if(tble=='')
|
||||||
|
{
|
||||||
|
alert('No Records Found !!')
|
||||||
|
}
|
||||||
|
|
||||||
|
else
|
||||||
|
{
|
||||||
|
|
||||||
$("#table_value").html(tble);
|
$("#table_value").html(tble);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user