瀏覽代碼

人社局加密接口对接

sandm 2 年之前
父節點
當前提交
2f855958f2
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      public/static/modular/enterprise/enterprisechangeRecord/ep_change_record_detail.js

+ 4 - 0
public/static/modular/enterprise/enterprisechangeRecord/ep_change_record_detail.js

@@ -174,4 +174,8 @@ $(function () {
      }*/
     var id = $("#id").val();
     Feng.getCheckLog("logTable", {"type": 10, "mainId": id, "typeFileId": "", "active": 1})
+    $(".fa").bind("mouseover", function () {
+        var htm = $(this).data('msg');
+        $(this).webuiPopover({title: '详情', content: htm, trigger: 'hover'}).webuiPopover('show');
+    });
 });