still nfc

This commit is contained in:
Yan
2017-07-18 11:52:49 +06:30
46 changed files with 855 additions and 1189 deletions

View File

@@ -102,11 +102,10 @@ $(function() {
var cardNo = "";
$("#sxModal").show();
setTimeout(function(){
cardNo = getCardNo();
$("#search").val(cardNo);
getCardNo;
$("#sxModal").hide();
},100);
},5000);
alert($("#search").val());
$("#filter_form").submit();
});