crm updated

This commit is contained in:
Yan
2017-07-26 18:39:46 +06:30
parent 7bfe8b1578
commit ad2dfa2ee0
6 changed files with 24 additions and 25 deletions

View File

@@ -216,12 +216,14 @@
$('.datepicker').css('cursor','pointer');
// Read Card Reader
$("#paypar_account_no").on('focus', function(e){
$("#sxModal").show();
setTimeout(function(){
getCardNo();
$("#sxModal").hide();
},100);
$("#paypar_account_no").on('focus', function(e){
if($(this).val() == ''){
$("#sxModal").show();
setTimeout(function(){
getCardNo();
$("#sxModal").hide();
},100);
}
});
// Read Card Reader