clickFunc(){

var _isPostting = $("#alreadyMentionedReceivables"+orderNo).attr('data-ispostting');
if(_isPostting == 'true'){
return;
}
$("#alreadyMentionedReceivables"+orderNo).attr('data-ispostting','true');

$.ajax({...})

}

 

相关文章:

  • 2021-12-09
  • 2021-12-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-16
猜你喜欢
  • 2022-12-23
  • 2021-12-12
  • 2021-11-03
  • 2022-12-23
  • 2021-09-30
  • 2022-02-11
相关资源
相似解决方案