This commit is contained in:
yarzar_code
2020-01-12 20:07:28 +06:30
parent 314cc507a3
commit dff2c69627
89 changed files with 492 additions and 469 deletions

View File

@@ -308,6 +308,8 @@
$("#type").val("card");
}
}
$("#sxModal").hide();
//$("#filter_form").submit();
}
}

View File

@@ -175,8 +175,6 @@
$("#sxModal").show();
setTimeout(function(){
getCardNo();
$("#sxModal").hide();
$("#filter_form").submit();
},100);
});