浏览代码

接收 分派 选择流入地党支部名称 弹框高度自适应优化

dzy 2 年之前
父节点
当前提交
617dfc2cf6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      ruoyi-lddy/src/main/resources/templates/staffChange/reception.html

+ 2 - 2
ruoyi-lddy/src/main/resources/templates/staffChange/reception.html

@@ -50,9 +50,10 @@
         focusCleanup: true
     });
     function nanotubesById() {
+        var height = parent.document.body.clientHeight-50
         parent.layer.open({
             type: 2,
-            area: ['500px', '800px'],
+            area: ['500px', height+'px'],
             fix: false,
             //关闭遮罩
             shade:0.3,
@@ -90,7 +91,6 @@
             $.modal.alertError("请选择流入地党支部!");
             return {"code": 1, "msg": "请选择流入地党支部!"};
         }
-        debugger
         if(type==0){
             $.modal.confirm("确认要将<strong>" + name + "</strong>纳管到<strong>" + $("#deptName").val() + "</strong>吗?", function () {
                 var data = {"staffChangeId": $("#staffChangeId").val(), "nanotubes": "1", "flowDeptId": $("#deptId").val(), "flowDeptIn": $("#deptId").val()};