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

@@ -128,10 +128,9 @@
<script type="text/javascript">
$(function() {
// Read Card Reader
$("#paypar_account_no").on('focus', function(e){
var cardNo = "";
$("#sxModal").show();
$("#paypar_account_no").on('focus', function(e){
if($(this).val() == ''){
$("#sxModal").show();
setTimeout(function(){
getCardNo();
$("#sxModal").hide();