$(this).iCheck('check');


 //启用禁用上级编号
            $('#OnPar').on('ifUnchecked', function (event) {
                $("#tbParBudCode").prop('disabled', true);
                $("#tbParBudCode").trigger("chosen:updated");
            });
            $('#OnPar').on('ifChecked', function (event) {
                $("#tbParBudCode").prop('disabled', "");
                $("#tbParBudCode").trigger("chosen:updated");
            });

相关文章:

  • 2021-11-07
  • 2021-11-21
  • 2022-12-23
  • 2022-12-23
  • 2021-10-18
  • 2021-11-04
  • 2021-07-22
猜你喜欢
  • 2022-02-04
  • 2021-07-09
  • 2021-12-09
  • 2021-10-25
  • 2021-12-09
相关资源
相似解决方案